ArcGIS Runtime SDK for iOS: AGSAngularUnit.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSAngularUnit.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSAngularUnitID {
  AGSAngularUnitIDDegrees = 9102 , AGSAngularUnitIDGrads = 9105 , AGSAngularUnitIDMinutes = 9103 , AGSAngularUnitIDRadians = 9101 ,
  AGSAngularUnitIDSeconds = 9104 , AGSAngularUnitIDOther = 0
}
 

Enumeration Type Documentation

◆ AGSAngularUnitID

Defines a list of the most commonly-used angular units of measurement.

These values can be used to create instances of AGSAreaUnit, as an alternative to using well-known IDs (WKIDs). The AGSUnit::WKID returns the WKID of the unit.

Since
100.0
Enumerator
AGSAngularUnitIDDegrees 

Indicates an angular measurement in degrees. This unit has a WKID of 9102.

AGSAngularUnitIDGrads 

Indicates an angular measurement in grads. This unit has a WKID of 9105.

AGSAngularUnitIDMinutes 

Indicates an angular measurement in minutes, equal to one-sixtieth of a degree. This unit has a WKID of 9103.

AGSAngularUnitIDRadians 

Indicates an angular measurement in radians. This unit has an WKID of 9101.

AGSAngularUnitIDSeconds 

Indicates an angular measurement in seconds, equal to one-sixtieth of a minute. This unit has a WKID of 9104.

AGSAngularUnitIDOther 

Indicates that the unit of angular measurement is a custom unit, or is a unit not listed in the enumerated type. This value may be returned from an AGSAngularUnit created from a WKID of a less commonly used unit of measurement that does not have an equivalent value in this enumeration.