org.esa.beam.framework.datamodel
Class GeneralFilterBand.RootMeanSquare
java.lang.Object
org.esa.beam.framework.datamodel.GeneralFilterBand.RootMeanSquare
- All Implemented Interfaces:
- GeneralFilterBand.Operator
- Enclosing class:
- GeneralFilterBand
public static class GeneralFilterBand.RootMeanSquare
- extends Object
- implements GeneralFilterBand.Operator
|
Method Summary |
double |
evaluate(double[] values,
int n)
Performs the operation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneralFilterBand.RootMeanSquare
public GeneralFilterBand.RootMeanSquare()
evaluate
public final double evaluate(double[] values,
int n)
- Description copied from interface:
GeneralFilterBand.Operator
- Performs the operation.
- Specified by:
evaluate in interface GeneralFilterBand.Operator
- Parameters:
values - an array of pixel values extracted from a raster sub-windown - the number of values in the array
- Returns:
- the result of the operation
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.