|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCoverageCache
public class 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. |
Reference |
reference(Coverage coverage)
Returns a reference to the specified coverage. |
Methods inherited from class 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 Reference reference(Coverage coverage)
coverage
- The coverage to reference.
protected void finalize() throws Throwable
finalize
in class Object
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |