|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectedChannelType | |
---|---|
org.geotools.renderer.lite | A simple renderer implementation. |
org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
org.geotools.styling.visitor |
Uses of SelectedChannelType in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite with parameters of type SelectedChannelType | |
---|---|
void |
OpacityFinder.visit(SelectedChannelType sct)
|
void |
MetaBufferEstimator.visit(SelectedChannelType sct)
|
Uses of SelectedChannelType in org.geotools.renderer.lite.gridcoverage2d |
---|
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type SelectedChannelType | |
---|---|
void |
StyleVisitorAdapter.visit(SelectedChannelType sct)
|
Uses of SelectedChannelType in org.geotools.styling |
---|
Methods in org.geotools.styling with parameters of type SelectedChannelType | |
---|---|
ChannelSelection |
StyleFactoryImpl.createChannelSelection(SelectedChannelType[] channels)
|
abstract ChannelSelection |
AbstractStyleFactory.createChannelSelection(SelectedChannelType[] channels)
|
ChannelSelection |
StyleFactory.createChannelSelection(SelectedChannelType[] channels)
|
static void |
SLD.setChannelSelection(Style style,
SelectedChannelType[] rgb,
SelectedChannelType gray)
Updates the raster channel selection in a Style object This method will update the Style in place; some of the rules & symbolizers will be replace with modified copies. |
static void |
SLD.setChannelSelection(Style style,
SelectedChannelType[] rgb,
SelectedChannelType gray)
Updates the raster channel selection in a Style object This method will update the Style in place; some of the rules & symbolizers will be replace with modified copies. |
void |
ChannelSelectionImpl.setGrayChannel(SelectedChannelType gray)
|
void |
ChannelSelection.setGrayChannel(SelectedChannelType gray)
Set the gray channel to be used |
void |
ChannelSelectionImpl.setRGBChannels(SelectedChannelType[] channels)
|
void |
ChannelSelection.setRGBChannels(SelectedChannelType[] channels)
Set the RGB channels to be used |
void |
ChannelSelectionImpl.setRGBChannels(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue)
|
void |
ChannelSelection.setRGBChannels(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue)
Set the RGB channels to be used |
void |
ChannelSelectionImpl.setSelectedChannels(SelectedChannelType[] channels)
|
void |
ChannelSelection.setSelectedChannels(SelectedChannelType[] channels)
Deprecated. Please use setRGBChannels |
void |
StyleAttributeExtractor.visit(SelectedChannelType sct)
|
void |
AbstractStyleVisitor.visit(SelectedChannelType sct)
|
void |
StyleVisitor.visit(SelectedChannelType sct)
Called when accept is called on a raster SelectedChannelType element |
Uses of SelectedChannelType in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder that return SelectedChannelType | |
---|---|
SelectedChannelType |
SelectedChannelTypeBuilder.build()
|
Methods in org.geotools.styling.builder with parameters of type SelectedChannelType | |
---|---|
SelectedChannelTypeBuilder |
SelectedChannelTypeBuilder.reset(SelectedChannelType selectedChannelType)
|
Uses of SelectedChannelType in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return SelectedChannelType | |
---|---|
protected SelectedChannelType |
DuplicatingStyleVisitor.copy(SelectedChannelType selectedChannelType)
|
protected SelectedChannelType[] |
DuplicatingStyleVisitor.copy(SelectedChannelType[] channels)
|
Methods in org.geotools.styling.visitor with parameters of type SelectedChannelType | |
---|---|
protected SelectedChannelType |
DuplicatingStyleVisitor.copy(SelectedChannelType selectedChannelType)
|
protected SelectedChannelType[] |
DuplicatingStyleVisitor.copy(SelectedChannelType[] channels)
|
void |
DuplicatingStyleVisitor.visit(SelectedChannelType sct)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |