19 #import <ArcGIS/AGSGeometryBuilder.h> 37 #pragma mark initializers 63 -(instancetype)initWithPoint:(nullable
AGSPoint *)point;
71 +(instancetype)pointBuilderWithPoint:(nullable
AGSPoint *)point;
74 #pragma mark properties 81 @property (nonatomic, assign, readwrite)
double x;
88 @property (nonatomic, assign, readwrite)
double y;
95 @property (nonatomic, assign, readwrite)
double m;
105 @property (nonatomic, assign, readwrite)
double z;
118 -(instancetype)setX:(
double)x y:(
double)y;
128 -(instancetype)offsetByX:(
double)xOffset y:(
double)yOffset;
137 -(instancetype)replaceGeometry:(nullable
AGSPoint*)geometry;
double z
Definition: AGSPointBuilder.h:105
double y
Definition: AGSPointBuilder.h:88
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:39
A builder to build point geometries.
Definition: AGSPointBuilder.h:33
double m
Definition: AGSPointBuilder.h:95
A builder to build geometries.
Definition: AGSGeometryBuilder.h:35
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57
double x
Definition: AGSPointBuilder.h:81