25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
47 #pragma mark properties
54 @property (nonatomic, assign, readonly) NSInteger
count;
61 @property (nonatomic, assign, readonly, getter=isEmpty) BOOL
empty;
81 -(
AGSPoint*)pointAtIndex:(NSInteger)index;
90 -(NSInteger)indexOfPoint:(
AGSPoint*)point;
107 -(
AGSPoint*)objectAtIndexedSubscript:(NSInteger)idx;
125 -(void)enumerateXYCoordinatesUsingBlock:(
void(^)(NSUInteger index,
double x,
double y))block;
Definition: AGSObject.h:28
Represents vertices (immutable collection of points) of a single part of a multipart geometry (AGSMul...
Definition: AGSPointCollection.h:41
AGSEnumerator * pointEnumerator()
NSInteger count
Definition: AGSPointCollection.h:54
BOOL empty
Definition: AGSPointCollection.h:61
NSArray< AGSPoint * > * array()
AGSSpatialReference * spatialReference
Definition: AGSPointCollection.h:69
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