Package org.geotools.filter.function
Class ExplicitClassifier
Object
Classifier
ExplicitClassifier
Explicit classification for a set of values.
- Author:
- jody
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Classifier
classify, getPercentages, getTitle, getTitles, setPercentages, setTitle, setTitles
-
Constructor Details
-
ExplicitClassifier
-
-
Method Details
-
getSize
public int getSize()- Specified by:
getSize
in classClassifier
- Returns:
- the number of bins
-
getValues
Returns all the unique values for a particular slot.- Returns:
- all applicable values for a slot
-
classify
Description copied from class:Classifier
Returns the slot this value belongs in.- Specified by:
classify
in classClassifier
- Returns:
- index, starting from zero
-