de.soldin.gt2jump.cts
Class WKTCSLoader

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.TreeMap
          extended byde.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

Constructor Summary
WKTCSLoader()
           
 
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
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

WKTCSLoader

public WKTCSLoader()
            throws Exception
Method Detail

get

public org.geotools.cs.CoordinateSystem get(String key)