CircleOutlineGeometry

A description of the outline of a circle on the ellipsoid.

// Create a circle.
const circle = new CircleOutlineGeometry({
center : Cartesian3.fromDegrees(-75.59777, 40.03883),
radius : 100000.0
});
const geometry = CircleOutlineGeometry.createGeometry(circle);

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
Link copied to clipboard
sealed interface ConstructorOptions