25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
63 #pragma mark initializers
80 +(instancetype)partCollectionWithSpatialReference:(nullable
AGSSpatialReference*)spatialReference;
83 #pragma mark properties
89 @property (nonatomic, assign, readonly) BOOL
isEmpty;
95 @property (nonatomic, assign, readonly) NSInteger
count;
132 -(void)removePartAtIndex:(NSInteger)index;
192 -(void)setObject:(
AGSMutablePart*)obj atIndexedSubscript:(NSInteger)idx;
Mutable collection of parts of a multipart geometry builder.
Definition: AGSMutablePartCollection.h:59
NSInteger count
Definition: AGSMutablePartCollection.h:95
NSArray< AGSMutablePart * > * array()
NSInteger totalPointCount
Definition: AGSMutablePartCollection.h:109
BOOL isEmpty
Definition: AGSMutablePartCollection.h:89
AGSEnumerator * partEnumerator()
AGSSpatialReference * spatialReference
Definition: AGSMutablePartCollection.h:103
A mutable part of a multipart geometry.
Definition: AGSMutablePart.h:67
Definition: AGSObject.h:28
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49