GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ElevationLayerElevationQueryResultSampleInfo Class
Contains additional information about how the geometry was sampled.
ArcGIS Maps SDK for JavaScript
public class ElevationLayerElevationQueryResultSampleInfo :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ElevationLayerElevationQueryResultSampleInfo>
Inheritance System.Object 🡒 ElevationLayerElevationQueryResultSampleInfo
Implements System.IEquatable<ElevationLayerElevationQueryResultSampleInfo>
Constructors
ElevationLayerElevationQueryResultSampleInfo(Nullable) Constructor
Contains additional information about how the geometry was sampled.
ArcGIS Maps SDK for JavaScript
public ElevationLayerElevationQueryResultSampleInfo(System.Nullable<double> DemResolution=null);
Parameters
DemResolution
System.Nullable<System.Double>
The resolution at which the z-value was sampled.
ArcGIS Maps SDK for JavaScript
Properties
ElevationLayerElevationQueryResultSampleInfo.DemResolution Property
The resolution at which the z-value was sampled.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> DemResolution { get; set; }