RectangleOutlineGeometry
external class RectangleOutlineGeometry(options: RectangleOutlineGeometry.ConstructorOptions)(source)
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);
Content copied to clipboard