| java.lang.Object org.geotools.coverage.processing.CachedOperation
CachedOperation | final class CachedOperation (Code) | | An
Operation -
ParameterValueGroup pair, used by
DefaultOperation.doOperation for caching the result of operations.
Reusing previous computation outputs should be okay since grid coverage
(both the sources and the result) are immutable by default.
version: $Id: CachedOperation.java 26655 2007-08-22 13:57:25Z desruisseaux $ author: Martin Desruisseaux |
Constructor Summary | |
| CachedOperation(Operation operation, ParameterValueGroup parameters) Constructs a new key for the specified operation and parameters. |
Method Summary | |
public boolean | equals(Object object) Compares the specified object with this key for equality. | public int | hashCode() Returns a hash code value for this key. |
CachedOperation | CachedOperation(Operation operation, ParameterValueGroup parameters)(Code) | | Constructs a new key for the specified operation and parameters.
Parameters: operation - The operation to apply on grid coverages. Parameters: parameters - The parameters, including source grid coverages. |
equals | public boolean equals(Object object)(Code) | | Compares the specified object with this key for equality.
|
hashCode | public int hashCode()(Code) | | Returns a hash code value for this key.
|
|
|