layout: default title: MapImageOperations parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

MapImageOperations Class

Indicates operations that can be performed on the service.

public class MapImageOperations :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.MapImageOperations>

Inheritance System.Object 🡒 MapImageOperations

Implements System.IEquatable<MapImageOperations>

Constructors

MapImageOperations(bool, bool, bool, bool, bool) Constructor

Indicates operations that can be performed on the service.

public MapImageOperations(bool SupportsExportMap, bool SupportsExportTiles, bool SupportsIdentify, bool SupportsQuery, bool SupportsTileMap);

Parameters

SupportsExportMap System.Boolean

Indicates if the service can generate images.

SupportsExportTiles System.Boolean

Indicates if the tiles from the service can be exported.

SupportsIdentify System.Boolean

Indicates if the service supports the identify operation.

SupportsQuery System.Boolean

Indicates if features in the sublayers can be queried.

SupportsTileMap System.Boolean

Indicates if the service exposes a tile map that describes the presence of tiles.

Properties

MapImageOperations.SupportsExportMap Property

Indicates if the service can generate images.

public bool SupportsExportMap { get; set; }

Property Value

System.Boolean

MapImageOperations.SupportsExportTiles Property

Indicates if the tiles from the service can be exported.

public bool SupportsExportTiles { get; set; }

Property Value

System.Boolean

MapImageOperations.SupportsIdentify Property

Indicates if the service supports the identify operation.

public bool SupportsIdentify { get; set; }

Property Value

System.Boolean

MapImageOperations.SupportsQuery Property

Indicates if features in the sublayers can be queried.

public bool SupportsQuery { get; set; }

Property Value

System.Boolean

MapImageOperations.SupportsTileMap Property

Indicates if the service exposes a tile map that describes the presence of tiles.

public bool SupportsTileMap { get; set; }

Property Value

System.Boolean