Class FloatSLDSegmentFunction
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDFunction<T>
-
- uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDSegmentFunction<Float>
-
- uk.ac.rdg.resc.edal.graphics.style.sld.FloatSLDSegmentFunction
-
- All Implemented Interfaces:
SLDFunction<Float>
public class FloatSLDSegmentFunction extends AbstractSLDSegmentFunction<Float>
-
-
Field Summary
-
Fields inherited from class uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDSegmentFunction
aboveMaxValue, belowMinValue, numberOfSegments, paletteName, range, valueList
-
-
Constructor Summary
Constructors Constructor Description FloatSLDSegmentFunction(XPath xPath, Node function)
-
Method Summary
-
Methods inherited from class uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDSegmentFunction
getAboveMaxValue, getBelowMinValue, getNumberOfSegments, getPaletteName, getRange, getValueList, parseNumberOfSegments, parseRange, parseValueList
-
Methods inherited from class uk.ac.rdg.resc.edal.graphics.style.sld.AbstractSLDFunction
getFallbackValue, parseColorFallbackValue, parseFloatFallbackValue, parseLookupValue
-
-
-
-
Constructor Detail
-
FloatSLDSegmentFunction
public FloatSLDSegmentFunction(XPath xPath, Node function) throws SLDException
- Throws:
SLDException
-
-