Class JGrassConstants


  • public class JGrassConstants
    extends Object
    Constants used by the JGrass engine
    Since:
    1.1.0
    Author:
    Andrea Antonello - www.hydrologis.com
    • Field Detail

      • PERMANENT_MAPSET

        public static final String PERMANENT_MAPSET
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • DEFAULT_WIND

        public static final String DEFAULT_WIND
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • PROJ_INFO

        public static final String PROJ_INFO
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • PROJ_WKT

        public static final String PROJ_WKT
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • PROJ_UNITS

        public static final String PROJ_UNITS
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • WIND

        public static final String WIND
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • MYNAME

        public static final String MYNAME
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • FCELL

        public static final String FCELL
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • CELL

        public static final String CELL
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • CATS

        public static final String CATS
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • HIST

        public static final String HIST
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • CELLHD

        public static final String CELLHD
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • COLR

        public static final String COLR
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • CELL_MISC

        public static final String CELL_MISC
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • CELLMISC_FORMAT

        public static final String CELLMISC_FORMAT
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • CELLMISC_QUANT

        public static final String CELLMISC_QUANT
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • CELLMISC_RANGE

        public static final String CELLMISC_RANGE
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • CELLMISC_NULL

        public static final String CELLMISC_NULL
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • DIG

        public static final String DIG
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • DIG_ATTS

        public static final String DIG_ATTS
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • DIG_CATS

        public static final String DIG_CATS
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • SITE_LISTS

        public static final String SITE_LISTS
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • VECTORS

        public static final String VECTORS
        folder of the JGrass database structure
        See Also:
        Constant Field Values
      • GRASSASCIIRASTER

        public static final String GRASSASCIIRASTER
        grass ascii raster format
        See Also:
        Constant Field Values
      • FLUIDTURTLEASCIIRASTER

        public static final String FLUIDTURTLEASCIIRASTER
        fluidturtle ascii raster format
        See Also:
        Constant Field Values
      • ESRIASCIIRASTER

        public static final String ESRIASCIIRASTER
        esri ascii raster format
        See Also:
        Constant Field Values
      • HORTON_MACHINE_PATH

        public static String HORTON_MACHINE_PATH
        tmp data for hortons
      • GRASSBINARYRASTERMAP

        public static final String GRASSBINARYRASTERMAP
        raster map types
        See Also:
        Constant Field Values
      • GRASS6VECTORMAP

        public static final String GRASS6VECTORMAP
        grass 6 vector map types
        See Also:
        Constant Field Values
      • ESRI_HEADER_XLL_PIECE

        public static final String ESRI_HEADER_XLL_PIECE
        See Also:
        Constant Field Values
      • ESRI_HEADER_YLL_PIECE

        public static final String ESRI_HEADER_YLL_PIECE
        See Also:
        Constant Field Values
      • ESRI_HEADER_NROWS_PIECE

        public static final String ESRI_HEADER_NROWS_PIECE
        See Also:
        Constant Field Values
      • ESRI_HEADER_NCOLS_PIECE

        public static final String ESRI_HEADER_NCOLS_PIECE
        See Also:
        Constant Field Values
      • ESRI_HEADER_DIMENSION

        public static final String ESRI_HEADER_DIMENSION
        See Also:
        Constant Field Values
      • ESRI_HEADER_NOVALUE_PIECE

        public static final String ESRI_HEADER_NOVALUE_PIECE
        See Also:
        Constant Field Values
      • CSVTYPESARRAY

        public static final String[] CSVTYPESARRAY
        Array of supported types for csv imports.
      • CSVTYPESCLASSESMAP

        public static final Map<String,​Class<?>> CSVTYPESCLASSESMAP
        Map of classes for csv types.