Uses of Class
io.github.sebasbaumh.postgis.MultiGeometry
-
Packages that use MultiGeometry Package Description io.github.sebasbaumh.postgis -
-
Uses of MultiGeometry in io.github.sebasbaumh.postgis
Subclasses of MultiGeometry in io.github.sebasbaumh.postgis Modifier and Type Class Description class
GeometryCollection
Geometry Collection.class
MultiCurve
The MULTICURVE is a collection of curves, which can include linear strings, circular strings or compound strings.class
MultiLineString
A multi line.class
MultiPoint
A multi point.class
MultiPolygon
A multi polygon.class
MultiSurface
The MULTISURFACE is a collection of surfaces, which can be (linear) polygons or curve polygons.
-