- getLocations(String) - Static method in class MapServer
-
Collect all locations that match a cleaned locationName
, and return
information about each node that matches.
- getLocationsByPrefix(String) - Static method in class MapServer
-
In linear time, collect all the names of OSM locations that prefix-match the query string.
- getMapRaster(Map<String, Double>) - Method in class Rasterer
-
Takes a user query and finds the grid of images that best matches the query.
- GraphBuildingHandler - Class in <Unnamed>
-
Parses OSM XML files using an XML SAX parser.
- GraphBuildingHandler(GraphDB) - Constructor for class GraphBuildingHandler
-
- GraphDB - Class in <Unnamed>
-
Graph for storing all of the intersection (vertex) and road (edge) information.
- GraphDB(String) - Constructor for class GraphDB
-
Example constructor shows how to create and start an XML parser.
- GraphDBLauncher - Class in <Unnamed>
-
This class provides a main method for experimenting with GraphDB construction.
- GraphDBLauncher() - Constructor for class GraphDBLauncher
-