org.osm2world.core
Class GlobalValues

Object
  extended by GlobalValues

public final class GlobalValues
extends Object

globally accessible constants


Field Summary
static String OSM2WORLD_URI
          link to OSM2World home page
static String VERSION_STRING
          version string
static String WIKI_URI
          link to the OSM wiki documentation
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_STRING

public static final String VERSION_STRING
version string

See Also:
Constant Field Values

WIKI_URI

public static final String WIKI_URI
link to the OSM wiki documentation

See Also:
Constant Field Values

OSM2WORLD_URI

public static final String OSM2WORLD_URI
link to OSM2World home page

See Also:
Constant Field Values