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 class
AbstractSLDCategorize2DFunction<T>
class
AbstractSLDCategorizeFunction<T>
class
AbstractSLDFunction<T>
class
AbstractSLDInterpolateFunction<T>
class
AbstractSLDMapFunction<T>
Abstract implementation of a function which maps integer values to specific other values (colours / densities / etc, parameterised byT
).class
AbstractSLDSegmentFunction<T>
class
ColorSLDCategorize2DFunction
class
ColorSLDCategorizeFunction
class
ColorSLDInterpolateFunction
class
ColorSLDMapFunction
class
ColorSLDSegmentFunction
class
FloatSLDCategorizeFunction
class
FloatSLDInterpolateFunction
class
FloatSLDSegmentFunction
Methods 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)
-