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 booleanequals(java.lang.Object o)Geometry[]getGeometries()Get objectsinthashCode()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-