Coverage |
CoverageProcessor.doOperation(ParameterValueGroup parameters) |
Applies a process operation to a coverage.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source) |
Applies a process operation with default parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1) |
Applies a process operation with one parameter.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2) |
Applies process operation with two parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3) |
Applies a process operation with three parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4) |
Applies a process operation with four parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4,
String argumentName5,
Object argumentValue5) |
Applies a process operation with five parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source,
String argumentName1,
Object argumentValue1,
String argumentName2,
Object argumentValue2,
String argumentName3,
Object argumentValue3,
String argumentName4,
Object argumentValue4,
String argumentName5,
Object argumentValue5,
String argumentName6,
Object argumentValue6) |
Applies a process operation with six parameters.
|
protected Coverage |
Operations.doOperation(String operationName,
Coverage source0,
Coverage source1) |
Applies a process binary operation on two coverages with default parameters.
|
Operation |
CoverageProcessor.getOperation(String name) |
Returns the operation for the specified name.
|
protected static OperationDescriptor |
OperationJAI.getOperationDescriptor(String name) |
Returns the operation descriptor for the specified JAI operation name.
|
void |
CoverageProcessor.printOperations(Writer out,
String[] names) |
Prints a description of operations to the specified stream.
|