- g - Variable in class MapDBHandler
-
- g - Static variable in class MapServer
-
- 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>, Map<String, Object>) - Static method in class MapServer
-
Handles raster API calls, queries for tiles and rasters the full image.
- getRequestParams(Request, String[]) - Static method in class MapServer
-
Return a parameter map of the required request parameters.
- GraphDB - Class in <Unnamed>
-
Wraps the parsing functionality of the MapDBHandler as an example.
- GraphDB(String) - Constructor for class GraphDB
-
Example constructor shows how to create and start an XML parser.