Geodesic Sector Parameters
The required parameters for calling GeometryEngine.sectorGeodesicOrNull(GeodesicSectorParameters). The parameters needed when calling GeometryEngine's sectorGeodesic method.
Since
200.1.0
Properties
The unit of measure for GeodesicSectorParameters.axisDirection, GeodesicSectorParameters.sectorAngle, and GeodesicSectorParameters.startDirection. By default, the angular unit is degrees.
The direction of the major axis of the ellipse as an angle in GeodesicSectorParameters.angularUnit.
The type of the output geometry.
The unit of measure for GeodesicSectorParameters.semiAxis1Length, GeodesicSectorParameters.semiAxis2Length, and GeodesicSectorParameters.maxSegmentLength. By default, the linear unit is meters.
The max number of vertices in the ellipse.
The max segment length of the result, in GeodesicSectorParameters.linearUnit.
The sweep angle of the sector, in GeodesicSectorParameters.angularUnit. The sweep angle goes clockwise from the starting radius.
The length of the semi-major or semi-minor axis of the ellipse, in GeodesicSectorParameters.linearUnit.
The length of the semi-major or semi-minor axis of the ellipse, in GeodesicSectorParameters.linearUnit.
The direction of starting radius of the sector as an angle, in GeodesicSectorParameters.angularUnit.