Skip to main content

IInfoData

geovisto-mapReadme | API


geovisto-map / IInfoData

Interface: IInfoData

The interface declares functions for management of info data.

Author

Jiri Hynek

Author

Tomas Koscielniak

Extends

Methods

getInfoMD()

getInfoMD(): string

It returns the original representation of data domain.

Returns

string

Source

tools/info/model/types/infodata/IInfoData.ts:23


getName()

getName(): string

It returns the name of the map domain.

Returns

string

Inherited from

IMapDomain.getName

Source

model/types/domain/IMapDomain.ts:11


getOriginalInfoData()

getOriginalInfoData(): unknown

It returns the original source of info data.

Returns

unknown

Source

tools/info/model/types/infodata/IInfoData.ts:18