|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.coverage.CoverageCache
A cache for coverage instances. Call to reference(org.opengis.coverage.Coverage)
method returns a weak or soft
reference to the specified coverage. If such a reference previously existed, it is
returned. Otherwise a new reference is created.
Field Summary | |
static CoverageCache |
DEFAULT
The default, system-wide cache for coverages. |
Constructor Summary | |
CoverageCache()
Creates a new coverage cache. |
Method Summary | |
protected void |
finalize()
Cleanup this coverage cache on garbage collection. |
java.lang.ref.Reference |
reference(org.opengis.coverage.Coverage coverage)
Returns a reference to the specified coverage. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final CoverageCache DEFAULT
Constructor Detail |
public CoverageCache()
Method Detail |
public java.lang.ref.Reference reference(org.opengis.coverage.Coverage coverage)
coverage
- The coverage to reference.
protected void finalize() throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |