Uses of Class
org.geotools.filter.function.ClassificationFunction

Packages that use ClassificationFunction
org.geotools.brewer.color   
org.geotools.filter.function   
 

Uses of ClassificationFunction in org.geotools.brewer.color
 

Methods in org.geotools.brewer.color that return ClassificationFunction
 ClassificationFunction StyleGenerator.getClassifier()
           
 ClassificationFunction PaletteFunction.getClassifier()
           
 

Methods in org.geotools.brewer.color with parameters of type ClassificationFunction
 void StyleGenerator.setClassifier(ClassificationFunction function)
           
 void PaletteFunction.setClassifier(ClassificationFunction cf)
           
 

Constructors in org.geotools.brewer.color with parameters of type ClassificationFunction
StyleGenerator(java.awt.Color[] colors, ClassificationFunction function, java.lang.String typeId)
          Creates an instance of the StyleGenerator with the components it needs.
 

Uses of ClassificationFunction in org.geotools.filter.function
 

Subclasses of ClassificationFunction in org.geotools.filter.function
 class CustomClassifierFunction
          This is a sort of mock-classifier.
 class EqualIntervalFunction
          Classification function for breaking a feature collection into edible chunks of "equal" size.
 class ExplicitClassificationFunction
           
 class QuantileFunction
          Breaks a FeatureCollection into classes with an equal number of items in each.
 class RangedClassificationFunction
           
 class UniqueIntervalFunction
          Clone of EqualIntervalFunction for unique values
 



Copyright © GeoTools. All Rights Reserved.