Skip to main content

IGeoData

geovisto-mapReadme | API


geovisto-map / IGeoData

Interface: IGeoData

The interface declares functions for management of geographical data.

Author

Jiri Hynek

Extends

Methods

getFeatures()

getFeatures(type): FeatureCollection

It returns the array of features of specific type.

Parameters

type: string[]

Returns

FeatureCollection

Source

model/types/geodata/IGeoData.ts:29


getGeoJSON()

getGeoJSON(): FeatureCollection

It returns the original representation of data domain.

Returns

FeatureCollection

Source

model/types/geodata/IGeoData.ts:22


getName()

getName(): string

It returns the name of the map domain.

Returns

string

Inherited from

IMapDomain.getName

Source

model/types/domain/IMapDomain.ts:11


getOriginalGeoData()

getOriginalGeoData(): unknown

It returns the original source of geographical data.

Returns

unknown

Source

model/types/geodata/IGeoData.ts:17