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 Details

    • GeometryCollection

      public GeometryCollection()
    • GeometryCollection

      public GeometryCollection(GeometryCollection other)
    • GeometryCollection

      public GeometryCollection(long SRID, List<Geometry> geometries)
  • Method Details