Skip to content

autk-map


autk-map / ILayerData

Interface: ILayerData

Defined in: interfaces.ts:74

Interface for layer border information.

Properties

border?

optional border?: ILayerBorder[]

Defined in: interfaces.ts:77

Array of borders for the layer.


borderComponents?

optional borderComponents?: 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?

optional highlighted?: number[]

Defined in: interfaces.ts:81

Indices of highlighted components in the layer.


raster?

optional raster?: IRasterData[]

Defined in: interfaces.ts:79

Raster data for the layer.


thematic?

optional thematic?: ILayerThematic[]

Defined in: interfaces.ts:80

Thematic data for the layer.

Released under the MIT License.