25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSGeometryBuilder.h>
45 #pragma mark initializers
71 -(instancetype)initWithMultipoint:(nullable
AGSMultipoint *)multipoint;
79 +(instancetype)multipointBuilderWithMultipoint:(nullable
AGSMultipoint *)multipoint;
87 -(instancetype)initWithPoints:(NSArray<
AGSPoint*>*)points;
95 +(instancetype)multipointBuilderWithPoints:(NSArray<
AGSPoint*>*)points;
98 #pragma mark properties
117 -(instancetype)replaceGeometry:(nullable
AGSMultipoint*)geometry;
A builder to build geometries.
Definition: AGSGeometryBuilder.h:43
A builder to construct or modify multipoint geometries.
Definition: AGSMultipointBuilder.h:42
AGSMutablePointCollection * points
Definition: AGSMultipointBuilder.h:105
AGSMultipoint * toGeometry()
An ordered collection of points that can be managed as a single geometry.
Definition: AGSMultipoint.h:50
Mutable collection of points of a multipoint geometry builder.
Definition: AGSMutablePointCollection.h:59
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