Class GISUtils.EpsgDatabasePath

  • Enclosing class:
    GISUtils

    public static class GISUtils.EpsgDatabasePath
    extends Object
    Contains a single static flag. This can be used to set the path for the EPSG database directory. If not set, the system's temporary directory will be used This is in a separate class because the static{} block in GISUtils will get executed before the class can be used, so setting something like GISUtils.DB_PATH would have no effect - it gets set too late.
    • Field Detail

      • DB_PATH

        public static String DB_PATH
    • Constructor Detail

      • EpsgDatabasePath

        public EpsgDatabasePath()