Uses of Interface
uk.ac.rdg.resc.edal.graphics.style.sld.SLDFunction
-
Packages that use SLDFunction Package Description uk.ac.rdg.resc.edal.graphics.style.sld -
-
Uses of SLDFunction in uk.ac.rdg.resc.edal.graphics.style.sld
Classes in uk.ac.rdg.resc.edal.graphics.style.sld that implement SLDFunction Modifier and Type Class Description classAbstractSLDCategorize2DFunction<T>classAbstractSLDCategorizeFunction<T>classAbstractSLDFunction<T>classAbstractSLDInterpolateFunction<T>classAbstractSLDMapFunction<T>Abstract implementation of a function which maps integer values to specific other values (colours / densities / etc, parameterised byT).classAbstractSLDSegmentFunction<T>classColorSLDCategorize2DFunctionclassColorSLDCategorizeFunctionclassColorSLDInterpolateFunctionclassColorSLDMapFunctionclassColorSLDSegmentFunctionclassFloatSLDCategorizeFunctionclassFloatSLDInterpolateFunctionclassFloatSLDSegmentFunctionMethods in uk.ac.rdg.resc.edal.graphics.style.sld that return SLDFunction Modifier and Type Method Description static SLDFunction<Color>SLDFunctionParser. parseColorSLDFunction(XPath xPath, Node node)static SLDFunction<Color>SLDFunction2DParser. parseColorSLDFunction2D(XPath xPath, Node node)static SLDFunction<Float>SLDFunctionParser. parseFloatSLDFunction(XPath xPath, Node node)
-