25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSMultipart.h>
81 #pragma mark initializers
90 +(instancetype)polygonWithPoints:(NSArray<
AGSPoint*>*)points;
93 #pragma mark properties
Defines common members for polyline and polygon multipart geometries.
Definition: AGSMultipart.h:53
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
A multipart shape used to represent an area.
Definition: AGSPolygon.h:78
AGSPolyline * toPolyline()
AGSPolygonBuilder * toBuilder()
A multipart linear shape.
Definition: AGSPolyline.h:68