createForPolygon

Create a GeodesicSectorParameters with the default values:

  • axisDirection: Double = 0.0,

  • angularUnit: AngularUnit.degrees,

  • center: Point? = null,

  • linearUnit: LinearUnit.meters,

  • maxPointCount: Long = 10,

  • maxSegmentLength: Double = 0.0,

  • semiAxis1Length: Double = 0.0,

  • semiAxis2Length: Double = 0.0,

  • sectorAngle: Double = 0.0,

  • startDirection: Double = 0.0,

  • geometryType: GeometryType.Polygon

Return

a GeodesicSectorParameters

Since

200.1.0