Uses of Class
uk.ac.rdg.resc.edal.graphics.style.RGBBandColourScheme
-
Packages that use RGBBandColourScheme 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 RGBBandColourScheme in uk.ac.rdg.resc.edal.graphics.style
Constructors in uk.ac.rdg.resc.edal.graphics.style with parameters of type RGBBandColourScheme Constructor Description RasterRGBLayer(String rBand, String gBand, String bBand, RGBBandColourScheme colourScheme)
-
Uses of RGBBandColourScheme in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return RGBBandColourScheme Modifier and Type Method Description static RGBBandColourScheme
SLDRGBBandColorSchemeParser. parseColorScheme(XPath xPath, Node node)
Parses a ColorMap element within the node passed to it.
-