Package dev.morphia.geo
Class GeometryCollection
- java.lang.Object
-
- dev.morphia.geo.GeometryCollection
-
@Deprecated(since="2.0", forRemoval=true) @Entity public class GeometryCollection extends Object
Deprecated, for removal: This API element is subject to removal in a future version.This class represents a collection of mixed GeoJson objects as per the GeoJSON specification. Therefore this entity will never have its own ID or store the its Class name. The factory for creating a MultiPoint is theGeoJson.multiPoint
method.- See Also:
GeoJson
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.String
toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
equals
public boolean equals(Object o)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-