TilerCoreModelsResponsesPoint interface

Response model for point query operations providing values at a specific location

Properties

bandNames

Names of each band in the raster data

coordinates

Geographic coordinates [longitude, latitude] of the queried point

values

Array of pixel values at the queried point for each band

Property Details

bandNames

Names of each band in the raster data

bandNames: string[]

Property Value

string[]

coordinates

Geographic coordinates [longitude, latitude] of the queried point

coordinates: number[]

Property Value

number[]

values

Array of pixel values at the queried point for each band

values: number[]

Property Value

number[]