Class Ring

All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
CircleBy3Points, CircleByCenterPoint, CompositeRing, Ellipse

public class Ring extends Curve implements AutoCloseable
A ring is a curve that is closed.

The start point and the end point of the curve are the same.

You can read more about the available geometries here.