Class SLDFunctionParser
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.sld.SLDFunctionParser
-
public class SLDFunctionParser extends Object
-
-
Constructor Summary
Constructors Constructor Description SLDFunctionParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SLDFunction<Color>
parseColorSLDFunction(XPath xPath, Node node)
static SLDFunction<Float>
parseFloatSLDFunction(XPath xPath, Node node)
-
-
-
Method Detail
-
parseColorSLDFunction
public static SLDFunction<Color> parseColorSLDFunction(XPath xPath, Node node) throws SLDException
- Throws:
SLDException
-
parseFloatSLDFunction
public static SLDFunction<Float> parseFloatSLDFunction(XPath xPath, Node node) throws SLDException
- Throws:
SLDException
-
-