Class LinearRing

  • All Implemented Interfaces:
    LineBasedGeometry, java.io.Serializable, java.lang.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:
    Serialized Form
    • Constructor Detail

      • LinearRing

        public LinearRing()
        Constructs an instance.
      • LinearRing

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