new SearchByCoord()
modules/tools/searchByCoord/model.js, line 42
Properties:
Name | Type | Default | Description |
---|---|---|---|
coordSystem |
String | "ETRS89/33N" | todo |
coordSystems= |
Array | ["ETRS89/33N", "ETRS89/32N", "WGS84/Dezimalgrad", "WGS84/Geographisch", "WGS84/Web-Mercator"] todo | |
coordinatesEasting |
String | "" | todo |
coordinatesNorthing |
String | "" | todo |
renderToWindow |
boolean | true | todo |
glyphicon |
string | "glyphicon-record" | todo |
coordSystemField |
String | "", | filled with "Koordinatensystem"- translated |
hdmsEastingLabel |
String | "", | filled with "Länge"- translated |
hdmsNorthingLabel |
String | "", | filled with "Breite"- translated |
cartesianEastingLabel |
String | "", | filled with "Rechtswert"- translated |
cartesianNorthingLabel |
String | "", | filled with "Hochwert"- translated |
exampleAcronym |
String | "", | filled with "Bsp."- translated |
searchButtonText |
String | "", | filled with "Suchen"- translated |
Listens to Events:
Extends
Methods
-
changeLang(){Void}
modules/tools/searchByCoord/model.js, line 55 -
change language - sets default values for the language
-
inherited setGlyphicon(value){void}
modules/core/modelList/item.js, line 69 -
Setter for glyphicon
Name Type Description value
String Glyphicon -
inherited setId(value){void}
modules/core/modelList/item.js, line 34 -
Setter for id
Name Type Description value
String Id -
inherited setIsActive(value){void}
modules/core/modelList/tool/model.js, line 129 -
Activates or deactivates tool
Name Type Description value
Boolean Flag if tool is active -
inherited setIsInThemen(value){void}
modules/core/modelList/item.js, line 78 -
Setter for isInThemen
Name Type Description value
Boolean Flag if item is in themen -
inherited setIsVisibleInMenu(value){void}
modules/core/modelList/item.js, line 105 -
Setter for setIsVisibleInMenu
Name Type Description value
Boolean Flag if item is visible in menu -
inherited setIsVisibleInTree(value){void}
modules/core/modelList/item.js, line 96 -
Setter for isVisibleInTree
Name Type Description value
Boolean Flag if item is visible in layertree -
inherited setLevel(value){void}
modules/core/modelList/item.js, line 87 -
Setter for level
Name Type Description value
String Level -
inherited setName(value){void}
modules/core/modelList/item.js, line 52 -
Setter for name
Name Type Description value
String Name -
inherited setParentId(value){void}
modules/core/modelList/item.js, line 43 -
Setter for parentId
Name Type Description value
String ParentId -
inherited setType(value){void}
modules/core/modelList/item.js, line 60 -
Setter for type
Name Type Description value
String Type -
inherited superChangeLang(){Void}
modules/core/modelList/tool/model.js, line 113 -
change language - sets or translates the name of this tool, if property i18nextTranslate is no function. If name is defined in config.json, the name is not translated else property nameTranslationKey is used.