Class: TileMatrixSetAdaptor
Defined in: packages/deck.gl-raster/src/raster-tileset/tile-matrix-set.ts:130
An adapter interface to use a TileMatrixSet as a TilesetDescriptor for raster tile traversal.
Implements
Constructors
Constructor
new TileMatrixSetAdaptor(
tms,__namedParameters):TileMatrixSetAdaptor
Defined in: packages/deck.gl-raster/src/raster-tileset/tile-matrix-set.ts:136
Parameters
tms
TileMatrixSetDefinition
__namedParameters
projectTo3857
projectTo4326
Returns
TileMatrixSetAdaptor
Properties
projectTo3857
projectTo3857:
ProjectionFunction
Defined in: packages/deck.gl-raster/src/raster-tileset/tile-matrix-set.ts:133
Projection function from the source CRS → EPSG:3857.
Provided by the caller (e.g. COGLayer or ZarrLayer) so that
deck.gl-raster itself does not need a proj4 dependency.
Implementation of
TilesetDescriptor.projectTo3857
projectTo4326
projectTo4326:
ProjectionFunction
Defined in: packages/deck.gl-raster/src/raster-tileset/tile-matrix-set.ts:134
Projection function from the source CRS → EPSG:4326.
Provided by the caller so that deck.gl-raster itself does not need a
proj4 dependency.
Implementation of
TilesetDescriptor.projectTo4326
tms
tms:
TileMatrixSetDefinition
Defined in: packages/deck.gl-raster/src/raster-tileset/tile-matrix-set.ts:131
Accessors
levels
Get Signature
get levels():
TilesetLevel[]
Defined in: packages/deck.gl-raster/src/raster-tileset/tile-matrix-set.ts:149
Ordered levels from coarsest (0) to finest.
Returns
Ordered levels from coarsest (0) to finest.
Implementation of
projectedBounds
Get Signature
get projectedBounds():
Bounds
Defined in: packages/deck.gl-raster/src/raster-tileset/tile-matrix-set.ts:153
Bounding box of the dataset in the source CRS.
Returns
Bounding box of the dataset in the source CRS.