CircleGeometry

A description of a circle on the ellipsoid. Circle geometry can be rendered with both Primitive and GroundPrimitive.

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

See also

Constructors

Link copied to clipboard
constructor(options: CircleGeometry.ConstructorOptions)

Types

Link copied to clipboard
Link copied to clipboard
sealed interface ConstructorOptions