|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceConstructor | |
|---|---|
| org.springframework.data.geo | Value types representing geo-spatial concepts. |
| Uses of PersistenceConstructor in org.springframework.data.geo |
|---|
| Constructors in org.springframework.data.geo with annotations of type PersistenceConstructor | |
|---|---|
Circle(Point center,
Distance radius)
Creates a new Circle from the given Point and radius. |
|
GeoResults(List<? extends GeoResult<T>> results,
Distance averageDistance)
Creates a new GeoResults instance from the given GeoResults and average distance. |
|
Point(double x,
double y)
Creates a Point from the given x, y coordinate. |
|
Polygon(List<? extends Point> points)
Creates a new Polygon for the given Points. |
|
|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||