19 #import <ArcGIS/AGSObject.h> 40 #pragma mark properties 47 @property (nonatomic, assign, readonly) NSInteger
count;
54 @property (nonatomic, assign, readonly, getter=isEmpty) BOOL
empty;
74 -(
AGSPoint*)pointAtIndex:(NSInteger)index;
83 -(NSInteger)indexOfPoint:(
AGSPoint*)point;
100 -(
AGSPoint*)objectAtIndexedSubscript:(NSInteger)idx;
118 -(void)enumerateXYCoordinatesUsingBlock:(
void(^)(NSUInteger index,
double x,
double y))block;
NSArray< AGSPoint * > * array()
Represents vertices (immutable collection of points) of a single part of a multipart geometry (AGSMul...
Definition: AGSPointCollection.h:34
NSInteger count
Definition: AGSPointCollection.h:47
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:39
AGSSpatialReference * spatialReference
Definition: AGSPointCollection.h:62
Definition: AGSObject.h:21
BOOL empty
Definition: AGSPointCollection.h:54
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57
AGSEnumerator * pointEnumerator()