Package | Description |
---|---|
org.mongodb.morphia.query |
Modifier and Type | Method and Description |
---|---|
static Shape |
Shape.box(Shape.Point bottomLeft,
Shape.Point upperRight) |
static Shape |
Shape.center(Shape.Point center,
double radius) |
static Shape |
Shape.centerSphere(Shape.Point center,
double radius) |
static Shape |
Shape.polygon(Shape.Point... points) |
Modifier and Type | Method and Description |
---|---|
T |
FieldEnd.within(Shape shape)
This implements the $geoWithin operator and is only compatible with mongo 2.4 or greater.
|
T |
FieldEndImpl.within(Shape shape) |
Copyright © 2016. All rights reserved.