Class SpatialToolboxConstants
- java.lang.Object
-
- org.hortonmachine.gui.spatialtoolbox.core.SpatialToolboxConstants
-
public class SpatialToolboxConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleDateFormatdateTimeFormatterYYYYMMDDHHMMSSstatic StringdateTimeFormatterYYYYMMDDHHMMSS_stringstatic StringGRASS_ENVIRONMENT_GISBASE_KEYKey used to set and retrieve the grass installation location.static StringGRASS_ENVIRONMENT_SHELL_KEYstatic StringGRASSFILE_UI_HINTstatic String[]HEAPLEVELSstatic StringLIBS_MAIN_FOLDER_NAMEstatic StringLIBS_SUBFOLDER_NAMEstatic intLISTHEIGHTstatic StringLOGLEVEL_GUI_OFFstatic StringLOGLEVEL_GUI_ONstatic String[]LOGLEVELS_GUIstatic HashMap<String,String>LOGLEVELS_MAPstatic StringMAPCALCHISTORY_KEYstatic StringMAPCALCHISTORY_SEPARATORstatic StringMODULES_SUBFOLDER_NAME
-
Constructor Summary
Constructors Constructor Description SpatialToolboxConstants()
-
-
-
Field Detail
-
LIBS_MAIN_FOLDER_NAME
public static String LIBS_MAIN_FOLDER_NAME
-
LIBS_SUBFOLDER_NAME
public static String LIBS_SUBFOLDER_NAME
-
MODULES_SUBFOLDER_NAME
public static String MODULES_SUBFOLDER_NAME
-
dateTimeFormatterYYYYMMDDHHMMSS_string
public static String dateTimeFormatterYYYYMMDDHHMMSS_string
-
dateTimeFormatterYYYYMMDDHHMMSS
public static SimpleDateFormat dateTimeFormatterYYYYMMDDHHMMSS
-
LOGLEVEL_GUI_ON
public static String LOGLEVEL_GUI_ON
-
LOGLEVEL_GUI_OFF
public static String LOGLEVEL_GUI_OFF
-
LOGLEVELS_GUI
public static String[] LOGLEVELS_GUI
-
HEAPLEVELS
public static String[] HEAPLEVELS
-
LISTHEIGHT
public static final int LISTHEIGHT
- See Also:
- Constant Field Values
-
GRASSFILE_UI_HINT
public static final String GRASSFILE_UI_HINT
- See Also:
- Constant Field Values
-
GRASS_ENVIRONMENT_GISBASE_KEY
public static String GRASS_ENVIRONMENT_GISBASE_KEY
Key used to set and retrieve the grass installation location.Example on linux: /usr/lib/grass64
-
GRASS_ENVIRONMENT_SHELL_KEY
public static String GRASS_ENVIRONMENT_SHELL_KEY
-
MAPCALCHISTORY_KEY
public static String MAPCALCHISTORY_KEY
-
MAPCALCHISTORY_SEPARATOR
public static String MAPCALCHISTORY_SEPARATOR
-
-