19 #import <ArcGIS/AGSMultipartBuilder.h> 38 #pragma mark initializers 64 -(instancetype)initWithPoints:(NSArray<
AGSPoint*>*)points;
72 +(instancetype)polygonBuilderWithPoints:(NSArray<
AGSPoint*>*)points;
80 -(instancetype)initWithPolygon:(nullable
AGSPolygon*)poly;
88 +(instancetype)polygonBuilderWithPolygon:(nullable
AGSPolygon*)poly;
100 -(instancetype)replaceGeometry:(nullable
AGSPolygon*)geometry;
AGSPolygon * toGeometry()
A builder to construct or modify multipart geometries.
Definition: AGSMultipartBuilder.h:32
AGSPolyline * toPolyline()
A multipart shape used to represent an area.
Definition: AGSPolygon.h:57
A builder to build polygon geometries.
Definition: AGSPolygonBuilder.h:34
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:39
A multipart linear shape.
Definition: AGSPolyline.h:49
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57