dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ArcGISMapServiceCapabilities Class
Indicates the layer’s supported capabilities.
ArcGIS Maps SDK for JavaScript
public class ArcGISMapServiceCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilities>
Inheritance System.Object 🡒 ArcGISMapServiceCapabilities
Implements System.IEquatable<ArcGISMapServiceCapabilities>
Constructors
ArcGISMapServiceCapabilities(ArcGISMapServiceCapabilitiesExportMap, ArcGISMapServiceCapabilitiesExportTiles, ArcGISMapServiceCapabilitiesOperations) Constructor
Indicates the layer’s supported capabilities.
ArcGIS Maps SDK for JavaScript
public ArcGISMapServiceCapabilities(dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesExportMap? ExportMap=null, dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesExportTiles? ExportTiles=null, dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesOperations? Operations=null);
Parameters
ExportMap
ArcGISMapServiceCapabilitiesExportMap
Indicates options supported by the exportMap operation.
ArcGIS Maps SDK for JavaScript
ExportTiles
ArcGISMapServiceCapabilitiesExportTiles
Indicates options supported by the exportTiles operation.
ArcGIS Maps SDK for JavaScript
Operations
ArcGISMapServiceCapabilitiesOperations
Indicates operations that can be performed on the service.
ArcGIS Maps SDK for JavaScript
Properties
ArcGISMapServiceCapabilities.ExportMap Property
Indicates options supported by the exportMap operation.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesExportMap? ExportMap { get; set; }
Property Value
ArcGISMapServiceCapabilitiesExportMap
ArcGISMapServiceCapabilities.ExportTiles Property
Indicates options supported by the exportTiles operation.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesExportTiles? ExportTiles { get; set; }
Property Value
ArcGISMapServiceCapabilitiesExportTiles
ArcGISMapServiceCapabilities.Operations Property
Indicates operations that can be performed on the service.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesOperations? Operations { get; set; }