| java.lang.Object org.geotools.feature.visitor.QuantileListVisitor
QuantileListVisitor | public class QuantileListVisitor implements FeatureCalc(Code) | | Obtains the data needed for a Quantile operation (classification of features into classes of equal size).
The result contains an array of lists with the expression values in each.
author: Cory Horner, Refractions Research Inc. |
QuantileListVisitor | public QuantileListVisitor(Expression expr, int bins)(Code) | | |
getNaNCount | public int getNaNCount()(Code) | | the number of features which returned a NaN |
getNullCount | public int getNullCount()(Code) | | the number of features which returned a null |
reset | public void reset(int bins)(Code) | | |
|
|