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

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

Uses of Classifier in org.geotools.brewer.color
 

Methods in org.geotools.brewer.color with parameters of type Classifier
static FeatureTypeStyle StyleGenerator.createFeatureTypeStyle(Classifier classifier, Expression expression, Color[] colors, String typeId, GeometryDescriptor geometryAttrType, int elseMode, double opacity, Stroke defaultStroke)
          Merges a classifier, array of colors and other data into a FeatureTypeStyle object.
 

Uses of Classifier in org.geotools.filter.function
 

Subclasses of Classifier in org.geotools.filter.function
 class ExplicitClassifier
          Explicit classification for a set of values.
 class RangedClassifier
          Classifies into ranges of minimum and maximum values.
 

Methods in org.geotools.filter.function that return Classifier
 Classifier ClassifyFunction.getClassifier(Object context)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.