Adds a custom tile load function for a given base image tile layer.
NOTE: Unlike other load function registrations this must be done before the viewer is mounted. New load functions added at runtime will not be recognized
The base layer this function should apply for
The custom tile load function
Adds an event handler for the specified event
Adds a custom image load function for a given overlay image layer
The layer this function should apply for
The custom tile load function
Adds an OpenLayers interaction
Adds an OpenLayers overlay
EXPERIMENTAL: Adds the given application state subscribers
NOTE: Calling this method will trigger a re-render of the component. Due to this quirk, calling this method again while a re-render is taking place may cause the subscriber to not actually be registered. Calling this method multiple times in succession is therefore not advised. If you need to add multiple subscribers, pass an array of the subscribers to register in a single method call.
Adds a custom tile load function for a given overlay image tile layer
The layer this function should apply for
The custom tile load function
Adds a WMS query augmentation for the given WMS overlay layer
The layer this function should apply for
The WMS query augmentation
Cancels active digitization
Clears the map selection
Starts the digitization process for a circle
Starts the digitization process for a line
Starts the digitization process for a line string
Starts the digitization process for a point
Starts the digitization process for a polygon
Starts the digitization process for a rectangle
Dispatches the given action
Exports an image of the current map view
Gets the active tool
Gets the current extent
Gets the current map view
Gets the default line style
Gets the default point circle style
Gets the default point icon style
Gets the default polygon style
Gets the layer manager for the given map. If map name is not specifed it will get the layer manager for the currently active map.
Gets the name of the current runtime map
Gets the meters per unit value
Gets the OL object factory
Gets the projection of the map
Gets the view resolution
Returns the collection of selected client-side vector features. This collection is observable, so you may hold onto a reference to this collection and subscribe to events on this collection for when new features are added or removed from this collection
Gets the current selection model
Gets the current selection model as a selection XML string
Gets the current session id
Gets the current physical size of the map
EXPERIMENTAL: Gets all application state subscriber names
Gets the current view rotation
Sets the initial map view
Gets whether the viewer is currently in the state of digitizing
Gets whether feature tooltips are enabled
Gets whether view rotation is enabled
Performs a map selection by the given query options
Removes an event handler for the specified event
Removes the given OpenLayers interaction
Removes the given OpenLayers overlay
EXPERIMENTAL: Removes application state subscribers of the given names
Gets the resolution for the given scale
Performs a map selection by the given geometry
Sets the active tool
Enables/disables feature tooltips
Sets the selection XML
Sets the current view rotation
Sets whether view rotation is enabled or not
Zooms in or out by the specified delta
Zooms to the specified extent
Zooms to the specified map view
Generated using TypeDoc
Indicates if touch events are supported.