Package org.openjump.core.ccordsys.utils
Class SridLookupTable
- java.lang.Object
-
- org.openjump.core.ccordsys.utils.SridLookupTable
-
public class SridLookupTable extends Object
A class to lookup in srid.txt. Can find the srid, the name and/or the unit from the code or the name of a Coordinate Reference System
-
-
Constructor Summary
Constructors Constructor Description SridLookupTable()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getOGCWKTFromWkidCode(String code)
static SRSInfo
getSrsAndUnitFromCode(String code)
static SRSInfo
getSrsAndUnitFromCodeOrName(String codeOrName)
static SRSInfo
getSrsAndUnitFromName(String name)
static String
getSrsCodeFromName(String name)
static String
getSrsNameFromCode(String code)
static Unit
getUnitFromCode(String code)
static Unit
getUnitFromName(String name)
static void
main(String[] args)
Test the class
-
-
-
Method Detail
-
main
public static void main(String[] args)
Test the class
-
getOGCWKTFromWkidCode
public static String getOGCWKTFromWkidCode(String code) throws URISyntaxException, IOException
- Throws:
URISyntaxException
IOException
-
-