クラス BoundingBox
java.lang.ObjectSE
org.springframework.data.redis.domain.geo.BoundingBox
- 実装済みのインターフェース一覧:
SerializableSE, Shape
コンストラクター概要
コンストラクターコンストラクター説明BoundingBox(double width, double height, Metric metric) 指定された幅、高さ、Metricから新しいBoundingBoxを作成します。BoundingBox(Distance width, Distance height) 指定された幅と高さから新しいBoundingBoxを作成します。方法の概要
コンストラクターの詳細
BoundingBox
指定された幅と高さから新しいBoundingBoxを作成します。両方の距離で同じMetricを使用する必要があります。- パラメーター:
width- null であってはなりません。height- null であってはなりません。
BoundingBox
指定された幅、高さ、Metricから新しいBoundingBoxを作成します。- パラメーター:
width-height-metric- null であってはなりません。
メソッドの詳細
getWidth
getHeight
hashCode
equals
toString