19 #import <ArcGIS/AGSObject.h> 48 #pragma mark initializers 53 #pragma mark properties 68 @property (nonatomic, assign, readonly, getter=isClosed) BOOL
closed;
AGSPoint * startPoint
Definition: AGSSegment.h:58
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:39
A segment represents an edge of a multipart geometry, connecting a start to an end point...
Definition: AGSSegment.h:44
AGSSpatialReference * spatialReference
Definition: AGSSegment.h:73
AGSPoint * endPoint
Definition: AGSSegment.h:63
Definition: AGSObject.h:21
BOOL closed
Definition: AGSSegment.h:68
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57