Uses of Interface
org.springframework.data.redis.domain.geo.GeoReference
Packages that use GeoReference
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Core package for integrating Redis with Spring concepts.
-
Uses of GeoReference in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return GeoReferenceModifier and TypeMethodDescriptionReactiveGeoCommands.GeoSearchCommand.getReference()ReactiveGeoCommands.GeoSearchStoreCommand.getReference()Methods in org.springframework.data.redis.connection with parameters of type GeoReferenceModifier and TypeMethodDescriptionReactiveGeoCommands.GeoSearchCommand.at(GeoReference<ByteBuffer> reference) Sets the geoset key.ReactiveGeoCommands.GeoSearchStoreCommand.at(GeoReference<ByteBuffer> reference) Sets the geoset key.default GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultedRedisConnection.geoSearch(byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) Deprecated.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>DefaultStringRedisConnection.geoSearch(byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) DefaultStringRedisConnection.geoSearch(String key, GeoReference<String> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) default Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>ReactiveGeoCommands.geoSearch(ByteBuffer key, GeoReference<ByteBuffer> reference, GeoShape shape, RedisGeoCommands.GeoSearchCommandArgs args) Return the members of a geo set which are within the borders of the area specified by a givenshape.GeoResults<RedisGeoCommands.GeoLocation<byte[]>>RedisGeoCommands.geoSearch(byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) Return the members of a geo set which are within the borders of the area specified by a givenshape.StringRedisConnection.geoSearch(String key, GeoReference<String> reference, GeoShape predicate, RedisGeoCommands.GeoSearchCommandArgs args) Return the members of a geo set which are within the borders of the area specified by a givenshape.default LongDefaultedRedisConnection.geoSearchStore(byte[] destKey, byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchStoreCommandArgs args) Deprecated.in favor ofRedisCommandsProvider.geoCommands()}.DefaultStringRedisConnection.geoSearchStore(byte[] destKey, byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchStoreCommandArgs args) DefaultStringRedisConnection.geoSearchStore(String destKey, String key, GeoReference<String> reference, GeoShape predicate, RedisGeoCommands.GeoSearchStoreCommandArgs args) ReactiveGeoCommands.geoSearchStore(ByteBuffer destKey, ByteBuffer key, GeoReference<ByteBuffer> reference, GeoShape shape, RedisGeoCommands.GeoSearchStoreCommandArgs args) Query the members of a geo set which are within the borders of the area specified by a givenshapeand store the result atdestKey.RedisGeoCommands.geoSearchStore(byte[] destKey, byte[] key, GeoReference<byte[]> reference, GeoShape predicate, RedisGeoCommands.GeoSearchStoreCommandArgs args) Query the members of a geo set which are within the borders of the area specified by a givenshapeand store the result atdestKey.StringRedisConnection.geoSearchStore(String destKey, String key, GeoReference<String> reference, GeoShape predicate, RedisGeoCommands.GeoSearchStoreCommandArgs args) Query the members of a geo set which are within the borders of the area specified by a givenshapeand store the result atdestKey. -
Uses of GeoReference in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type GeoReferenceModifier and TypeMethodDescriptiondefault GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradius.default GeoResults<RedisGeoCommands.GeoLocation<M>>BoundGeoOperations.search(GeoReference<M> reference, Distance radius, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.GeoRadiusCommandArgs.default 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.BoundGeoOperations.search(GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgs.default GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradius.default GeoResults<RedisGeoCommands.GeoLocation<M>>GeoOperations.search(K key, GeoReference<M> reference, Distance radius, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.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.GeoOperations.search(K key, GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgs.default Flux<GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradius.default Flux<GeoResult<RedisGeoCommands.GeoLocation<M>>>ReactiveGeoOperations.search(K key, GeoReference<M> reference, Distance radius, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.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.ReactiveGeoOperations.search(K key, GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgs.default LongBoundGeoOperations.searchAndStore(K destKey, GeoReference<M> reference, Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusand store results atdestKey.default LongBoundGeoOperations.searchAndStore(K destKey, GeoReference<M> reference, Distance radius, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.GeoRadiusCommandArgsand store results atdestKey.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.BoundGeoOperations.searchAndStore(K destKey, GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgsand store results atdestKey.default LongGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusand store results atdestKey.default LongGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, Distance radius, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.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.GeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgsand store results atdestKey.ReactiveGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, Distance radius) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusand store results atdestKey.ReactiveGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, Distance radius, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenradiusapplyingRedisGeoCommands.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.ReactiveGeoOperations.searchAndStore(K key, K destKey, GeoReference<M> reference, GeoShape geoPredicate, RedisGeoCommands.GeoSearchStoreCommandArgs args) Get the members usingGeoReferenceas center of the query within the boundaries of a givenpredicateapplyingRedisGeoCommands.GeoRadiusCommandArgsand store results atdestKey. -
Uses of GeoReference in org.springframework.data.redis.domain.geo
Classes in org.springframework.data.redis.domain.geo that implement GeoReferenceModifier and TypeClassDescriptionstatic classstatic classMethods in org.springframework.data.redis.domain.geo that return GeoReferenceModifier and TypeMethodDescriptionstatic <T> GeoReference<T>GeoReference.fromCircle(Circle within) Creates aGeoReferencefrom acircle center point.static <T> GeoReference<T>GeoReference.fromCoordinate(double longitude, double latitude) Creates aGeoReferencefrom a WGS84 longitude/latitude coordinate.static <T> GeoReference<T>GeoReference.fromCoordinate(Point point) Creates aGeoReferencefrom a WGS84 longitude/latitude coordinate.static <T> GeoReference<T>GeoReference.fromCoordinate(RedisGeoCommands.GeoLocation<?> location) Creates aGeoReferencefrom a WGS84 longitude/latitude coordinate.static <T> GeoReference<T>GeoReference.fromMember(RedisGeoCommands.GeoLocation<T> member) Creates aGeoReferencefrom ageoset member.static <T> GeoReference<T>GeoReference.fromMember(T member) Creates aGeoReferencefrom a geoset member.
RedisCommandsProvider.geoCommands()}.