|
Spring Data MongoDB - Core | |||||||||
| 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.mongodb.core.geo.Box
Box. This class is scheduled to be
removed in the next major release.
@Deprecated public class Box
Represents a geospatial box value.
| Field Summary | |
|---|---|
static String |
COMMAND
Deprecated. |
| Constructor Summary | |
|---|---|
Box(double[] lowerLeft,
double[] upperRight)
Deprecated. |
|
Box(org.springframework.data.geo.Point lowerLeft,
org.springframework.data.geo.Point upperRight)
Deprecated. |
|
| Method Summary | |
|---|---|
List<? extends Object> |
asList()
Deprecated. Returns the Shape as a list of usually Double or Lists of Doubles. |
String |
getCommand()
Deprecated. Returns the command to be used to create the $within criterion. |
Point |
getLowerLeft()
Deprecated. |
Point |
getUpperRight()
Deprecated. |
| 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 |
| Field Detail |
|---|
public static final String COMMAND
| Constructor Detail |
|---|
public Box(org.springframework.data.geo.Point lowerLeft,
org.springframework.data.geo.Point upperRight)
public Box(double[] lowerLeft,
double[] upperRight)
| Method Detail |
|---|
public List<? extends Object> asList()
ShapeShape as a list of usually Double or Lists of Doubles. Wildcard bound
to allow implementations to return a more concrete element type.
public Point getLowerLeft()
public Point getUpperRight()
public String getCommand()
Shape
|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||