19 #import <ArcGIS/AGSObject.h> 56 #pragma mark initializers 74 +(instancetype)partCollectionWithSpatialReference:(nullable
AGSSpatialReference*)spatialReference;
77 #pragma mark properties 83 @property (nonatomic, assign, readonly) BOOL
isEmpty;
89 @property (nonatomic, assign, readonly) NSInteger
count;
126 -(void)removePartAtIndex:(NSInteger)index;
186 -(void)setObject:(
AGSMutablePart*)obj atIndexedSubscript:(NSInteger)idx;
NSInteger count
Definition: AGSMutablePartCollection.h:89
BOOL isEmpty
Definition: AGSMutablePartCollection.h:83
Mutable collection of parts of a multipart geometry builder.
Definition: AGSMutablePartCollection.h:52
AGSEnumerator * partEnumerator()
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:39
A mutable part of a multipart geometry.
Definition: AGSMutablePart.h:56
Definition: AGSObject.h:21
NSInteger totalPointCount
Definition: AGSMutablePartCollection.h:103
NSArray< AGSMutablePart * > * array()