dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

VectorTileLayerCapabilitiesOperations Class

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

public class VectorTileLayerCapabilitiesOperations :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.VectorTileLayerCapabilitiesOperations>

Inheritance System.Object 🡒 VectorTileLayerCapabilitiesOperations

Implements System.IEquatable<VectorTileLayerCapabilitiesOperations>

Constructors

VectorTileLayerCapabilitiesOperations(Nullable, Nullable) Constructor

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

public VectorTileLayerCapabilitiesOperations(System.Nullable<bool> SupportsExportTiles=null, System.Nullable<bool> SupportsTileMap=null);

Parameters

SupportsExportTiles System.Nullable<System.Boolean>

Indicates if the tiles from the service can be exported.
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

VectorTileLayerCapabilitiesOperations.SupportsExportTiles Property

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

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

Property Value

System.Nullable<System.Boolean>

VectorTileLayerCapabilitiesOperations.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; set; }

Property Value

System.Nullable<System.Boolean>