Package | Description |
---|---|
org.springframework.data.geo |
Value types representing geo-spatial concepts.
|
org.springframework.data.geo.format |
Formatters for geo-spatial types.
|
Modifier and Type | Method and Description |
---|---|
Point |
Circle.getCenter()
Returns the center of the
Circle . |
Point |
Box.getFirst()
|
Point |
Box.getSecond()
|
Modifier and Type | Method and Description |
---|---|
List<Point> |
Polygon.getPoints()
|
Iterator<Point> |
Polygon.iterator() |
Constructor and Description |
---|
Box(Point first,
Point second)
Creates a new Box spanning from the given first to the second
Point . |
Circle(Point center,
Distance radius)
|
Circle(Point center,
double radius)
|
Point(Point point)
|
Polygon(Point x,
Point y,
Point z,
Point... others)
Creates a new
Polygon for the given Points. |
Polygon(Point x,
Point y,
Point z,
Point... others)
Creates a new
Polygon for the given Points. |
Constructor and Description |
---|
Polygon(List<? extends Point> points)
Creates a new
Polygon for the given Points. |
Modifier and Type | Method and Description |
---|---|
Point |
PointFormatter.convert(String source) |
Point |
PointFormatter.parse(String text,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
String |
PointFormatter.print(Point point,
Locale locale) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.