ArcGISGeodeticDistanceResult

Namespace: GameEngine.Geometry
Class: 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 Azimuth1

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 Azimuth2

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 AzimuthUnit

The unit of measure for azimuth1 and azimuth2.

Distance

double Distance

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

DistanceUnit

ArcGISLinearUnit DistanceUnit

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.