RectangleOutlineGeometry

A description of the outline of a a cartographic rectangle on an ellipsoid centered at the origin.

const rectangle = new RectangleOutlineGeometry({
ellipsoid : Ellipsoid.WGS84,
rectangle : Rectangle.fromDegrees(-80.0, 39.0, -74.0, 42.0),
height : 10000.0
});
const geometry = RectangleOutlineGeometry.createGeometry(rectangle);

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
Link copied to clipboard
sealed interface ConstructorOptions