Package org.mariadb.jdbc.type
Class GeometryCollection
- java.lang.Object
-
- org.mariadb.jdbc.type.GeometryCollection
-
-
Field Summary
Fields Modifier and Type Field Description private Geometry[]
geometries
-
Constructor Summary
Constructors Constructor Description GeometryCollection(Geometry[] geometries)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Geometry[]
getGeometries()
Get objectsint
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
geometries
private final Geometry[] geometries
-
-
Constructor Detail
-
GeometryCollection
public GeometryCollection(Geometry[] geometries)
Constructor- Parameters:
geometries
- geometry array
-
-
Method Detail
-
getGeometries
public Geometry[] getGeometries()
Get objects- Returns:
- geometry array
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-