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);
Content copied to clipboard