Enum クラスの使用箇所
org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
RedisGeoCommands.DistanceUnit を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の RedisGeoCommands.DistanceUnit 使用
org.springframework.data.redis.connection 内の RedisGeoCommands.DistanceUnit 型の型引数を持つサブクラス修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。static RedisGeoCommands.DistanceUnit[]RedisGeoCommands.DistanceUnit.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。org.springframework.data.redis.domain.geo 内の RedisGeoCommands.DistanceUnit 使用
型 RedisGeoCommands.DistanceUnit のパラメーターを持つ org.springframework.data.redis.domain.geo のメソッド修飾子と型メソッド説明static GeoShapeGeoShape.byBox(double width, double height, RedisGeoCommands.DistanceUnit distanceUnit) widthおよびheightで指定されたバウンディングボックスから、地理クエリの述語として使用される形状を作成します。