Uses of Interface
uk.ac.rdg.resc.edal.graphics.style.DensityMap
-
Packages that use DensityMap 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 DensityMap in uk.ac.rdg.resc.edal.graphics.style
Classes in uk.ac.rdg.resc.edal.graphics.style that implement DensityMap Modifier and Type Class Description class
InterpolateDensityMap
class
SegmentDensityMap
class
ThresholdDensityMap
Constructors in uk.ac.rdg.resc.edal.graphics.style with parameters of type DensityMap Constructor Description OpacityMap(String dataFieldName, DensityMap opacityMap)
StippleLayer(String dataFieldName, DensityMap map)
-
Uses of DensityMap in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return DensityMap Modifier and Type Method Description static DensityMap
SLDDensityMapParser. parseDensityMap(XPath xPath, Node node)
Parse the functions within a node for a pattern symbolizer or opacity transform
-