Uses of Class
io.github.sebasbaumh.postgis.LinearRing
-
Packages that use LinearRing Package Description io.github.sebasbaumh.postgis -
-
Uses of LinearRing in io.github.sebasbaumh.postgis
Constructors in io.github.sebasbaumh.postgis with parameters of type LinearRing Constructor Description Polygon(LinearRing lsOuterRing)
Constructs an instance.Constructor parameters in io.github.sebasbaumh.postgis with type arguments of type LinearRing Constructor Description Polygon(java.lang.Iterable<LinearRing> rings)
Constructs an instance with the given rings.
-