RasterDemSource

A raster DEM source.

See also

Constructors

Link copied to clipboard
constructor(id: String?, url: URL)

Create the raster dem source from an URL

constructor(id: String?, uri: URI)

Create the raster dem source from an URI.

constructor(id: String?, uri: String?)

Create the raster dem source from an URI

constructor(id: String?, uri: String?, tileSize: Int)

Create the raster source from an URL with a specific tile size

constructor(id: String?, tileSet: TileSet)

Create the raster dem source from a TileSet

constructor(id: String?, tileSet: TileSet, tileSize: Int)

Create the raster source from a TileSet with a specific tile size

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:NonNull
open val attribution: String
Link copied to clipboard
@get:NonNull
open val id: String
Link copied to clipboard
@get:NonNull
open var isVolatile: Boolean
Link copied to clipboard
Link copied to clipboard
open val nativePtr: Long
Link copied to clipboard
Link copied to clipboard
val uri: String?

Get the source URI.

Link copied to clipboard
val url: String?

Functions

Link copied to clipboard
open fun setDetached()