EllipseOutlineGeometry

A description of the outline of an ellipse on an ellipsoid.

const ellipse = new EllipseOutlineGeometry({
center : Cartesian3.fromDegrees(-75.59777, 40.03883),
semiMajorAxis : 500000.0,
semiMinorAxis : 300000.0,
rotation : Math.toRadians(60.0)
});
const geometry = EllipseOutlineGeometry.createGeometry(ellipse);

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
Link copied to clipboard
sealed interface ConstructorOptions