The ShapeFactory allows you to create new shapes.
const ref = getReference("EPSG:4326"); const center = createPoint(ref, [52, 5]); const arc = createArc(ref, center, 20000, 10000, 0, 90, 180); Copy
const ref = getReference("EPSG:4326"); const center = createPoint(ref, [52, 5]); const arc = createArc(ref, center, 20000, 10000, 0, 90, 180);
The ShapeFactory allows you to create new shapes.