layout: default title: MapImageLayerCapabilities parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
MapImageLayerCapabilities Class
Indicates the layer’s supported capabilities.
public class MapImageLayerCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.MapImageLayerCapabilities>
Inheritance System.Object 🡒 MapImageLayerCapabilities
Implements System.IEquatable<MapImageLayerCapabilities>
Constructors
MapImageLayerCapabilities(MapImageExportMap, MapImageExportTiles, MapImageOperations) Constructor
Indicates the layer’s supported capabilities.
public MapImageLayerCapabilities(dymaptic.GeoBlazor.Core.Components.Layers.MapImageExportMap ExportMap, dymaptic.GeoBlazor.Core.Components.Layers.MapImageExportTiles ExportTiles, dymaptic.GeoBlazor.Core.Components.Layers.MapImageOperations Operations);
Parameters
ExportMap
MapImageExportMap
Indicates options supported by the exportMap operation. Will be null if the supportsExportMap is false.
ExportTiles
MapImageExportTiles
Indicates options supported by the exportTiles operation. Will be null if the supportsExportTiles is false.
Operations
MapImageOperations
Indicates operations that can be performed on the service.
Properties
MapImageLayerCapabilities.ExportMap Property
Indicates options supported by the exportMap operation. Will be null if the supportsExportMap is false.
public dymaptic.GeoBlazor.Core.Components.Layers.MapImageExportMap ExportMap { get; set; }
Property Value
MapImageLayerCapabilities.ExportTiles Property
Indicates options supported by the exportTiles operation. Will be null if the supportsExportTiles is false.
public dymaptic.GeoBlazor.Core.Components.Layers.MapImageExportTiles ExportTiles { get; set; }
Property Value
MapImageLayerCapabilities.Operations Property
Indicates operations that can be performed on the service.
public dymaptic.GeoBlazor.Core.Components.Layers.MapImageOperations Operations { get; set; }