IGeoData
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
Source
model/types/domain/IMapDomain.ts:11
getOriginalGeoData()
getOriginalGeoData():
unknown
It returns the original source of geographical data.
Returns
unknown