MapDomain
geovisto-map / MapDomain
Class: abstract
MapDomain
The generic implementation of map domain which overrides toString function.
Author
Jiri Hynek
Extends
Implements
Constructors
new MapDomain()
new MapDomain(
name
):MapDomain
Parameters
• name: string
Returns
Overrides
Source
model/internal/domain/generic/MapDomain.ts:13
Properties
name
private
name:string
Source
model/internal/domain/generic/MapDomain.ts:11
Methods
getName()
getName():
string
It returns the name of the map domain.
Returns
string
Implementation of
Overrides
Source
model/internal/domain/generic/MapDomain.ts:21
toString()
toString():
string
The string representation is equal to the name of the map domain.
Returns
string