Uses of Class
uk.ac.rdg.resc.edal.graphics.style.sld.SLDRange
-
Packages that use SLDRange Package Description uk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style typesuk.ac.rdg.resc.edal.graphics.style.sld -
-
Uses of SLDRange in uk.ac.rdg.resc.edal.graphics.style
Constructors in uk.ac.rdg.resc.edal.graphics.style with parameters of type SLDRange Constructor Description SegmentDensityMap(int nLevels, SLDRange range, float minDensity, float maxDensity, Float belowMinDensity, Float aboveMaxDensity, float noDataDensity)
-
Uses of SLDRange in uk.ac.rdg.resc.edal.graphics.style.sld
Fields in uk.ac.rdg.resc.edal.graphics.style.sld declared as SLDRange Modifier and Type Field Description protected SLDRange
AbstractSLDSegmentFunction. range
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return SLDRange Modifier and Type Method Description SLDRange
AbstractSLDSegmentFunction. getRange()
static SLDRange
SLDRange. parseRange(XPath xPath, Node function)
Parse range from an XML SLD document given the node of the document using XPath;
-