TilerInfo interface
Dataset Info.
Properties
| band |
Band Descriptions |
| band |
Band Metadata |
| bounds | Bounds |
| color |
Color interpretation |
| colormap | Colormap |
| coordinate |
Coordinate Reference System |
| count | Count |
| driver | Driver |
| dtype | Data type |
| height | Height |
| max |
Maxzoom |
| min |
Minzoom |
| no |
NoData Type |
| offsets | Offsets |
| overviews | Overviews |
| scales | Scales |
| width | Width |
Property Details
bandDescriptions
Band Descriptions
bandDescriptions?: string[][]
Property Value
string[][]
bandMetadata
bounds
Bounds
bounds: number[]
Property Value
number[]
colorInterpretation
Color interpretation
colorInterpretation?: string[]
Property Value
string[]
colormap
Colormap
colormap?: Record<string, string[]>
Property Value
Record<string, string[]>
coordinateReferenceSystem
Coordinate Reference System
coordinateReferenceSystem?: string
Property Value
string
count
Count
count?: number
Property Value
number
driver
Driver
driver?: string
Property Value
string
dtype
Data type
dtype: string
Property Value
string
height
Height
height?: number
Property Value
number
maxZoom
Maxzoom
maxZoom?: number
Property Value
number
minZoom
Minzoom
minZoom?: number
Property Value
number
noDataType
NoData Type
noDataType?: string
Property Value
string
offsets
Offsets
offsets?: number[]
Property Value
number[]
overviews
Overviews
overviews?: number[]
Property Value
number[]
scales
Scales
scales?: number[]
Property Value
number[]
width
Width
width?: number
Property Value
number