Skip to main content

IMapDataDomain

geovisto-mapReadme | API


geovisto-map / IMapDataDomain

Interface: IMapDataDomain

The interface declares meta data path used to find data.

Author

Jiri Hynek

Extends

Methods

getName()

getName(): string

It returns the name of the map domain.

Returns

string

Inherited from

IMapDomain.getName

Source

model/types/domain/IMapDomain.ts:11


getOriginal()

getOriginal(): unknown

It returns the original representation of data domain.

Returns

unknown

Source

model/types/data/IMapDataDomain.ts:13