IMapDomainManager
geovisto-map / IMapDomainManager
Interface: IMapDomainManager\<T>
This interface declares functions for using a map domains
Author
Jiri Hynek
Extended by
Type parameters
• T extends IMapDomain
Methods
getDomain()
getDomain(
name):undefined|T
The function returns map domains of given name.
Parameters
• name: string
Returns
undefined | T
Source
model/types/domain/IMapDomainManager.ts:27
getDomainNames()
getDomainNames():
string[]
It sets the data domain which is set to the map dimension.
Returns
string[]
Source
model/types/domain/IMapDomainManager.ts:20
getDomains()
getDomains():
undefined|T[]
It returns data domain which is set to the map dimension.
Returns
undefined | T[]