| Package | Description |
|---|---|
| com.graphhopper.util.shapes |
| Modifier and Type | Class and Description |
|---|---|
class |
BBox
A simple bounding box defined as follows: minLon, maxLon followed by minLat which is south(!) and
maxLat.
|
class |
Circle |
class |
Polygon
This class represents a polygon that is defined by a set of points.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Polygon.contains(Shape s) |
boolean |
Shape.contains(Shape s) |
boolean |
Circle.contains(Shape o) |
boolean |
BBox.contains(Shape s) |
boolean |
Polygon.intersects(Shape o) |
boolean |
Shape.intersects(Shape o) |
boolean |
Circle.intersects(Shape o) |
boolean |
BBox.intersects(Shape s) |
Copyright © 2012–2020. All rights reserved.