GeodesicEllipseParameters class final

The required parameters for calling GeometryEngine.ellipseGeodesic.

The parameters needed when calling GeometryEngine's ellipseGeodesic method.

Implemented types

Constructors

GeodesicEllipseParameters({double axisDirection = 0.0, AngularUnit? angularUnit, ArcGISPoint? center, LinearUnit? linearUnit, int maxPointCount = 10, double maxSegmentLength = 0.0, GeometryType geometryType = GeometryType.polygon, double semiAxis1Length = 0.0, double semiAxis2Length = 0.0})
Creates a new GeodesicEllipseParameters object with the given values.
factory

Properties

angularUnit AngularUnit
The unit of measure for GeodesicEllipseParameters.axisDirection.
getter/setter pair
axisDirection double
The direction of the major axis of the ellipse as an angle, in GeodesicEllipseParameters.angularUnit.
getter/setter pair
center ArcGISPoint?
The center of the ellipse.
getter/setter pair
geometryType GeometryType
The type of the output geometry.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
linearUnit LinearUnit
The unit of measure for GeodesicEllipseParameters.semiAxis1Length, GeodesicEllipseParameters.semiAxis2Length, and GeodesicEllipseParameters.maxSegmentLength.
getter/setter pair
maxPointCount int
The max number of vertices in the ellipse.
getter/setter pair
maxSegmentLength double
The max segment length of the result, in GeodesicEllipseParameters.linearUnit.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semiAxis1Length double
The length of the semi-major or semi-minor axis of the ellipse, in GeodesicEllipseParameters.linearUnit.
getter/setter pair
semiAxis2Length double
The length of the semi-major or semi-minor axis of the ellipse, in GeodesicEllipseParameters.linearUnit.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited