The MapsESRI control implements map functionality based on ESRI maps.
On this page:
Requirements
This component runs on Windows, on RichClient and SmartClient clients.
Configuration
- Go to Displays / Draw.
- Select WPF Only, then MapsESRI.
- Add it to the Draw area by clicking or dragging and dropping it.
- Double-click the object to open the setting window.
MapControl configuration | |
---|---|
Field | Description |
Control Name | Defines a name for the control so it can be accessed in the CodeBehind script. See Display CodeBehind. |
Base Map URL | Map URL from ArcGIS provider. Default is http://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServer. |
BaseMap ID | Name that will represent the base map. |
Wms Layer URL | The WMS service URL from the layer you want to show. |
Wms Layer ID | The WMS service ID from the layer you wish to add to the display. |
Runtime Execution
When the solution runs, the MapsESRI Control displays the selected ESRI map. Users can interact with the map, zoom in and out, and view data layers if configured. The base map URL and WMS layers are set based on the provided configurations. The control’s name allows access in the CodeBehind script for further customization.
In an industrial setting, a user might use the MapsESRI Control to monitor environmental data across different locations. For instance, a utility company can display real-time data on water quality from various monitoring stations. When the solution runs, the map shows the selected ESRI map with overlaid data layers, allowing the user to analyze environmental conditions and make informed decisions.
In this section: