Method Summary |
|
abstract public Coverage | doOperation(ParameterValueGroup parameters, Hints hints) Applies a process operation to a coverage. |
protected static void | ensureNonNull(String name, Object object) Makes sure that an argument is non-null. |
public boolean | equals(Object object) Compares the specified object with this operation for equality. |
public String | getDescription() Returns the description of the processing operation. |
public String | getDocURL() Returns the URL for documentation on the processing operation. |
public String | getName() Returns the name of the processing operation. |
public int | getNumSources() Returns the number of source coverages required for the operation. |
public ParameterValueGroup | getParameters() Returns an initially empty set of parameters. |
protected static AbstractProcessor | getProcessor(RenderingHints hints) Returns the
AbstractProcessor instance used for an operation. |
public String | getVendor() Returns the vendor name of the processing operation implementation. |
public String | getVersion() Returns the version number of the implementation. |
public int | hashCode() Returns a hash value for this operation. |
public String | toString() Returns a string repr�sentation of this operation. |