Uses of Class
org.springframework.data.redis.domain.geo.BoundingBox
Packages that use BoundingBox
-
Uses of BoundingBox in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type BoundingBoxModifier and TypeMethodDescriptiondefault GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box.default GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgs.default GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box.default GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgs.default Flux<GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box.default Flux<GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgs.default LongBoundGeoOperations.searchAndStore(K destKey, GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box and store results atdestKey.default LongBoundGeoOperations.searchAndStore(K destKey, GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgsand store results atdestKey.default LongGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box and store results atdestKey.default LongGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgsand store results atdestKey.ReactiveGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, BoundingBox boundingBox) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box and store results atdestKey.ReactiveGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, BoundingBox boundingBox, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a given bounding box applyingRedisGeoCommands.GeoRadiusCommandArgsand store results atdestKey. -
Uses of BoundingBox in org.springframework.data.redis.domain.geo
Methods in org.springframework.data.redis.domain.geo that return BoundingBoxMethods in org.springframework.data.redis.domain.geo with parameters of type BoundingBoxModifier and TypeMethodDescriptionstatic GeoShapeGeoShape.byBox(BoundingBox boundingBox) Create a shape used as predicate for geo queries from aBoundingBox.Constructors in org.springframework.data.redis.domain.geo with parameters of type BoundingBox