dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Results
ElevationQueryResult Class
Object returned when queryElevation() promise resolves:.
ArcGIS Maps SDK for JavaScript
public class ElevationQueryResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.ElevationQueryResult>
Inheritance System.Object 🡒 ElevationQueryResult
Implements System.IEquatable<ElevationQueryResult>
Constructors
ElevationQueryResult(Geometry, Nullable, IReadOnlyCollection) Constructor
Object returned when queryElevation() promise resolves:.
ArcGIS Maps SDK for JavaScript
public ElevationQueryResult(dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry=null, System.Nullable<double> NoDataValue=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ElevationQueryResultSampleInfo>? SampleInfo=null);
Parameters
Geometry
Geometry
The geometry with sampled z-values.
ArcGIS Maps SDK for JavaScript
NoDataValue
System.Nullable<System.Double>
The value used when there is no data available.
ArcGIS Maps SDK for JavaScript
SampleInfo
System.Collections.Generic.IReadOnlyCollection<ElevationQueryResultSampleInfo>
Contains additional information about how the geometry was sampled.
ArcGIS Maps SDK for JavaScript
Properties
ElevationQueryResult.Geometry Property
The geometry with sampled z-values.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; set; }
Property Value
ElevationQueryResult.NoDataValue Property
The value used when there is no data available.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> NoDataValue { get; set; }
Property Value
System.Nullable<System.Double>
ElevationQueryResult.SampleInfo Property
Contains additional information about how the geometry was sampled.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ElevationQueryResultSampleInfo>? SampleInfo { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<ElevationQueryResultSampleInfo>