Uses of Interface
org.springframework.data.elasticsearch.core.geo.GeoJson
Packages that use GeoJson
Package
Description
-
Uses of GeoJson in org.springframework.data.elasticsearch.core.convert
Classes in org.springframework.data.elasticsearch.core.convert that implement interfaces with type arguments of type GeoJsonModifier and TypeClassDescriptionstatic enumstatic enumMethods in org.springframework.data.elasticsearch.core.convert that return GeoJsonModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.convert with parameters of type GeoJson -
Uses of GeoJson in org.springframework.data.elasticsearch.core.geo
Classes in org.springframework.data.elasticsearch.core.geo that implement GeoJsonModifier and TypeClassDescriptionclassDefines aGeoJsonGeometryCollectionthat consists of aListofGeoJsonobjects.
Copied from Spring Data MongodbclassclassGeoJsonMultiLineStringis defined as list ofGeoJsonLineStrings.classclassclassGeoJsonrepresentation ofPoint.
Copied from Spring Data Mongodb, not derived fromPointas this conflicts with the already existing converter for Point inGeoConverters.classGeoJsonrepresentation of a polygon.Classes in org.springframework.data.elasticsearch.core.geo that implement interfaces with type arguments of type GeoJsonModifier and TypeClassDescriptionclassDefines aGeoJsonGeometryCollectionthat consists of aListofGeoJsonobjects.
Copied from Spring Data MongodbMethods in org.springframework.data.elasticsearch.core.geo that return GeoJsonMethods in org.springframework.data.elasticsearch.core.geo that return types with arguments of type GeoJsonModifier and TypeMethodDescriptionGeoJsonGeometryCollection.getCoordinates()GeoJsonGeometryCollection.getGeometries()Method parameters in org.springframework.data.elasticsearch.core.geo with type arguments of type GeoJsonModifier and TypeMethodDescriptionstatic GeoJsonGeometryCollectionCreates a newGeoJsonGeometryCollectionfor the givenGeoJsoninstances. -
Uses of GeoJson in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query with parameters of type GeoJsonModifier and TypeMethodDescriptionAdds a new filter CriteriaEntry for GEO_CONTAINS.Criteria.intersects(GeoJson<?> geoShape) Adds a new filter CriteriaEntry for GEO_INTERSECTS.Criteria.isDisjoint(GeoJson<?> geoShape) Adds a new filter CriteriaEntry for GEO_IS_DISJOINT.Adds a new filter CriteriaEntry for GEO_WITHIN.