@XmlElement(value="RasterSymbolizer") public interface RasterSymbolizer extends Symbolizer
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
ChannelSelection |
getChannelSelection()
The ChannelSelection element specifies the false-color channel selection for a multi-spectral
raster source (such as a multi-band satellite-imagery source).
|
ColorMap |
getColorMap()
The ColorMap element defines either the colors of a palette-type raster source or the mapping
of fixed-numeric pixel values to colors.
|
ContrastEnhancement |
getContrastEnhancement()
The ContrastEnhancement element defines contrast enhancement for a channel of a false-color
image or for a color image.
|
Symbolizer |
getImageOutline()
The ImageOutline element specifies that individual source rasters in a multi-raster set (such
as a set of satellite-image scenes) should be outlined with either a LineStringSymbol or
PolygonSymbol.
|
Expression |
getOpacity()
Indicates the level of translucency as a floating point number whose value is between 0.0 and
1.0 (inclusive).
|
OverlapBehavior |
getOverlapBehavior()
The OverlapBehavior element tells a system how to behave when multiple raster images in a
layer overlap each other, for example with satellite-image scenes.
|
ShadedRelief |
getShadedRelief()
The ShadedRelief element selects the application of relief shading (or ?
|
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure
@XmlElement(value="Opacity") Expression getOpacity()
@XmlElement(value="ChannelSelection") ChannelSelection getChannelSelection()
@XmlElement(value="OverlapBehavior") OverlapBehavior getOverlapBehavior()
@XmlElement(value="ColorMap") ColorMap getColorMap()
@XmlElement(value="ContrastEnhancement") ContrastEnhancement getContrastEnhancement()
@XmlElement(value="ShadedRelief") ShadedRelief getShadedRelief()
@XmlElement(value="ImageOutline") Symbolizer getImageOutline()
An Opacity of 0.0 can be selected for the main raster to avoid rendering the main-raster pixels, or an opacity can be used for a PolygonSymbolizer Fill to allow the main-raster data be visible through the fill.
@Extension Object accept(StyleVisitor visitor, Object extraData)
accept
in interface Symbolizer
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.