Class ArcGISDynamicCapabilities
Inheritance
System.Object
ArcGISDynamicCapabilities
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()
Assembly: Mapsui.dll
Syntax
public class ArcGISDynamicCapabilities : IArcGISCapabilities
Fields
|
Improve this Doc
View Source
tables
Declaration
Field Value
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
|
Improve this Doc
View Source
initialExtent
Declaration
public Extent initialExtent { get; set; }
Property Value
|
Improve this Doc
View Source
layers
Declaration
public ArcGISLayer[] layers { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
units
Declaration
public string units { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public string[] GetSupportedImageFormatTypes()
Returns
Type |
Description |
System.String[] |
|
Implements