Class GraphDBLauncher
- java.lang.Object
-
- GraphDBLauncher
-
public class GraphDBLauncher extends java.lang.Object
This class provides a main method for experimenting with GraphDB construction. You could also use MapServer, but this class lets you play around with GraphDB in isolation from all the rest of the parts of this assignment.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
OSM_DB_PATH
-
Constructor Summary
Constructors Constructor Description GraphDBLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
OSM_DB_PATH
private static final java.lang.String OSM_DB_PATH
- See Also:
- Constant Field Values
-
-