JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.graphhopper.util.shapes.Shape
Packages that use
Shape
Package
Description
com.graphhopper.util.shapes
Uses of
Shape
in
com.graphhopper.util.shapes
Classes in
com.graphhopper.util.shapes
that implement
Shape
Modifier and Type
Class
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.