Class GeometryCollection
- java.lang.Object
-
- io.vertx.mysqlclient.data.spatial.Geometry
-
- io.vertx.mysqlclient.data.spatial.GeometryCollection
-
public class GeometryCollection extends Geometry
A GeomCollection is a geometry that is a collection of zero or more geometries of any class.
-
-
Constructor Summary
Constructors Constructor Description GeometryCollection()
GeometryCollection(long SRID, List<Geometry> geometries)
GeometryCollection(GeometryCollection other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Geometry>
getGeometries()
GeometryCollection
setGeometries(List<Geometry> geometries)
-
-
-
Constructor Detail
-
GeometryCollection
public GeometryCollection()
-
GeometryCollection
public GeometryCollection(GeometryCollection other)
-
-
Method Detail
-
setGeometries
public GeometryCollection setGeometries(List<Geometry> geometries)
-
-