Uses of Class
com.luciad.ogc.sld.model.TLcdSLDRasterSymbolizer.Builder
Package
Description
Model objects for SLD Feature Type Styles implementing the OGC 05-077r4,
Symbology encoding standard, version 1.1.0, and the deprecated OGC 02-070 standard,
Styled Layer Descriptor Implementation Specification, version 1.0.
-
Uses of TLcdSLDRasterSymbolizer.Builder in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDRasterSymbolizer.Builder.addColorMapEntry
(Color aColor, double aValue) Adds an entry to the color map of this symbolizer.TLcdSLDRule.Builder.addRasterSymbolizer()
Starts the definition of a new raster symbolizer which is to be added to the rule.TLcdSLDRasterSymbolizer.Builder.colorMap
(TLcdSLDColorMap aColorMap) Sets the color map of this symbolizer.TLcdSLDRasterSymbolizer.Builder.gammaValue
(double aGammaValue) Sets the gamma value of this raster symbolizer.TLcdSLDRasterSymbolizer.Builder.geometry
(TLcdOGCFunction aGeometryFunction) Specifies the geometry that is styled by this symbolizer.TLcdSLDRasterSymbolizer.Builder.geometry
(TLcdOGCPropertyName aGeometry) Specifies the geometry that is styled by this symbolizer.TLcdSLDRasterSymbolizer.Builder.geometry
(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDRasterSymbolizer.newBuilder()
Creates a new builder with the default values.TLcdSLDRasterSymbolizer.Builder.opacity
(double aOpacity) Sets the opacity of this raster symbolizer.