Class 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 the GeoJson.multiPoint method.

    See Also:
    GeoJson
    • Method Detail

      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object o)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object