Hierarchy For Package org.springframework.data.elasticsearch.core.geo

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.data.elasticsearch.core.geo.GeoBox
    • org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection (implements org.springframework.data.elasticsearch.core.geo.GeoJson<T>)
    • org.springframework.data.elasticsearch.core.geo.GeoJsonLineString (implements org.springframework.data.elasticsearch.core.geo.GeoJson<T>)
    • org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString (implements org.springframework.data.elasticsearch.core.geo.GeoJson<T>)
    • org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint (implements org.springframework.data.elasticsearch.core.geo.GeoJson<T>)
    • org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon (implements org.springframework.data.elasticsearch.core.geo.GeoJson<T>)
    • org.springframework.data.elasticsearch.core.geo.GeoJsonPoint (implements org.springframework.data.elasticsearch.core.geo.GeoJson<T>)
    • org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon (implements org.springframework.data.elasticsearch.core.geo.GeoJson<T>)
    • org.springframework.data.elasticsearch.core.geo.GeoPoint

Interface Hierarchy

  • org.springframework.data.elasticsearch.core.geo.GeoJson<T>