GeodeticDistanceResult class final
The returned results of calling GeometryEngine.distanceGeodetic.
The results of calling GeometryEngine's distanceGeodetic methods.
- Implemented types
Properties
- azimuth1 → double
-
Output azimuth at point 1 towards point 2, in the angular unit that was
used as a parameter when calling GeometryEngine.distanceGeodetic.
(clockwise angle between tangent vector at point1 in the direction of the
curve towards point2 and meridian passing through the point1).
no setter
- azimuth2 → double
-
Output azimuth at point 2 towards point 1, in the angular unit that was
used as a parameter when calling GeometryEngine.distanceGeodetic.
(clockwise angle between tangent vector at point2 in the direction of the
curve towards point2 and meridian passing through the point2).
no setter
- azimuthUnit → AngularUnit
-
The unit of measure for azimuth1 and azimuth2.
no setter
- distance → double
-
The geodetic distance from the two input points, in the linear unit used
as a parameter when calling GeometryEngine.distanceGeodetic.
no setter
- distanceUnit → LinearUnit
-
The unit of measure for distance.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited