27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
91 #pragma mark initializers
96 #pragma mark properties
117 +(nullable
AGSPoint*)pointFromGARSString:(NSString*)GARSString
134 +(nullable
AGSPoint*)pointFromGEOREFString:(NSString*)GEOREFString
172 +(nullable
AGSPoint*)pointFromLatitudeLongitudeString:(NSString*)latLongString
189 +(nullable
AGSPoint*)pointFromMGRSString:(NSString*)MGRSString
206 +(nullable
AGSPoint*)pointFromUSNGString:(NSString*)USNGString
225 +(nullable
AGSPoint*)pointFromUTMString:(NSString*)UTMString
236 +(nullable NSString*)GARSStringFromPoint:(
AGSPoint*)point;
257 +(nullable NSString*)GEOREFStringFromPoint:(
AGSPoint*)point
258 precision:(NSInteger)precision;
286 +(nullable NSString*)LatitudeLongitudeStringFromPoint:(
AGSPoint*)point
288 decimalPlaces:(NSInteger)decimalPlaces;
314 +(nullable NSString*)MGRSStringFromPoint:(
AGSPoint*)point
316 precision:(NSInteger)precision
317 addSpaces:(BOOL)addSpaces;
345 +(nullable NSString*)USNGStringFromPoint:(
AGSPoint*)point
346 precision:(NSInteger)precision
347 addSpaces:(BOOL)addSpaces;
365 +(nullable NSString*)UTMStringFromPoint:(
AGSPoint*)point
367 addSpaces:(BOOL)addSpaces;
Definition: AGSObject.h:28
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:73
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49