new Addons.CoordinateTransform.CoordinateTransformModel()
addons/coordinateTransform/model.js, line 29
Properties:
Name | Type | Default | Description |
---|---|---|---|
isActive |
Boolean | false | Flag if tool is initally active |
renderToWindow |
Boolean | true | Render tool to window |
sourceCrs |
String | null | The source CRS-Code, e.g. 4326 |
sourceCrsValid |
Boolean | false | Flag if source CRS selection is valid |
targetCrs |
String | null | The target CRS-Code, e.g. 4326 |
targetCrsValid |
Boolean | false | Flag if target CRS selection is valid |
sourceCoordinates |
String | "" | String containing the coordinates to transform |
sourceCoordinatesValid |
Boolean | false | Flag if source coordinates are valid |
targetCoordinates |
String | "" | String containing the transformed coordinates |
loading |
Boolean | false | Flag if tool is loading data in order to show a loadmask |
id |
String | "coordinateTransform" | The model id |
name |
String | "Coordinate | Transform" The model name |
glyphicon |
String | "glyphicon-record" | The models glyphicon |
Listens to Events:
Extends
Methods
-
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.