A B C D E F G H I K L M N O P Q R S T U V W
G
- g - Variable in class GraphBuildingHandler
- getDirectionsText(List<Router.NavigationDirection>) - Static method in class MapServer
-
Returns the HTML-friendly
Stirng
representation of the route. - getLocations(String) - Method in class GraphDB
-
Collect all locations that match a cleaned
locationName
, and return information about each node that matches. - getLocationsByPrefix(String) - Method in class GraphDB
-
In linear time, collect all the names of OSM locations that prefix-match the query string.
- getMapRaster(RasterRequestParams) - Method in class Rasterer
-
Takes a user query and finds the grid of images that best matches the query.
- graph - Static variable in class MapServer
-
The
GraphDB
responsible for managing map data. - GraphBuildingHandler - Class in <Unnamed>
-
Parses OSM XML files using an XML SAX parser.
- GraphBuildingHandler(GraphDB) - Constructor for class GraphBuildingHandler
-
Create a new GraphBuildingHandler.
- GraphDB - Class in <Unnamed>
-
Graph for storing all of the intersection (vertex) and road (edge) information.
- GraphDB(String) - Constructor for class GraphDB
-
This constructor creates and starts an XML parser, cleans the nodes, and prepares the data structures for processing.
- GraphDBLauncher - Class in <Unnamed>
-
This class provides a main method for experimenting with GraphDB construction.
- GraphDBLauncher() - Constructor for class GraphDBLauncher
- gson - Static variable in class MapServer
-
The configured Gson Java serializer.