Show / Hide Table of Contents

Class GeodeticDistanceResult

Represents the result of DistanceGeodetic(MapPoint, MapPoint, LinearUnit, AngularUnit, GeodeticCurveType) operation.

Inheritance
Object
GeodeticDistanceResult
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeodeticDistanceResult

Properties

Name Description
Azimuth1

Gets the azimuth at the first point towards second point, measured in terms of AzimuthUnit.

Azimuth2

Gets the azimuth at the second point back towards first point, measured in terms of AzimuthUnit.

AzimuthUnit

Gets the AngularUnit used to measure Azimuth1 and Azimuth2.

Distance

Gets the geodetic distance between input points, measured in terms of DistanceUnit.

DistanceUnit

Gets the LinearUnit used to measure Distance.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.