InfoToolDefaults
geovisto-map / InfoToolDefaults
Class: InfoToolDefaults
This class provide functions which return the default state values.
Author
Jiri Hynek
Author
Tomas Koscielniak
Extends
Implements
Constructors
new InfoToolDefaults()
new InfoToolDefaults():
InfoToolDefaults
Returns
Inherited from
Properties
idString?
protected
optional
idString:string
Inherited from
Source
model/internal/object/MapObjectDefaults.ts:13
TYPE
static
TYPE:string
="geovisto-tool-info"
Static tool type constant.
Source
tools/info/model/internal/tool/InfoToolDefaults.ts:55
id
static
protected
id:number
Inherited from
Source
model/internal/object/MapObjectDefaults.ts:12
Methods
generateId()
protected
generateId():string
It returns identifier which is used when no identifier is specified.
Returns
string
Inherited from
Source
model/internal/object/MapObjectDefaults.ts:54
getConfig()
getConfig():
IInfoToolConfig
It returns default config if no config is given.
Returns
Implementation of
Overrides
Source
tools/info/model/internal/tool/InfoToolDefaults.ts:24
getDataManager()
getDataManager():
IMapDataManager
It returns default map data manager.
Returns
Inherited from
MapToolDefaults
.getDataManager
Source
model/internal/tool/MapToolDefaults.ts:20
getGeoDataManager()
getGeoDataManager(
geoDataArray
):IGeoDataManager
It returns default geo data manager.
Parameters
• geoDataArray: undefined
| IGeoData
[]
Returns
Inherited from
MapToolDefaults
.getGeoDataManager
Source
model/internal/tool/MapToolDefaults.ts:27
getIcon()
getIcon():
string
It returns the icon of the tool.
Returns
string
Implementation of
Overrides
Source
tools/info/model/internal/tool/InfoToolDefaults.ts:74
getId()
getId():
string
It returns identifier which is used when no identifier is specified.
Returns
string
Implementation of
Inherited from
Source
model/internal/object/MapObjectDefaults.ts:44
getInfoDataManager()
getInfoDataManager():
IInfoDataManager
It returns default markdown manager.
Returns
Implementation of
IInfoToolDefaults
.getInfoDataManager
Source
tools/info/model/internal/tool/InfoToolDefaults.ts:33
getLabel()
getLabel():
string
It returns the label of the tool.
Returns
string
Implementation of
Overrides
Source
tools/info/model/internal/tool/InfoToolDefaults.ts:67
getMarkdown()
getMarkdown():
IInfoData
It returns default markdown.
Returns
Implementation of
Source
tools/info/model/internal/tool/InfoToolDefaults.ts:41
getProps()
getProps():
IMapObjectProps
It returns default props if no props are given.
Returns
Implementation of
Inherited from
Source
model/internal/object/MapObjectDefaults.ts:18
getType()
getType():
string
It returns a unique string of the tool type.
Returns
string
Implementation of
Overrides
Source
tools/info/model/internal/tool/InfoToolDefaults.ts:60
isEnabled()
isEnabled():
boolean
By default, the tool is enabled.
Returns
boolean
Implementation of
Inherited from
Source
model/internal/tool/MapToolDefaults.ts:50
isSingleton()
isSingleton():
boolean
Only one info tool should be present in the Geovisto map.
Returns
boolean