|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Point | |
|---|---|
| org.springframework.data.geo | Value types representing geo-spatial concepts. |
| Uses of Point in org.springframework.data.geo |
|---|
| Methods in org.springframework.data.geo that return Point | |
|---|---|
Point |
Circle.getCenter()
Returns the center of the Circle. |
Point |
Box.getFirst()
Returns the first Point making up the Box. |
Point |
Box.getSecond()
Returns the second Point making up the Box. |
| Methods in org.springframework.data.geo that return types with arguments of type Point | |
|---|---|
List<Point> |
Polygon.getPoints()
Returns all Points the Polygon is made of. |
Iterator<Point> |
Polygon.iterator()
|
| Constructors in org.springframework.data.geo with parameters of type Point | |
|---|---|
Box(Point first,
Point second)
Creates a new Box spanning from the given first to the second Point. |
|
Circle(Point center,
Distance radius)
Creates a new Circle from the given Point and radius. |
|
Circle(Point center,
double radius)
Creates a new Circle from the given Point and radius. |
|
Point(Point point)
Creates a Point from the given Point coordinate. |
|
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 parameters in org.springframework.data.geo with type arguments of type Point | |
|---|---|
Polygon(List<? extends Point> points)
Creates a new Polygon for the given Points. |
|
|
Spring Data Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||