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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close