AbstractMapDataDomain
geovisto-map / AbstractMapDataDomain
Class: abstract
AbstractMapDataDomain
The class wraps meta data path used to find data.
Author
Jiri Hynek
Extended by
Implements
Constructors
new AbstractMapDataDomain()
new AbstractMapDataDomain(
originalDataDomain
):AbstractMapDataDomain
It initializes the data domain wrapper providing a basic API.
Parameters
• originalDataDomain: unknown
Returns
Source
model/internal/data/abstract/AbstractMapDataDomain.ts:17
Properties
originalDataDomain
private
originalDataDomain:unknown
Source
model/internal/data/abstract/AbstractMapDataDomain.ts:10
Methods
getName()
abstract
getName():string
The function returns the string representation of the map data domain which is unique among the labels of other data domains.
Returns
string
Implementation of
Source
model/internal/data/abstract/AbstractMapDataDomain.ts:33
getOriginal()
getOriginal():
unknown
The function returns the string representation of the map data domain which is unique among the labels of other data domains.
Returns
unknown