ComputeRectangleOptions

Properties

Link copied to clipboard
abstract val ellipsoid: Ellipsoid?

The ellipsoid on which the rectangle lies. Default value - Ellipsoid.default

Link copied to clipboard
abstract val granularity: Double?

The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer. Default value - Math.RADIANS_PER_DEGREE

Link copied to clipboard
abstract val rectangle: Rectangle

A cartographic rectangle with north, south, east and west properties in radians.

Link copied to clipboard
abstract val rotation: Double?

The rotation of the rectangle, in radians. A positive rotation is counter-clockwise. Default value - 0.0