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