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>
values
protected List<Float>
xThresholds
protected 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 void
parseThresholds()
protected NodeList
parseValues()
-
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:
XPathExpressionException
SLDException
-
parseThresholds
protected void parseThresholds() throws XPathExpressionException, SLDException
- Throws:
XPathExpressionException
SLDException
-
-