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