GeodesicSectorParameters class final
The required parameters for calling GeometryEngine.sectorGeodesic.
The parameters needed when calling GeometryEngine's sectorGeodesic method.
- Implemented types
Constructors
- GeodesicSectorParameters({double axisDirection = 0.0, AngularUnit? angularUnit, ArcGISPoint? center, LinearUnit? linearUnit, int maxPointCount = 10, double maxSegmentLength = 0.0, GeometryType geometryType = GeometryType.polygon, double sectorAngle = 0.0, double semiAxis1Length = 0.0, double semiAxis2Length = 0.0, double startDirection = 0.0})
-
Creates a new GeodesicSectorParameters object with the given values.
factory
Properties
- angularUnit ↔ AngularUnit
-
The unit of measure for GeodesicSectorParameters.axisDirection,
GeodesicSectorParameters.sectorAngle, and
GeodesicSectorParameters.startDirection.
getter/setter pair
- axisDirection ↔ double
-
The direction of the major axis of the ellipse as an angle in
GeodesicSectorParameters.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 GeodesicSectorParameters.semiAxis1Length,
GeodesicSectorParameters.semiAxis2Length, and
GeodesicSectorParameters.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
GeodesicSectorParameters.linearUnit.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sectorAngle ↔ double
-
The sweep angle of the sector, in GeodesicSectorParameters.angularUnit.
The sweep angle goes clockwise from the starting radius.
getter/setter pair
- semiAxis1Length ↔ double
-
The length of the semi-major or semi-minor axis of the ellipse, in
GeodesicSectorParameters.linearUnit.
getter/setter pair
- semiAxis2Length ↔ double
-
The length of the semi-major or semi-minor axis of the ellipse, in
GeodesicSectorParameters.linearUnit.
getter/setter pair
- startDirection ↔ double
-
The direction of starting radius of the sector as an angle, in
GeodesicSectorParameters.angularUnit.
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