JsonMapDataDomain
geovisto-map / JsonMapDataDomain
Class: JsonMapDataDomain
The class wraps meta data path used to find data.
Author
Jiri Hynek
Extends
Constructors
new JsonMapDataDomain()
new JsonMapDataDomain(
domainDescription
):JsonMapDataDomain
Parameters
• domainDescription: string
[]
Returns
Overrides
AbstractMapDataDomain
.constructor
Source
model/internal/data/json/JsonMapDataDomain.ts:12
Properties
name
private
name:string
Source
model/internal/data/json/JsonMapDataDomain.ts:10
Methods
getName()
getName():
string
The function returns the string representation of the map data domain which is unique among the names of other data domains.
It uses dots to delimiter the array items.
Returns
string
Overrides
Source
model/internal/data/json/JsonMapDataDomain.ts:31
getOriginal()
getOriginal():
string
[]
The function returns the string representation of the map data domain which is unique among the labels of other data domains.
Returns
string
[]
Overrides
AbstractMapDataDomain
.getOriginal