AbstractMapDomain
geovisto-map / AbstractMapDomain
Class: abstract
AbstractMapDomain
The abstract implementation of map domain which overrides toString function.
Author
Jiri Hynek
Extended by
AbstractMapDimension
MapDomain
MapFilterOperation
EqFilterOperation
GtEqFilterOperation
GtFilterOperation
LtEqFilterOperation
LtFilterOperation
NeqFilterOperation
RegFilterOperation
BasicTheme
Implements
Constructors
new AbstractMapDomain()
new AbstractMapDomain():
AbstractMapDomain
Returns
Methods
getName()
abstract
getName():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