21 #import <ArcGIS/AGSUnit.h> 59 #pragma mark initializers 77 -(nullable instancetype)initWithLinearUnit:(
AGSLinearUnit*)linearUnit;
92 +(nullable instancetype)unitWithWKID:(NSInteger)WKID;
100 +(nullable instancetype)areaUnitWithLinearUnit:(
AGSLinearUnit*)linearUnit;
131 #pragma mark properties 151 -(double)convertToSquareMeters:(
double)area;
159 -(double)convertFromSquareMeters:(
double)area;
168 -(double)convert:(
double)area toUnit:(
AGSAreaUnit*)toUnit;
177 -(double)convert:(
double)area fromUnit:(
AGSAreaUnit*)fromUnit;
Definition: AGSAreaUnit.h:44
Definition: AGSAreaUnit.h:41
instancetype squareMiles()
nullable AGSLinearUnit * toLinearUnit()
Definition: AGSAreaUnit.h:39
AGSAreaUnitID
Definition: AGSAreaUnit.h:34
instancetype squareFeet()
Definition: AGSAreaUnit.h:40
Represents linear units.
Definition: AGSLinearUnit.h:50
Defines a unit of measurement.
Definition: AGSUnit.h:37
Definition: AGSAreaUnit.h:37
instancetype squareMeters()
Definition: AGSAreaUnit.h:42
Definition: AGSAreaUnit.h:45
Definition: AGSAreaUnit.h:43
Represents area units.
Definition: AGSAreaUnit.h:56
Definition: AGSAreaUnit.h:38
instancetype squareKilometers()
AGSAreaUnitID unitID
Definition: AGSAreaUnit.h:133
Definition: AGSAreaUnit.h:36
Definition: AGSAreaUnit.h:35