Class SLDRange
- java.lang.Object
-
- uk.ac.rdg.resc.edal.graphics.style.sld.SLDRange
-
public class SLDRange extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SLDRange.Spacing
-
Constructor Summary
Constructors Constructor Description SLDRange(Float minimum, Float maximum, SLDRange.Spacing spacing)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getMaximum()
Float
getMinimum()
ScaleRange
getScaleRange()
SLDRange.Spacing
getSpacing()
static SLDRange
parseRange(XPath xPath, Node function)
Parse range from an XML SLD document given the node of the document using XPath;
-
-
-
Constructor Detail
-
SLDRange
public SLDRange(Float minimum, Float maximum, SLDRange.Spacing spacing) throws SLDException
- Throws:
SLDException
-
-
Method Detail
-
getMinimum
public Float getMinimum()
-
getMaximum
public Float getMaximum()
-
getSpacing
public SLDRange.Spacing getSpacing()
-
getScaleRange
public ScaleRange getScaleRange()
-
parseRange
public static SLDRange parseRange(XPath xPath, Node function) throws SLDException
Parse range from an XML SLD document given the node of the document using XPath;- Parameters:
xPath
-function
-- Returns:
- SLDRange
- Throws:
XPathExpressionException
SLDException
-
-