Class AbstractSLDCategorizeFunction<T>
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDFunction<T>
-
- uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDCategorizeFunction<T>
-
- All Implemented Interfaces:
SLDFunction<T>
- Direct Known Subclasses:
ColorSLDCategorizeFunction,FloatSLDCategorizeFunction
public class AbstractSLDCategorizeFunction<T> extends AbstractSLDFunction<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractSLDCategorizeFunction(XPath xPath, Node function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Float>getThresholds()List<T>getValues()protected voidparseThresholds()protected NodeListparseValues()-
Methods inherited from class uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDFunction
getFallbackValue, parseColorFallbackValue, parseFloatFallbackValue, parseLookupValue
-
-
-
-
Method Detail
-
parseValues
protected NodeList parseValues() throws XPathExpressionException, SLDException
- Throws:
XPathExpressionExceptionSLDException
-
parseThresholds
protected void parseThresholds() throws XPathExpressionException, SLDException- Throws:
XPathExpressionExceptionSLDException
-
-