25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
64 #pragma mark initializers
69 #pragma mark properties
84 @property (nonatomic, assign, readonly, getter=isClosed) BOOL
closed;
103 @property (nonatomic, assign, readonly, getter=isCurve) BOOL
curve;
Definition: AGSObject.h:28
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:73
A segment represents an edge of a multipart geometry, connecting a start to an end point.
Definition: AGSSegment.h:61
AGSSpatialReference * spatialReference
Definition: AGSSegment.h:89
AGSPoint * endPoint
Definition: AGSSegment.h:79
BOOL closed
Definition: AGSSegment.h:84
AGSPoint * startPoint
Definition: AGSSegment.h:74
BOOL curve
Definition: AGSSegment.h:103
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49