ArcGIS Runtime SDK for iOS
100.15
|
A result of AGSGeometryEngine::geodeticDistanceBetweenPoint1:point2:inUnits:
method.
Instances of this class represent results of the geodetic distance search using AGSGeometryEngine.
@define{AGSGeodeticDistanceResult.h, ArcGIS}
Properties | |
double | azimuth1 |
double | azimuth2 |
AGSAngularUnit * | azimuthUnit |
double | distance |
AGSLinearUnit * | distanceUnit |
|
readnonatomicassign |
Output azimuth in degrees at the point 1 towards point 2 (clockwise angle between tangent vector at point1 in the direction of the curve towards point2 and meridian passing through the point1).
|
readnonatomicassign |
Output azimuth in degrees at the point 2 towards point 1 (clockwise angle between tangent vector at point2 in the direction of the curve towards point2 and meridian passing through the point2).
|
readnonatomicstrong |
The unit that the azimuth is in
|
readnonatomicassign |
The geodetic distance from the two input points.
|
readnonatomicstrong |
The units that the distance is in