dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ElevationQueryResultSampleInfo Class
Contains additional information about how the geometry was sampled.
ArcGIS Maps SDK for JavaScript
public class ElevationQueryResultSampleInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ElevationQueryResultSampleInfo>
Inheritance System.Object 🡒 ElevationQueryResultSampleInfo
Implements System.IEquatable<ElevationQueryResultSampleInfo>
Constructors
ElevationQueryResultSampleInfo(Nullable, IElevationSource) Constructor
Contains additional information about how the geometry was sampled.
ArcGIS Maps SDK for JavaScript
public ElevationQueryResultSampleInfo(System.Nullable<double> DemResolution=null, dymaptic.GeoBlazor.Core.Interfaces.IElevationSource? Source=null);
Parameters
DemResolution
System.Nullable<System.Double>
The resolution at which the z-value was sampled.
ArcGIS Maps SDK for JavaScript
Source
IElevationSource
The elevation source from which the data for the corresponding coordinate was sampled.
ArcGIS Maps SDK for JavaScript
Properties
ElevationQueryResultSampleInfo.DemResolution Property
The resolution at which the z-value was sampled.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> DemResolution { get; set; }
Property Value
System.Nullable<System.Double>
ElevationQueryResultSampleInfo.Source Property
The elevation source from which the data for the corresponding coordinate was sampled.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Interfaces.IElevationSource? Source { get; set; }