Class ST_Transform.CopCache

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<EPSGTuple,org.cts.op.CoordinateOperation>
org.h2gis.functions.spatial.crs.ST_Transform.CopCache
All Implemented Interfaces:
Serializable, Cloneable, Map<EPSGTuple,org.cts.op.CoordinateOperation>
Enclosing class:
ST_Transform

public static class ST_Transform.CopCache extends LinkedHashMap<EPSGTuple,org.cts.op.CoordinateOperation>
A simple cache to manage CoordinateOperation
See Also:
  • Constructor Details

    • CopCache

      public CopCache(int limit)
  • Method Details