Skip to content

ArcGISGeodesicEllipseParameters

Namespace: GameEngine.Geometry
Class: GameEngine/Geometry/ArcGISGeodesicEllipseParameters
Since: 1.0.0

Summary

The required parameters for calling ArcGISGeometryEngine.EllipseGeodesic.

Constructors

ArcGISGeodesicEllipseParameters()

Creates a new and empty ArcGISGeodesicEllipseParameters object.

Since 1.0.0

Creates a new ArcGISGeodesicEllipseParameters object with the given values.

Since 1.0.0

Arguments
NameTypeSummary
axisDirectiondouble

The direction of the major axis of the ellipse as an angle in the given angular unit.

angularUnitArcGISAngularUnit

The angular unit of measure. If null degrees are assumed.

centerArcGISPoint

The center of the ellipse.

linearUnitArcGISLinearUnit

The linear unit of measure. If null meters are assumed.

maxPointCountuint

The max number of vertices in the ellipse.

maxSegmentLengthdouble

The max segment length of the result approximation in the given linear unit.

geometryTypeArcGISGeometryType

The type of output geometry required, must be one of ArcGISGeometryType.Polyline, ArcGISGeometryType.Polygon, or ArcGISGeometryType.Multipoint.

semiAxis1Lengthdouble

The length of the semi-major or semi-minor axis of the ellipse in the given linear unit.

semiAxis2Lengthdouble

The length of the semi-major or semi-minor axis of the ellipse in the given linear unit.

ArcGISGeodesicEllipseParameters(ArcGISPoint, double, double)

Creates a new ArcGISGeodesicEllipseParameters object with the given center point and axis lengths.

Since 1.0.0

Arguments
NameTypeSummary
centerArcGISPoint

The center of the ellipse.

semiAxis1Lengthdouble

The length of the semi-major or semi-minor axis of the ellipse in meters.

semiAxis2Lengthdouble

The length of the semi-major or semi-minor axis of the ellipse in meters.

Properties

PropertyTypeNullableReadonlySummary
AngularUnitArcGISAngularUnitNoNo

The unit of measure for ArcGISGeodesicEllipseParameters.AxisDirection.

AxisDirectiondoubleNoNo

The direction of the major axis of the ellipse as an angle, in ArcGISGeodesicEllipseParameters.AngularUnit.

CenterArcGISPointYesNo

The center of the ellipse.

GeometryTypeArcGISGeometryTypeNoNo

The type of the output geometry.

LinearUnitArcGISLinearUnitNoNo

The unit of measure for ArcGISGeodesicEllipseParameters.SemiAxis1Length, ArcGISGeodesicEllipseParameters.SemiAxis2Length, and ArcGISGeodesicEllipseParameters.MaxSegmentLength.

MaxPointCountuintNoNo

The max number of vertices in the ellipse.

MaxSegmentLengthdoubleNoNo

The max segment length of the result, in ArcGISGeodesicEllipseParameters.LinearUnit.

SemiAxis1LengthdoubleNoNo

The length of the semi-major or semi-minor axis of the ellipse, in ArcGISGeodesicEllipseParameters.LinearUnit.

SemiAxis2LengthdoubleNoNo

The length of the semi-major or semi-minor axis of the ellipse, in ArcGISGeodesicEllipseParameters.LinearUnit.

AngularUnit

ArcGISAngularUnit AngularUnit

The unit of measure for ArcGISGeodesicEllipseParameters.AxisDirection.

By default, the angular unit is degrees.

AxisDirection

double AxisDirection

The direction of the major axis of the ellipse as an angle, in ArcGISGeodesicEllipseParameters.AngularUnit.

Center

The center of the ellipse.

GeometryType

ArcGISGeometryType GeometryType

The type of the output geometry.

MaxPointCount

uint MaxPointCount

The max number of vertices in the ellipse.

MaxSegmentLength

double MaxSegmentLength

The max segment length of the result, in ArcGISGeodesicEllipseParameters.LinearUnit.

SemiAxis1Length

double SemiAxis1Length

The length of the semi-major or semi-minor axis of the ellipse, in ArcGISGeodesicEllipseParameters.LinearUnit.

SemiAxis2Length

double SemiAxis2Length

The length of the semi-major or semi-minor axis of the ellipse, in ArcGISGeodesicEllipseParameters.LinearUnit.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.