Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphDBLauncher

        public GraphDBLauncher()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)