Class LinearRing

All Implemented Interfaces:
LineBasedGeometry, Serializable, Iterable<Point>

@NonNullByDefault public class LinearRing extends LineString
This represents the LinearRing GIS datatype. This type is used to construct the polygon types, but is not stored or retrieved directly from the database.
See Also:
  • Constructor Details

    • LinearRing

      public LinearRing()
      Constructs an instance.
    • LinearRing

      public LinearRing(Iterable<Point> points)
      Constructs an instance.
      Parameters:
      points - points