ArcGIS Runtime SDK for iOS
100.15
|
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 } |
enum 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.
Enumerator | |
---|---|
AGSAreaUnitIDAcres | Indicates an area measurement in acres. This unit has a WKID of |
AGSAreaUnitIDHectares | Indicates an area measurement in hectares. This unit has a WKID of |
AGSAreaUnitIDSquareCentimeters | Indicates an area measurement in square centimeters. This unit has a WKID of |
AGSAreaUnitIDSquareDecimeters | Indicates an area measurement in square decimeters. This unit has a WKID of |
AGSAreaUnitIDSquareFeet | Indicates an area measurement in square feet. This unit has a WKID of |
AGSAreaUnitIDSquareKilometers | Indicates an area measurement in square kilometers. This unit has a WKID of |
AGSAreaUnitIDSquareMeters | Indicates an area measurement in square meters. This unit has a WKID of |
AGSAreaUnitIDSquareMillimeters | Indicates an area measurement in square millimeters. This unit has a WKID of |
AGSAreaUnitIDSquareMiles | Indicates an area measurement in square statute miles. This unit has a WKID of |
AGSAreaUnitIDSquareYards | Indicates an area measurement in square yards. This unit has a WKID of |
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 |