25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSMultipartBuilder.h>
45 #pragma mark initializers
71 -(instancetype)initWithPoints:(NSArray<
AGSPoint*>*)points;
79 +(instancetype)polygonBuilderWithPoints:(NSArray<
AGSPoint*>*)points;
91 -(instancetype)initWithPolygon:(nullable
AGSPolygon*)poly;
103 +(instancetype)polygonBuilderWithPolygon:(nullable
AGSPolygon*)poly;
115 -(instancetype)replaceGeometry:(nullable
AGSPolygon*)geometry;
A builder to construct or modify multipart geometries.
Definition: AGSMultipartBuilder.h:40
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:73
A builder to build polygon geometries.
Definition: AGSPolygonBuilder.h:42
AGSPolygon * toGeometry()
AGSPolyline * toPolyline()
A multipart shape used to represent an area.
Definition: AGSPolygon.h:78
A multipart linear shape.
Definition: AGSPolyline.h:68
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49