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