21 #import <ArcGIS/AGSObject.h> 22 #import <ArcGIS/AGSPoint.h> 39 #pragma mark initializers 48 -(instancetype)initWithCenter:(
AGSPoint*)center
49 maxSegmentLength:(
double)maxSegmentLength
50 semiAxisLength:(
double)semiAxisLength;
60 -(instancetype)initWithCenter:(nullable
AGSPoint*)center
61 semiAxis1Length:(
double)semiAxis1Length
62 semiAxis2Length:(
double)semiAxis2Length;
77 -(instancetype)initWithAxisDirection:(
double)axisDirection
81 maxPointCount:(NSInteger)maxPointCount
82 maxSegmentLength:(
double)maxSegmentLength
84 semiAxis1Length:(
double)semiAxis1Length
85 semiAxis2Length:(
double)semiAxis2Length;
94 +(instancetype)parametersWithCenter:(
AGSPoint*)center
95 maxSegmentLength:(
double)maxSegmentLength
96 semiAxisLength:(
double)semiAxisLength;
111 +(instancetype)parametersWithCenter:(nullable
AGSPoint*)center
112 semiAxis1Length:(
double)semiAxis1Length
113 semiAxis2Length:(
double)semiAxis2Length;
129 +(instancetype)parametersWithAxisDirection:(
double)axisDirection
133 maxPointCount:(NSInteger)maxPointCount
134 maxSegmentLength:(
double)maxSegmentLength
136 semiAxis1Length:(
double)semiAxis1Length
137 semiAxis2Length:(
double)semiAxis2Length;
140 #pragma mark properties 145 @property (nullable, nonatomic, strong)
AGSPoint *center;
Represents angular units.
Definition: AGSAngularUnit.h:44
double semiAxis1Length
Definition: AGSGeodesicEllipseParameters.h:150
double maxSegmentLength
Definition: AGSGeodesicEllipseParameters.h:175
Parameters for geodesicEllipseWithParameters: (AGSGeometryEngine)
Definition: AGSGeodesicEllipseParameters.h:36
double semiAxis2Length
Definition: AGSGeodesicEllipseParameters.h:155
instancetype geodesicEllipseParameters()
Represents linear units.
Definition: AGSLinearUnit.h:50
AGSGeometryType
Definition: AGSGeometry.h:42
Definition: AGSObject.h:21
NSInteger maxPointCount
Definition: AGSGeodesicEllipseParameters.h:185
double axisDirection
Definition: AGSGeodesicEllipseParameters.h:170
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57
AGSGeometryType geometryType
Definition: AGSGeodesicEllipseParameters.h:180