de.soldin.gt2jump.cts
Class WKTCSLoader
java.lang.Object
java.util.AbstractMap
java.util.TreeMap
de.soldin.gt2jump.cts.WKTCSLoader
- All Implemented Interfaces:
- Cloneable, Map, Serializable, SortedMap
- public class WKTCSLoader
- extends TreeMap
Derivated from TreeMap this class reads
a file cs.conf, which must be present in the
classpath. Currently there is no error handeled in case it
is missing.
The CoordinateSystems are filed in
the object itself and available by the cs's name as key.
- See Also:
- Serialized Form
|
Method Summary |
org.geotools.cs.CoordinateSystem |
get(String key)
|
| Methods inherited from class java.util.TreeMap |
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values |
WKTCSLoader
public WKTCSLoader()
throws Exception
get
public org.geotools.cs.CoordinateSystem get(String key)