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 record 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 MeasurementValue
An object containing the azimuth angle measurement values. ArcGIS Maps SDK for JavaScript
Distance MeasurementValue
An object containing results of the distance measurement between two points. ArcGIS Maps SDK for JavaScript
ElevationAngle 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; init; }
Property Value
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; init; }
Property Value
ImageDistanceResult.ElevationAngle Property
An object containing elevation angle measurement values. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MeasurementValue? ElevationAngle { get; init; }