GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
ImageDistanceResult Class
Image service distance and angle measurement result returned when the ImageryLayer.measureDistanceAndAngle()
or imageService.measureDistanceAndAngle() methods resolve successfully.
ArcGIS Maps SDK for JavaScript
public class ImageDistanceResult : dymaptic.GeoBlazor.Pro.Results.BaseImageMeasureResult,
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.ImageDistanceResult>
Inheritance System.Object 🡒 BaseImageMeasureResult 🡒 ImageDistanceResult
Implements System.IEquatable<ImageDistanceResult>
Constructors
ImageDistanceResult(string, string, MeasurementValue, MeasurementValue, MeasurementValue) Constructor
Image service distance and angle measurement result returned when the ImageryLayer.measureDistanceAndAngle()
or imageService.measureDistanceAndAngle() methods resolve successfully.
ArcGIS Maps SDK for JavaScript
public ImageDistanceResult(string? Name, string? SensorName, dymaptic.GeoBlazor.Core.Model.MeasurementValue? AzimuthAngle=null, dymaptic.GeoBlazor.Core.Model.MeasurementValue? Distance=null, dymaptic.GeoBlazor.Core.Model.MeasurementValue? ElevationAngle=null);
Parameters
Name
System.String
Name of the raster dataset used in the area and height measurement.
ArcGIS Maps SDK for JavaScript
SensorName
System.String
Sensor name of the raster dataset used in the area and height measurement.
ArcGIS Maps SDK for JavaScript
AzimuthAngle
dymaptic.GeoBlazor.Core.Model.MeasurementValue
An object containing the azimuth angle measurement values.
ArcGIS Maps SDK for JavaScript
Distance
dymaptic.GeoBlazor.Core.Model.MeasurementValue
An object containing results of the distance measurement between two points.
ArcGIS Maps SDK for JavaScript
ElevationAngle
dymaptic.GeoBlazor.Core.Model.MeasurementValue
An object containing elevation angle measurement values.
ArcGIS Maps SDK for JavaScript
Properties
ImageDistanceResult.AzimuthAngle Property
An object containing the azimuth angle measurement values.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MeasurementValue? AzimuthAngle { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.MeasurementValue
ImageDistanceResult.Distance Property
An object containing results of the distance measurement between two points.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MeasurementValue? Distance { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.MeasurementValue
ImageDistanceResult.ElevationAngle Property
An object containing elevation angle measurement values.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MeasurementValue? ElevationAngle { get; set; }