dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

ArcGISMapServiceCapabilitiesOperations Class

Indicates operations that can be performed on the service. ArcGIS Maps SDK for JavaScript

public record ArcGISMapServiceCapabilitiesOperations : System.IEquatable<dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesOperations>

Inheritance System.Object 🡒 ArcGISMapServiceCapabilitiesOperations

Implements System.IEquatable<ArcGISMapServiceCapabilitiesOperations>

Constructors

ArcGISMapServiceCapabilitiesOperations(Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

Indicates operations that can be performed on the service. ArcGIS Maps SDK for JavaScript

public ArcGISMapServiceCapabilitiesOperations(System.Nullable<bool> SupportsExportMap=null, System.Nullable<bool> SupportsExportTiles=null, System.Nullable<bool> SupportsIdentify=null, System.Nullable<bool> SupportsQuery=null, System.Nullable<bool> SupportsTileMap=null);

Parameters

SupportsExportMap System.Nullable<System.Boolean>

Indicates if the service can generate images. ArcGIS Maps SDK for JavaScript

SupportsExportTiles System.Nullable<System.Boolean>

Indicates if the tiles from the service can be exported. ArcGIS Maps SDK for JavaScript

SupportsIdentify System.Nullable<System.Boolean>

Indicates if the service supports the identify operation. ArcGIS Maps SDK for JavaScript

SupportsQuery System.Nullable<System.Boolean>

Indicates if features in the sublayers can be queried. ArcGIS Maps SDK for JavaScript

SupportsTileMap System.Nullable<System.Boolean>

Indicates if the service exposes a tile map that describes the presence of tiles. ArcGIS Maps SDK for JavaScript

Properties

ArcGISMapServiceCapabilitiesOperations.SupportsExportMap Property

Indicates if the service can generate images. ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsExportMap { get; init; }

Property Value

System.Nullable<System.Boolean>

ArcGISMapServiceCapabilitiesOperations.SupportsExportTiles Property

Indicates if the tiles from the service can be exported. ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsExportTiles { get; init; }

Property Value

System.Nullable<System.Boolean>

ArcGISMapServiceCapabilitiesOperations.SupportsIdentify Property

Indicates if the service supports the identify operation. ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsIdentify { get; init; }

Property Value

System.Nullable<System.Boolean>

ArcGISMapServiceCapabilitiesOperations.SupportsQuery Property

Indicates if features in the sublayers can be queried. ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsQuery { get; init; }

Property Value

System.Nullable<System.Boolean>

ArcGISMapServiceCapabilitiesOperations.SupportsTileMap Property

Indicates if the service exposes a tile map that describes the presence of tiles. ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsTileMap { get; init; }

Property Value

System.Nullable<System.Boolean>