GeodeticDistanceResult

The returned results of calling GeometryEngine.distanceGeodeticOrNull(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType). The results of calling GeometryEngine's distanceGeodetic methods.

Since

200.1.0

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The unit of measure for azimuth1 and azimuth2.

Link copied to clipboard

The geodetic distance from the two input points, in the linear unit used as a parameter when calling GeometryEngine.distanceGeodeticOrNull(Point, Point, LinearUnit, AngularUnit, GeodeticCurveType).

Link copied to clipboard

The unit of measure for distance.