Search Results for

    Show / Hide Table of Contents

    Class ArcGISDynamicCapabilities

    Inheritance
    object
    ArcGISDynamicCapabilities
    Implements
    IArcGISCapabilities
    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 ArcGISDynamicCapabilities : IArcGISCapabilities

    Fields

    | Edit this page View Source

    tables

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

    Properties

    | Edit this page View Source

    ServiceUrl

    Declaration
    public string ServiceUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    capabilities

    Declaration
    public string? capabilities { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    copyrightText

    Declaration
    public string? copyrightText { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    currentVersion

    Declaration
    public double? currentVersion { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    description

    Declaration
    public string? description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    documentInfo

    Declaration
    public IDictionary<string, string>? documentInfo { get; set; }
    Property Value
    Type Description
    IDictionary<string, string>
    | Edit this page View Source

    fullExtent

    Declaration
    public Extent? fullExtent { get; set; }
    Property Value
    Type Description
    Extent
    | Edit this page View Source

    initialExtent

    Declaration
    public Extent? initialExtent { get; set; }
    Property Value
    Type Description
    Extent
    | Edit this page View Source

    layers

    Declaration
    public ArcGISLayer[]? layers { get; set; }
    Property Value
    Type Description
    ArcGISLayer[]
    | Edit this page View Source

    mapName

    Declaration
    public string? mapName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    serviceDescription

    Declaration
    public string? serviceDescription { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    singleFusedMapCache

    Declaration
    public bool singleFusedMapCache { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    spatialReference

    Declaration
    public SpatialReference? spatialReference { get; set; }
    Property Value
    Type Description
    SpatialReference
    | Edit this page View Source

    supportedImageFormatTypes

    Declaration
    public string? supportedImageFormatTypes { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    tileInfo

    Declaration
    public TileInfo? tileInfo { get; set; }
    Property Value
    Type Description
    TileInfo
    | Edit this page View Source

    units

    Declaration
    public string? units { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetSupportedImageFormatTypes()

    Declaration
    public string[]? GetSupportedImageFormatTypes()
    Returns
    Type Description
    string[]

    Implements

    IArcGISCapabilities

    Extension Methods

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