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

Go to the source code of this file.

Enumerations

enum  AGSAreaUnitID {
  AGSAreaUnitIDAcres = 109402 , AGSAreaUnitIDHectares = 109401 , AGSAreaUnitIDSquareCentimeters = 109451 , AGSAreaUnitIDSquareDecimeters = 109450 ,
  AGSAreaUnitIDSquareFeet = 109405 , AGSAreaUnitIDSquareKilometers = 109414 , AGSAreaUnitIDSquareMeters = 109404 , AGSAreaUnitIDSquareMillimeters = 109452 ,
  AGSAreaUnitIDSquareMiles = 109439 , AGSAreaUnitIDSquareYards = 109442 , AGSAreaUnitIDOther = 0
}
 

Enumeration Type Documentation

◆ AGSAreaUnitID

Defines a list of the most commonly-used units of area 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
AGSAreaUnitIDAcres 

Indicates an area measurement in acres. This unit has a WKID of 109402.

AGSAreaUnitIDHectares 

Indicates an area measurement in hectares. This unit has a WKID of 109401.

AGSAreaUnitIDSquareCentimeters 

Indicates an area measurement in square centimeters. This unit has a WKID of 109451.

AGSAreaUnitIDSquareDecimeters 

Indicates an area measurement in square decimeters. This unit has a WKID of 109450.

AGSAreaUnitIDSquareFeet 

Indicates an area measurement in square feet. This unit has a WKID of 109405.

AGSAreaUnitIDSquareKilometers 

Indicates an area measurement in square kilometers. This unit has a WKID of 109414.

AGSAreaUnitIDSquareMeters 

Indicates an area measurement in square meters. This unit has a WKID of 109404.

AGSAreaUnitIDSquareMillimeters 

Indicates an area measurement in square millimeters. This unit has a WKID of 109452.

AGSAreaUnitIDSquareMiles 

Indicates an area measurement in square statute miles. This unit has a WKID of 109439.

AGSAreaUnitIDSquareYards 

Indicates an area measurement in square yards. This unit has a WKID of 109442.

AGSAreaUnitIDOther 

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