Show / Hide Table of Contents

    Class ArcGISIdentify

    Inheritance
    System.Object
    ArcGISIdentify
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Providers.ArcGIS.Dynamic
    Assembly: Mapsui.dll
    Syntax
    public class ArcGISIdentify

    Constructors

    | Improve this Doc View Source

    ArcGISIdentify()

    Declaration
    public ArcGISIdentify()

    Properties

    | Improve this Doc View Source

    TimeOut

    Timeout of webrequest in milliseconds. Default is 5 seconds

    Declaration
    public int TimeOut { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Request(String, Double, Double, Int32, String[], Double, Double, Double, Double, Double, Double, Double, Boolean, ICredentials, Int32)

    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
    System.String url

    Mapserver url

    System.Double x

    x coordinate

    System.Double y

    y coordinate

    System.Int32 tolerance

    The distance in screen pixels from the specified geometry within which the identify should be performed

    System.String[] layers

    The layers to perform the identify operation on

    System.Double extendXmin

    The extent or bounding box of the map currently being viewed.

    System.Double extendYmin

    The extent or bounding box of the map currently being viewed.

    System.Double extendXmax

    The extent or bounding box of the map currently being viewed.

    System.Double extendYmax

    The extent or bounding box of the map currently being viewed.

    System.Double mapWidth

    The screen image display width

    System.Double mapHeight

    The screen image display height

    System.Double mapDpi

    The screen image display dpi, default is: 96

    System.Boolean returnGeometry
    System.Net.ICredentials credentials
    System.Int32 sr

    sr code of input geometry

    Events

    | Improve this Doc View Source

    IdentifyFailed

    Declaration
    public event StatusEventHandler IdentifyFailed
    Event Type
    Type Description
    StatusEventHandler
    | Improve this Doc View Source

    IdentifyFinished

    Declaration
    public event StatusEventHandler IdentifyFinished
    Event Type
    Type Description
    StatusEventHandler
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX