Search Results for

    Show / Hide Table of Contents

    Class ArcGISIdentify

    Inheritance
    object
    ArcGISIdentify
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.ArcGIS.DynamicProvider
    Assembly: Mapsui.ArcGIS.dll
    Syntax
    public class ArcGISIdentify

    Constructors

    | Edit this page View Source

    ArcGISIdentify()

    Declaration
    public ArcGISIdentify()

    Properties

    | Edit this page View Source

    TimeOut

    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 Source

    Request(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 Source

    IdentifyFailed

    Declaration
    public event StatusEventHandler? IdentifyFailed
    Event Type
    Type Description
    StatusEventHandler
    | Edit this page View Source

    IdentifyFinished

    Declaration
    public event StatusEventHandler? IdentifyFinished
    Event Type
    Type Description
    StatusEventHandler

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX