org.h2gis.h2spatial.internal.function.spatial.crs
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.h2spatial.internal.function.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:
- Serialized Form
| Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
ST_Transform.CopCache
public ST_Transform.CopCache(int limit)
removeEldestEntry
protected boolean removeEldestEntry(Map.Entry<EPSGTuple,org.cts.op.CoordinateOperation> eldest)
- Overrides:
removeEldestEntry in class LinkedHashMap<EPSGTuple,org.cts.op.CoordinateOperation>
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.