Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISGeodesicSectorParameters
Since: 1.0.0
Summary
The required parameters for calling ArcGISGeometryEngine.SectorGeodesic.
Constructors
ArcGISGeodesicSectorParameters()
Creates a new and empty ArcGISGeodesicSectorParameters object.
Since 1.0.0
ArcGISGeodesicSectorParameters(double, ArcGISAngularUnit, ArcGISPoint, ArcGISLinearUnit, uint, double, ArcGISGeometryType, double, double, double, double)
Creates a new ArcGISGeodesicSectorParameters object with the given values.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
axis | The direction of the major axis of the ellipse as an angle in the given angular unit. | |
angular | The angular unit of measure. If null degrees are assumed. | |
center | The center of the ellipse. | |
linear | The linear unit of measure. If null meters are assumed. | |
max | The max number of vertices in the ellipse. | |
max | The max segment length of the result approximation in the given linear unit. | |
geometry | The type of output geometry. | |
sector | The sweep angle of the sector in angular_unit. | |
semi | The length of the semi-major or semi-minor axis of the ellipse in the given linear unit. | |
semi | The length of the semi-major or semi-minor axis of the ellipse in the given linear unit. | |
start | The direction of starting radius of the sector as an angle in angular_unit. |
ArcGISGeodesicSectorParameters(ArcGISPoint, double, double, double, double)
Creates a new ArcGISGeodesicSectorParameters object with the given values.
Since 1.0.0
Arguments
Name | Type | Summary |
---|---|---|
center | The center of the ellipse. | |
semi | The length of the semi-major or semi-minor axis of the ellipse in meters. | |
semi | The length of the semi-major or semi-minor axis of the ellipse in meters. | |
sector | The sweep angle of the sector in degrees. | |
start | The direction of starting radius of the sector as an angle in degrees. |
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
No | No | The unit of measure for ArcGISGeodesicSectorParameters.AxisDirection, ArcGISGeodesicSectorParameters.SectorAngle, and ArcGISGeodesicSectorParameters.StartDirection. | ||
No | No | The direction of the major axis of the ellipse as an angle in ArcGISGeodesicSectorParameters.AngularUnit. | ||
Yes | No | The center of the ellipse. | ||
No | No | The type of the output geometry. | ||
No | No | The unit of measure for ArcGISGeodesicSectorParameters.SemiAxis1Length, ArcGISGeodesicSectorParameters.SemiAxis2Length, and ArcGISGeodesicSectorParameters.MaxSegmentLength. | ||
No | No | The max number of vertices in the ellipse. | ||
No | No | The max segment length of the result, in ArcGISGeodesicSectorParameters.LinearUnit. | ||
No | No | The sweep angle of the sector, in ArcGISGeodesicSectorParameters.AngularUnit. The sweep angle goes clockwise from the starting radius. | ||
No | No | The length of the semi-major or semi-minor axis of the ellipse, in ArcGISGeodesicSectorParameters.LinearUnit. | ||
No | No | The length of the semi-major or semi-minor axis of the ellipse, in ArcGISGeodesicSectorParameters.LinearUnit. | ||
No | No | The direction of starting radius of the sector as an angle, in ArcGISGeodesicSectorParameters.AngularUnit. |
AngularUnit
ArcGISAngularUnit AngularUnit
The unit of measure for ArcGISGeodesicSectorParameters.AxisDirection, ArcGISGeodesicSectorParameters.SectorAngle, and ArcGISGeodesicSectorParameters.StartDirection.
By default, the angular unit is degrees.
AxisDirection
double AxisDirection
The direction of the major axis of the ellipse as an angle in ArcGISGeodesicSectorParameters.AngularUnit.
LinearUnit
ArcGISLinearUnit LinearUnit
The unit of measure for ArcGISGeodesicSectorParameters.SemiAxis1Length, ArcGISGeodesicSectorParameters.SemiAxis2Length, and ArcGISGeodesicSectorParameters.MaxSegmentLength.
By default, the linear unit is meters.
MaxSegmentLength
double MaxSegmentLength
The max segment length of the result, in ArcGISGeodesicSectorParameters.LinearUnit.
SectorAngle
double SectorAngle
The sweep angle of the sector, in ArcGISGeodesicSectorParameters.AngularUnit. The sweep angle goes clockwise from the starting radius.
SemiAxis1Length
double SemiAxis1Length
The length of the semi-major or semi-minor axis of the ellipse, in ArcGISGeodesicSectorParameters.LinearUnit.
SemiAxis2Length
double SemiAxis2Length
The length of the semi-major or semi-minor axis of the ellipse, in ArcGISGeodesicSectorParameters.LinearUnit.
StartDirection
double StartDirection
The direction of starting radius of the sector as an angle, in ArcGISGeodesicSectorParameters.AngularUnit.