dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

ElevationLayerService Class

Service for accessing elevation layer data

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

Inheritance System.Object 🡒 ElevationLayerService

Implements System.IEquatable<ElevationLayerService>

Constructors

ElevationLayerService() Constructor

public ElevationLayerService();

Properties

ElevationLayerService.Id Property

Unique identifier for the elevation layer

public string? Id { get; set; }

Property Value

System.String

ElevationLayerService.LayerType Property

Type of the elevation layer

public string? LayerType { get; set; }

Property Value

System.String

ElevationLayerService.Units Property

Units of measurement for elevation values

public string? Units { get; set; }

Property Value

System.String

ElevationLayerService.Url Property

URL for accessing the elevation layer

public string? Url { get; set; }

Property Value

System.String