|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.geo.Box
org.springframework.data.solr.core.geo.BoundingBox
Box instead.
public class BoundingBox
Implementation of bounding box which is an area defined by two longitudes and two latitudes to be used in spatial queries
| Nested Class Summary | |
|---|---|
static class |
BoundingBox.Builder
Deprecated. |
| Constructor Summary | |
|---|---|
BoundingBox(double[] first,
double[] second)
Deprecated. |
|
BoundingBox(org.springframework.data.geo.Point first,
org.springframework.data.geo.Point second)
Deprecated. |
|
| Method Summary | |
|---|---|
GeoLocation |
getGeoLocationEnd()
Deprecated. |
GeoLocation |
getGeoLocationStart()
Deprecated. |
static BoundingBox.Builder |
startingAt(org.springframework.data.geo.Point start)
Deprecated. create bounding box via builder. |
| Methods inherited from class org.springframework.data.geo.Box |
|---|
equals, getFirst, getSecond, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BoundingBox(double[] first,
double[] second)
public BoundingBox(org.springframework.data.geo.Point first,
org.springframework.data.geo.Point second)
| Method Detail |
|---|
public static BoundingBox.Builder startingAt(org.springframework.data.geo.Point start)
BoundingBox.startingAt(locationStart).endingAt(locationEnd)
start -
public GeoLocation getGeoLocationStart()
public GeoLocation getGeoLocationEnd()
|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||