Represents the remote interface of the masterportal.
Classes
Events
-
RadioRequestCRSGetProjection
devtools/jsdoc/events.js, line 2240 -
Returns the proj4 projection definition for a registered name.
Name Type Description namestring projection name as written in [0] position of namedProjections Listeners of This Event:
-
RadioRequestCRSGetProjections
devtools/jsdoc/events.js, line 2246 -
Returns all known projections.
Name Type Description mapol.Map map to project to sourceProjectionstring | object projection name or projection of point pointArray.<number> point to project Listeners of This Event:
-
RadioRequestCRSTransform
devtools/jsdoc/events.js, line 2270 -
Transforms a given point from a source to a target projection.
Name Type Description sourceProjectionstring | object projection name or projection of point targetProjectionstring | object projection name or projection to project point to pointArray.<number> point to project Listeners of This Event:
-
RadioRequestCRSTransformFromMapProjection
devtools/jsdoc/events.js, line 2262 -
Projects a point from the given map.
Name Type Description mapol.Map map to project from, and point must be in map's projection targetProjectionstring | object projection name or projection to project to pointArray.<number> point to project Listeners of This Event:
-
RadioRequestCRSTransformToMapProjection
devtools/jsdoc/events.js, line 2254 -
Projects a point to the given map.
Name Type Description mapol.Map map to project to sourceProjectionstring | object projection name or projection of point pointArray.<number> point to project Listeners of This Event:
-
RadioRequestRawLayerListGetDisplayNamesOfFeatureAttributes
devtools/jsdoc/events.js, line 2301 -
Returns display names map for a layer, or display name for a specific attribute.
Name Type Description layerIdstring if of layer to fetch display names for featureAttributestring optional if given, only one entry of map is returned Listeners of This Event:
-
RadioRequestRawLayerListGetLayerAttributesWhere
devtools/jsdoc/events.js, line 2284 -
Returns the first entry in layerList matching the given searchAttributes.
Name Type Description searchAttributesobject key/value-pairs to be searched for, e.g. { typ: "WMS" } to get the first WMS Listeners of This Event:
-
RadioRequestRawLayerListGetLayerList
devtools/jsdoc/events.js, line 2296 -
Returns complete layerList as initialized.
Listeners of This Event:
-
RadioRequestRawLayerListGetLayerListWhere
devtools/jsdoc/events.js, line 2290 -
Returns an array of all models that match the given attributes.
Name Type Description searchAttributesObject key/value-pairs to be searched for, e.g. { typ: "WMS" } to get the first WMS Listeners of This Event:
-
RadioRequestRawLayerListGetLayerWhere
devtools/jsdoc/events.js, line 2278 -
Returns the first entry in layerList matching the given searchAttributes.
Name Type Description searchAttributesobject key/value-pairs to be searched for, e.g. { typ: "WMS" } to get the first WMS Listeners of This Event:
-
RadioTriggerRemoteInterfacePostMessage
devtools/jsdoc/events.js, line 1702 -
Triggers a PostMessage to the RemoteInterface
Example
Radio.trigger("RemoteInterface", "postMessage", {"allFeatures": JSON.stringify("..."), "layerId": 1711});