AbstractMapDomain
geovisto-map / AbstractMapDomain
Class: abstract AbstractMapDomain
The abstract implementation of map domain which overrides toString function.
Author
Jiri Hynek
Extended by
AbstractMapDimensionMapDomainMapFilterOperationEqFilterOperationGtEqFilterOperationGtFilterOperationLtEqFilterOperationLtFilterOperationNeqFilterOperationRegFilterOperationBasicTheme
Implements
Constructors
new AbstractMapDomain()
new AbstractMapDomain():
AbstractMapDomain
Returns
Methods
getName()
abstractgetName():string
It returns the name of the map domain.
Returns
string
Implementation of
Source
model/internal/domain/abstract/AbstractMapDomain.ts:13
toString()
toString():
string
The string representation is equal to the name of the map domain.
Returns
string