ArcGISGeodeticDistanceResult

Namespace: Esri::GameEngine::Geometry
Class: Esri/GameEngine/Geometry/ArcGISGeodeticDistanceResult
Since: 1.0.0

Summary

The returned results of calling ArcGISGeometryEngine::DistanceGeodetic.

Properties

PropertyTypeNullableReadonlySummary
No
Yes

Output azimuth at point 1 towards point 2, in the angular unit that was used as a parameter when calling ArcGISGeometryEngine::DistanceGeodetic. (clockwise angle between tangent vector at point1 in the direction of the curve towards point2 and meridian passing through the point1).

No
Yes

Output azimuth at point 2 towards point 1, in the angular unit that was used as a parameter when calling ArcGISGeometryEngine::DistanceGeodetic. (clockwise angle between tangent vector at point2 in the direction of the curve towards point2 and meridian passing through the point2).

No
Yes

The unit of measure for azimuth1 and azimuth2.

No
Yes

The geodetic distance from the two input points, in the linear unit used as a parameter when calling ArcGISGeometryEngine::DistanceGeodetic.

No
Yes

The unit of measure for distance.

Azimuth1

double GetAzimuth1() const

Output azimuth at point 1 towards point 2, in the angular unit that was used as a parameter when calling ArcGISGeometryEngine::DistanceGeodetic. (clockwise angle between tangent vector at point1 in the direction of the curve towards point2 and meridian passing through the point1).

Azimuth2

double GetAzimuth2() const

Output azimuth at point 2 towards point 1, in the angular unit that was used as a parameter when calling ArcGISGeometryEngine::DistanceGeodetic. (clockwise angle between tangent vector at point2 in the direction of the curve towards point2 and meridian passing through the point2).

AzimuthUnit

ArcGISAngularUnit GetAzimuthUnit() const

The unit of measure for azimuth1 and azimuth2.

Distance

double GetDistance() const

The geodetic distance from the two input points, in the linear unit used as a parameter when calling ArcGISGeometryEngine::DistanceGeodetic.

DistanceUnit

ArcGISLinearUnit GetDistanceUnit() const

The unit of measure for distance.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.