Package uk.ac.rdg.resc.edal.util
Class GISUtils.EpsgDatabasePath
- java.lang.Object
-
- uk.ac.rdg.resc.edal.util.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.
-
-
Constructor Summary
Constructors Constructor Description EpsgDatabasePath()
-
-
-
Field Detail
-
DB_PATH
public static String DB_PATH
-
-