GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

ElevationLayerElevationQueryResultSampleInfo Class

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.ElevationLayerElevationQueryResultSampleInfo.html”>GeoBlazor Docs</a> Contains additional information about how the geometry was sampled. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#ElevationQueryResult”>ArcGIS Maps SDK for JavaScript</a>

public record ElevationLayerElevationQueryResultSampleInfo : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ElevationLayerElevationQueryResultSampleInfo>

Inheritance System.Object 🡒 ElevationLayerElevationQueryResultSampleInfo

Implements System.IEquatable<ElevationLayerElevationQueryResultSampleInfo>

Constructors

ElevationLayerElevationQueryResultSampleInfo(Nullable<double>) Constructor

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.ElevationLayerElevationQueryResultSampleInfo.html”>GeoBlazor Docs</a> Contains additional information about how the geometry was sampled. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#ElevationQueryResult”>ArcGIS Maps SDK for JavaScript</a>

public ElevationLayerElevationQueryResultSampleInfo(System.Nullable<double> DemResolution=null);

Parameters

DemResolution System.Nullable<System.Double>

The resolution at which the z-value was sampled. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#ElevationQueryResult”>ArcGIS Maps SDK for JavaScript</a>

Properties

ElevationLayerElevationQueryResultSampleInfo.DemResolution Property

The resolution at which the z-value was sampled. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#ElevationQueryResult”>ArcGIS Maps SDK for JavaScript</a>

public System.Nullable<double> DemResolution { get; init; }

Property Value

System.Nullable<System.Double>