Show / Hide Table of Contents

    Class ArcGISDynamicCapabilities

    Inheritance
    System.Object
    ArcGISDynamicCapabilities
    Implements
    IArcGISCapabilities
    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 ArcGISDynamicCapabilities : IArcGISCapabilities

    Fields

    | Improve this Doc View Source

    tables

    Declaration
    public Table[] tables
    Field Value
    Type Description
    Table[]

    Properties

    | Improve this Doc View Source

    capabilities

    Declaration
    public string capabilities { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    copyrightText

    Declaration
    public string copyrightText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    currentVersion

    Declaration
    public string currentVersion { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    description

    Declaration
    public string description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    documentInfo

    Declaration
    public IDictionary<string, string> documentInfo { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>
    | Improve this Doc View Source

    fullExtent

    Declaration
    public Extent fullExtent { get; set; }
    Property Value
    Type Description
    Extent
    | Improve this Doc View Source

    initialExtent

    Declaration
    public Extent initialExtent { get; set; }
    Property Value
    Type Description
    Extent
    | Improve this Doc View Source

    layers

    Declaration
    public ArcGISLayer[] layers { get; set; }
    Property Value
    Type Description
    ArcGISLayer[]
    | Improve this Doc View Source

    mapName

    Declaration
    public string mapName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    serviceDescription

    Declaration
    public string serviceDescription { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ServiceUrl

    Declaration
    public string ServiceUrl { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    singleFusedMapCache

    Declaration
    public bool singleFusedMapCache { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    spatialReference

    Declaration
    public SpatialReference spatialReference { get; set; }
    Property Value
    Type Description
    SpatialReference
    | Improve this Doc View Source

    supportedImageFormatTypes

    Declaration
    public string supportedImageFormatTypes { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    tileInfo

    Declaration
    public TileInfo tileInfo { get; set; }
    Property Value
    Type Description
    TileInfo
    | Improve this Doc View Source

    units

    Declaration
    public string units { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetSupportedImageFormatTypes()

    Declaration
    public string[] GetSupportedImageFormatTypes()
    Returns
    Type Description
    System.String[]

    Implements

    IArcGISCapabilities
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX