Appearance
@npm9912/v-map / map-provider/geotiff/utils/GeoTIFFTileProcessor / GeoTIFFTileProcessorConfig
Interface: GeoTIFFTileProcessorConfig
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:15
Configuration for the GeoTIFF Tile Processor
Properties
baseImage
baseImage:
GeoTIFFImage
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:32
fromProjection
fromProjection:
string
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:28
imageHeight
imageHeight:
number
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:25
imageWidth
imageWidth:
number
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:24
noDataValue?
optionalnoDataValue:number
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:34
overviewImages
overviewImages:
GeoTIFFImage[]
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:33
resolution
resolution:
number
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:23
sourceBounds
sourceBounds: [
number,number,number,number]
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:21
sourceRef
sourceRef: [
number,number]
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:22
toProjection
toProjection:
string
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:29
transformSourceMapToViewFn()
transformSourceMapToViewFn: (
coord) => [number,number]
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:18
Parameters
coord
[number, number]
Returns
[number, number]
transformViewToSourceMapFn()
transformViewToSourceMapFn: (
coord) => [number,number]
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:17
Parameters
coord
[number, number]
Returns
[number, number]
worldSize?
optionalworldSize:number
Defined in: src/map-provider/geotiff/utils/GeoTIFFTileProcessor.ts:37