27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
29 #import <ArcGIS/AGSPoint.h>
46 #pragma mark initializers
54 -(instancetype)initWithCenter:(
AGSPoint*)center
55 maxSegmentLength:(
double)maxSegmentLength
56 semiAxisLength:(
double)semiAxisLength;
65 -(instancetype)initWithCenter:(nullable
AGSPoint*)center
66 semiAxis1Length:(
double)semiAxis1Length
67 semiAxis2Length:(
double)semiAxis2Length;
82 -(instancetype)initWithAxisDirection:(
double)axisDirection
86 maxPointCount:(NSInteger)maxPointCount
87 maxSegmentLength:(
double)maxSegmentLength
89 semiAxis1Length:(
double)semiAxis1Length
90 semiAxis2Length:(
double)semiAxis2Length;
98 +(instancetype)parametersWithCenter:(
AGSPoint*)center
99 maxSegmentLength:(
double)maxSegmentLength
100 semiAxisLength:(
double)semiAxisLength;
114 +(instancetype)parametersWithCenter:(nullable
AGSPoint*)center
115 semiAxis1Length:(
double)semiAxis1Length
116 semiAxis2Length:(
double)semiAxis2Length;
132 +(instancetype)parametersWithAxisDirection:(
double)axisDirection
136 maxPointCount:(NSInteger)maxPointCount
137 maxSegmentLength:(
double)maxSegmentLength
139 semiAxis1Length:(
double)semiAxis1Length
140 semiAxis2Length:(
double)semiAxis2Length;
143 #pragma mark properties
AGSGeometryType
Definition: AGSGeometry.h:49
Defines an angular unit of measurement.
Definition: AGSAngularUnit.h:54
Parameters for geodesicEllipseWithParameters: (AGSGeometryEngine)
Definition: AGSGeodesicEllipseParameters.h:44
AGSGeometryType geometryType
Definition: AGSGeodesicEllipseParameters.h:183
AGSPoint * center
Definition: AGSGeodesicEllipseParameters.h:148
double semiAxis1Length
Definition: AGSGeodesicEllipseParameters.h:153
AGSAngularUnit * angularUnit
Definition: AGSGeodesicEllipseParameters.h:168
double maxSegmentLength
Definition: AGSGeodesicEllipseParameters.h:178
double semiAxis2Length
Definition: AGSGeodesicEllipseParameters.h:158
double axisDirection
Definition: AGSGeodesicEllipseParameters.h:173
AGSLinearUnit * linearUnit
Definition: AGSGeodesicEllipseParameters.h:163
instancetype geodesicEllipseParameters()
NSInteger maxPointCount
Definition: AGSGeodesicEllipseParameters.h:188
Defines a linear unit of measurement.
Definition: AGSLinearUnit.h:60
Definition: AGSObject.h:28
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:73