Class AbstractSLDInterpolateFunction<T>
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDFunction<T>
-
- uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDInterpolateFunction<T>
-
- All Implemented Interfaces:
SLDFunction<T>
- Direct Known Subclasses:
ColorSLDInterpolateFunction
,FloatSLDInterpolateFunction
public abstract class AbstractSLDInterpolateFunction<T> extends AbstractSLDFunction<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<InterpolationPoint<T>>
interpolationPoints
-
Constructor Summary
Constructors Constructor Description AbstractSLDInterpolateFunction(XPath xPath, Node function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InterpolationPoint<T>>
getInterpolationPoints()
protected NodeList
parseInterpolationPoints()
-
Methods inherited from class uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDFunction
getFallbackValue, parseColorFallbackValue, parseFloatFallbackValue, parseLookupValue
-
-
-
-
Field Detail
-
interpolationPoints
protected List<InterpolationPoint<T>> interpolationPoints
-
-
Method Detail
-
getInterpolationPoints
public List<InterpolationPoint<T>> getInterpolationPoints()
-
parseInterpolationPoints
protected NodeList parseInterpolationPoints() throws XPathExpressionException, SLDException
- Throws:
XPathExpressionException
SLDException
-
-