ArcGIS Runtime SDK for iOS: AGSPolygon.h Source File
ArcGIS Runtime SDK for iOS  100.9
AGSPolygon.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 1995-2020 ESRI
3 
4  TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
5  Unpublished material - all rights reserved under the
6  Copyright Laws of the United States and applicable international
7  laws, treaties, and conventions.
8 
9  For additional information, contact:
10  Environmental Systems Research Institute, Inc.
11  Attn: Contracts and Legal Services Department
12  380 New York Street
13  Redlands, California, 92373
14  USA
15 
16  email: contracts@esri.com
17  */
18 
19 #import <ArcGIS/AGSMultipart.h>
20 
21 @class AGSPolygonBuilder;
22 @class AGSPolyline;
23 @class AGSPoint;
24 
58 
59 
60 #pragma mark -
61 #pragma mark initializers
62 
63 
64 
70 +(instancetype)polygonWithPoints:(NSArray<AGSPoint*>*)points;
71 
72 #pragma mark -
73 #pragma mark properties
74 
75 #pragma mark -
76 #pragma mark methods
77 
87 
95 -(BOOL)isEqualToGeometry:(AGSPolygon*)other;
96 
98 
99 
100 @end
AGSPolygonBuilder * toBuilder()
Defines common members for polyline and polygon multipart geometries.
Definition: AGSMultipart.h:35
A multipart shape used to represent an area.
Definition: AGSPolygon.h:57
A builder to build polygon geometries.
Definition: AGSPolygonBuilder.h:34
A multipart linear shape.
Definition: AGSPolyline.h:49
AGSPolyline * toPolyline()
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57