Class ArcGISDynamicCapabilities
Inheritance
ArcGISDynamicCapabilities
Assembly: Mapsui.ArcGIS.dll
Syntax
public class ArcGISDynamicCapabilities : IArcGISCapabilities
Fields
|
Edit this page
View Source
tables
Declaration
Field Value
Properties
|
Edit this page
View Source
ServiceUrl
Declaration
public string ServiceUrl { get; set; }
Property Value
|
Edit this page
View Source
capabilities
Declaration
public string? capabilities { get; set; }
Property Value
|
Edit this page
View Source
copyrightText
Declaration
public string? copyrightText { get; set; }
Property Value
|
Edit this page
View Source
currentVersion
Declaration
public double? currentVersion { get; set; }
Property Value
|
Edit this page
View Source
description
Declaration
public string? description { get; set; }
Property Value
|
Edit this page
View Source
documentInfo
Declaration
public IDictionary<string, string>? documentInfo { get; set; }
Property Value
|
Edit this page
View Source
fullExtent
Declaration
public Extent? fullExtent { get; set; }
Property Value
|
Edit this page
View Source
initialExtent
Declaration
public Extent? initialExtent { get; set; }
Property Value
|
Edit this page
View Source
layers
Declaration
public ArcGISLayer[]? layers { get; set; }
Property Value
|
Edit this page
View Source
mapName
Declaration
public string? mapName { get; set; }
Property Value
|
Edit this page
View Source
serviceDescription
Declaration
public string? serviceDescription { get; set; }
Property Value
|
Edit this page
View Source
singleFusedMapCache
Declaration
public bool singleFusedMapCache { get; set; }
Property Value
|
Edit this page
View Source
spatialReference
Declaration
public SpatialReference? spatialReference { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string? supportedImageFormatTypes { get; set; }
Property Value
|
Edit this page
View Source
tileInfo
Declaration
public TileInfo? tileInfo { get; set; }
Property Value
|
Edit this page
View Source
units
Declaration
public string? units { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public string[]? GetSupportedImageFormatTypes()
Returns
Implements
Extension Methods