layout: default title: LOD parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
LOD Class
A TileLayer has a number of LODs (Levels of Detail). Each LOD corresponds to a map at a given scale or resolution.
LOD has no constructor.
ArcGIS Maps SDK for JavaScript
public class LOD : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LOD
Properties
LOD.Level Property
ID for each level.
public System.Nullable<double> Level { get; set; }
Property Value
System.Nullable<System.Double>
LOD.LevelValue Property
String to be used when constructing a URL to access a tile from this LOD.
public string? LevelValue { get; set; }
Property Value
LOD.Resolution Property
Resolution in map units of each pixel in a tile for each level.
public System.Nullable<double> Resolution { get; set; }
Property Value
System.Nullable<System.Double>
LOD.Scale Property
Scale for each level.
public System.Nullable<double> Scale { get; set; }