Interface IArcGISCapabilities
Assembly: Mapsui.ArcGIS.dll
Syntax
public interface IArcGISCapabilities
Properties
|
Edit this page
View Source
ServiceUrl
Declaration
string ServiceUrl { get; set; }
Property Value
|
Edit this page
View Source
capabilities
Declaration
string? capabilities { get; set; }
Property Value
|
Edit this page
View Source
copyrightText
Declaration
string? copyrightText { get; set; }
Property Value
|
Edit this page
View Source
currentVersion
Declaration
double? currentVersion { get; set; }
Property Value
|
Edit this page
View Source
description
Declaration
string? description { get; set; }
Property Value
|
Edit this page
View Source
fullExtent
Declaration
Extent? fullExtent { get; set; }
Property Value
|
Edit this page
View Source
initialExtent
Declaration
Extent? initialExtent { get; set; }
Property Value
|
Edit this page
View Source
serviceDescription
Declaration
string? serviceDescription { get; set; }
Property Value
|
Edit this page
View Source
singleFusedMapCache
Declaration
bool singleFusedMapCache { get; set; }
Property Value
|
Edit this page
View Source
tileInfo
Declaration
TileInfo? tileInfo { get; set; }
Property Value
Extension Methods