Class ArcGISIdentify
Inherited Members
Namespace: Mapsui.ArcGIS.DynamicProvider
Assembly: Mapsui.ArcGIS.dll
Syntax
public class ArcGISIdentify
Constructors
| Edit this page View SourceArcGISIdentify()
Declaration
public ArcGISIdentify()
Properties
| Edit this page View SourceTimeOut
Timeout of webRequest in milliseconds. Default is 5 seconds
Declaration
public int TimeOut { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
| Edit this page View SourceRequest(string, double, double, int, string[], double, double, double, double, double, double, double, bool, ICredentials?, int)
Request a ArcGIS Service for FeatureInfo
Declaration
public void Request(string url, double x, double y, int tolerance, string[] layers, double extendXmin, double extendYmin, double extendXmax, double extendYmax, double mapWidth, double mapHeight, double mapDpi, bool returnGeometry, ICredentials? credentials = null, int sr = -2147483648)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url | Mapserver url |
| double | x | x coordinate |
| double | y | y coordinate |
| int | tolerance | The distance in screen pixels from the specified geometry within which the identify should be performed |
| string[] | layers | The layers to perform the identify operation on |
| double | extendXmin | The extent or bounding box of the map currently being viewed. |
| double | extendYmin | The extent or bounding box of the map currently being viewed. |
| double | extendXmax | The extent or bounding box of the map currently being viewed. |
| double | extendYmax | The extent or bounding box of the map currently being viewed. |
| double | mapWidth | The screen image display width |
| double | mapHeight | The screen image display height |
| double | mapDpi | The screen image display dpi, default is: 96 |
| bool | returnGeometry | |
| ICredentials | credentials | |
| int | sr | sr code of input geometry |
Events
| Edit this page View SourceIdentifyFailed
Declaration
public event StatusEventHandler? IdentifyFailed
Event Type
| Type | Description |
|---|---|
| StatusEventHandler |
IdentifyFinished
Declaration
public event StatusEventHandler? IdentifyFinished
Event Type
| Type | Description |
|---|---|
| StatusEventHandler |