Package | Description |
---|---|
org.springframework.data.geo |
Value types representing geo-spatial concepts.
|
Constructor and Description |
---|
Circle(Point center,
Distance radius)
|
GeoResults(List<? extends GeoResult<T>> results,
Distance averageDistance)
Creates a new
GeoResults instance from the given GeoResult s and average distance. |
Point(double x,
double y)
|
Polygon(List<? extends Point> points)
Creates a new
Polygon for the given Points. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.