public class RasterSymbolizer extends Symbolizer
SLD Raster Symbolizer object.
Modifier and Type | Field and Description |
---|---|
protected RasterChannel |
alphaChannel |
protected RasterChannel |
blueChannel |
protected RasterChannel |
grayChannel |
protected RasterChannel |
greenChannel |
protected boolean |
normalizedColors |
protected ScalarParameter |
opacity |
protected Dimensions |
rasterDimensions |
protected int |
rasterPoolSize |
protected RasterChannel |
redChannel |
enabled, geometry, name
Constructor and Description |
---|
RasterSymbolizer() |
Modifier and Type | Method and Description |
---|---|
RasterChannel |
getAlphaChannel() |
RasterChannel |
getBlueChannel() |
RasterChannel |
getGrayChannel() |
RasterChannel |
getGreenChannel() |
ScalarParameter |
getOpacity() |
Dimensions |
getRasterDimensions() |
RasterChannel |
getRedChannel() |
int |
getTexPoolSize() |
boolean |
hasNormalizedColors() |
void |
setAlphaChannel(RasterChannel alphaChannel) |
void |
setBlueChannel(RasterChannel blueChannel) |
void |
setGrayChannel(RasterChannel grayChannel) |
void |
setGreenChannel(RasterChannel greenChannel) |
void |
setNormalizedColors(boolean normalizedColors) |
void |
setOpacity(ScalarParameter opacity) |
void |
setRasterDimensions(Dimensions dimensions) |
void |
setRedChannel(RasterChannel redChannel) |
void |
setTexPoolSize(int rasterPoolSize) |
getGeometry, getName, isEnabled, setEnabled, setGeometry, setName
protected RasterChannel redChannel
protected RasterChannel greenChannel
protected RasterChannel blueChannel
protected RasterChannel alphaChannel
protected RasterChannel grayChannel
protected ScalarParameter opacity
protected Dimensions rasterDimensions
protected boolean normalizedColors
protected int rasterPoolSize
public RasterChannel getAlphaChannel()
public void setAlphaChannel(RasterChannel alphaChannel)
public RasterChannel getBlueChannel()
public void setBlueChannel(RasterChannel blueChannel)
public RasterChannel getGrayChannel()
public void setGrayChannel(RasterChannel grayChannel)
public RasterChannel getGreenChannel()
public void setGreenChannel(RasterChannel greenChannel)
public ScalarParameter getOpacity()
public void setOpacity(ScalarParameter opacity)
public RasterChannel getRedChannel()
public void setRedChannel(RasterChannel redChannel)
public Dimensions getRasterDimensions()
public void setRasterDimensions(Dimensions dimensions)
public boolean hasNormalizedColors()
public void setNormalizedColors(boolean normalizedColors)
public void setTexPoolSize(int rasterPoolSize)
public int getTexPoolSize()
Copyright © 2016 Sensia Software LLC. All rights reserved.