Uses of Class
org.geotools.filter.function.Classifier
Packages that use Classifier
-
Uses of Classifier in org.geotools.brewer.color
Methods in org.geotools.brewer.color with parameters of type ClassifierModifier and TypeMethodDescriptionstatic 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.functionModifier and TypeClassDescriptionfinal class
Explicit classification for a set of values.final class
Classifies into ranges of minimum and maximum values.Methods in org.geotools.filter.function that return Classifier