ArcGIS Runtime SDK for iOS: AGSGeodeticDistanceResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSGeodeticDistanceResult Class Reference

Description

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}

Since
100
Inheritance diagram for AGSGeodeticDistanceResult:
AGSObject

Properties

double azimuth1
 
double azimuth2
 
AGSAngularUnitazimuthUnit
 
double distance
 
AGSLinearUnitdistanceUnit
 

Property Documentation

◆ azimuth1

- (double) azimuth1
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).

Since
100

◆ azimuth2

- (double) azimuth2
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).

Since
100

◆ azimuthUnit

- (AGSAngularUnit*) azimuthUnit
readnonatomicstrong

The unit that the azimuth is in

Since
100

◆ distance

- (double) distance
readnonatomicassign

The geodetic distance from the two input points.

Since
100

◆ distanceUnit

- (AGSLinearUnit*) distanceUnit
readnonatomicstrong

The units that the distance is in

Since
100