autk-map / ILayerData
Interface: ILayerData
Defined in: interfaces.ts:74
Interface for layer border information.
Properties
border?
optionalborder?:ILayerBorder[]
Defined in: interfaces.ts:77
Array of borders for the layer.
borderComponents?
optionalborderComponents?:ILayerBorderComponent[]
Defined in: interfaces.ts:78
Array of border components for the layer.
components
components:
ILayerComponent[]
Defined in: interfaces.ts:76
Array of components for the layer.
geometry
geometry:
ILayerGeometry[]
Defined in: interfaces.ts:75
Array of geometries for the layer.
highlighted?
optionalhighlighted?:number[]
Defined in: interfaces.ts:81
Indices of highlighted components in the layer.
raster?
optionalraster?:IRasterData[]
Defined in: interfaces.ts:79
Raster data for the layer.
thematic?
optionalthematic?:ILayerThematic[]
Defined in: interfaces.ts:80
Thematic data for the layer.