19 #import <ArcGIS/AGSGeometry.h> 51 #pragma mark initializers 65 -(instancetype)initWithCenter:(
AGSPoint *)center width:(
double)width height:(
double)height;
78 -(instancetype)initWithCenter:(
AGSPoint *)center width:(
double)width height:(
double)height depth:(
double)depth;
105 -(instancetype)initWithXMin:(
double)xMin
125 -(instancetype)initWithXMin:(
double)xMin
147 -(instancetype)initWithXMin:(
double)xMin
171 -(instancetype)initWithXMin:(
double)xMin
182 +(instancetype)envelopeWithCenter:(
AGSPoint *)center width:(
double)width height:(
double)height;
184 +(instancetype)envelopeWithCenter:(
AGSPoint *)center width:(
double)width height:(
double)height depth:(
double)depth;
209 +(instancetype)envelopeWithXMin:(
double)xMin
229 +(instancetype)envelopeWithXMin:(
double)xMin
251 +(instancetype)envelopeWithXMin:(
double)xMin
275 +(instancetype)envelopeWithXMin:(
double)xMin
286 #pragma mark properties 293 @property (nonatomic, readonly)
double xMin;
300 @property (nonatomic, readonly)
double xMax;
307 @property (nonatomic, readonly)
double yMin;
314 @property (nonatomic, readonly)
double yMax;
323 @property (nonatomic, readonly)
double zMin;
332 @property (nonatomic, readonly)
double zMax;
340 @property (nonatomic, readonly)
double mMin;
348 @property (nonatomic, readonly)
double mMax;
355 @property (nonatomic, strong, readonly)
AGSPoint *center;
362 @property (nonatomic, assign, readonly)
double width;
369 @property (nonatomic, assign, readonly)
double height;
371 @property (nonatomic, assign, readonly)
double depth;
double xMax
Definition: AGSEnvelope.h:300
Defines common members for all specific types of geometry.
Definition: AGSGeometry.h:106
double yMax
Definition: AGSEnvelope.h:314
double zMax
Definition: AGSEnvelope.h:332
double yMin
Definition: AGSEnvelope.h:307
double zMin
Definition: AGSEnvelope.h:323
A geometry that represents a rectangular shape.
Definition: AGSEnvelope.h:47
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:39
double mMin
Definition: AGSEnvelope.h:340
double height
Definition: AGSEnvelope.h:369
double xMin
Definition: AGSEnvelope.h:293
double width
Definition: AGSEnvelope.h:362
double mMax
Definition: AGSEnvelope.h:348
double depth
Definition: AGSEnvelope.h:371
AGSEnvelopeBuilder * toBuilder()
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57
A builder to build envelope geometries.
Definition: AGSEnvelopeBuilder.h:35