Class FloatSLDInterpolateFunction
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDFunction<T>
-
- uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDInterpolateFunction<Float>
-
- uk.ac.rdg.resc.edal.graphics.style.sld.FloatSLDInterpolateFunction
-
- All Implemented Interfaces:
SLDFunction<Float>
public class FloatSLDInterpolateFunction extends AbstractSLDInterpolateFunction<Float>
-
-
Field Summary
-
Fields inherited from class uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDInterpolateFunction
interpolationPoints
-
-
Constructor Summary
Constructors Constructor Description FloatSLDInterpolateFunction(XPath xPath, Node function)
-
Method Summary
-
Methods inherited from class uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDInterpolateFunction
getInterpolationPoints, parseInterpolationPoints
-
Methods inherited from class uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDFunction
getFallbackValue, parseColorFallbackValue, parseFloatFallbackValue, parseLookupValue
-
-
-
-
Constructor Detail
-
FloatSLDInterpolateFunction
public FloatSLDInterpolateFunction(XPath xPath, Node function) throws SLDException
- Throws:
SLDException
-
-