|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelSelection | |
---|---|
org.geotools.renderer.lite | A simple renderer implementation. |
org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes |
org.geotools.renderer.shape | |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor |
Uses of ChannelSelection in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite with parameters of type ChannelSelection | |
---|---|
void |
MetaBufferEstimator.visit(ChannelSelection cs)
|
Uses of ChannelSelection in org.geotools.renderer.lite.gridcoverage2d |
---|
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ChannelSelection | |
---|---|
void |
StyleVisitorAdapter.visit(ChannelSelection cs)
|
Uses of ChannelSelection in org.geotools.renderer.shape |
---|
Methods in org.geotools.renderer.shape with parameters of type ChannelSelection | |
---|---|
void |
OpacityFinder.visit(ChannelSelection cs)
|
Uses of ChannelSelection in org.geotools.styling |
---|
Methods in org.geotools.styling that return ChannelSelection | |
---|---|
ChannelSelection |
StyleFactoryImpl2.channelSelection(org.opengis.style.SelectedChannelType gray)
|
ChannelSelection |
StyleFactoryImpl.channelSelection(org.opengis.style.SelectedChannelType gray)
|
ChannelSelection |
StyleFactory.channelSelection(org.opengis.style.SelectedChannelType gray)
|
ChannelSelection |
StyleFactoryImpl.channelSelection(org.opengis.style.SelectedChannelType red,
org.opengis.style.SelectedChannelType green,
org.opengis.style.SelectedChannelType blue)
|
ChannelSelection |
StyleFactory.channelSelection(org.opengis.style.SelectedChannelType red,
org.opengis.style.SelectedChannelType green,
org.opengis.style.SelectedChannelType blue)
|
ChannelSelection |
StyleFactoryImpl.createChannelSelection(SelectedChannelType[] channels)
|
abstract ChannelSelection |
AbstractStyleFactory.createChannelSelection(SelectedChannelType[] channels)
|
ChannelSelection |
StyleFactory.createChannelSelection(SelectedChannelType[] channels)
|
ChannelSelection |
RasterSymbolizerImpl.getChannelSelection()
The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source). |
ChannelSelection |
RasterSymbolizer.getChannelSelection()
The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source). |
protected ChannelSelection |
SLDParser.parseChannelSelection(org.w3c.dom.Node root)
Internal parse method - made protected for unit testing |
Methods in org.geotools.styling with parameters of type ChannelSelection | |
---|---|
RasterSymbolizer |
StyleFactoryImpl.createRasterSymbolizer(java.lang.String geometryPropertyName,
org.opengis.filter.expression.Expression opacity,
ChannelSelection channel,
org.opengis.filter.expression.Expression overlap,
ColorMap colorMap,
ContrastEnhancement cenhancement,
ShadedRelief relief,
Symbolizer outline)
|
abstract RasterSymbolizer |
AbstractStyleFactory.createRasterSymbolizer(java.lang.String geometryPropertyName,
org.opengis.filter.expression.Expression opacity,
ChannelSelection channel,
org.opengis.filter.expression.Expression overlap,
ColorMap colorMap,
ContrastEnhancement ce,
ShadedRelief relief,
Symbolizer outline)
|
RasterSymbolizer |
StyleFactory.createRasterSymbolizer(java.lang.String geometryPropertyName,
org.opengis.filter.expression.Expression opacity,
ChannelSelection channel,
org.opengis.filter.expression.Expression overlap,
ColorMap colorMap,
ContrastEnhancement ce,
ShadedRelief relief,
Symbolizer outline)
|
void |
StyleAttributeExtractor.visit(ChannelSelection cs)
|
void |
StyleVisitor.visit(ChannelSelection cs)
Called when accept is called on a raster ChannelSelection element |
Uses of ChannelSelection in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return ChannelSelection | |
---|---|
protected ChannelSelection |
DuplicatingStyleVisitor.copy(ChannelSelection channelSelection)
|
Methods in org.geotools.styling.visitor with parameters of type ChannelSelection | |
---|---|
protected ChannelSelection |
DuplicatingStyleVisitor.copy(ChannelSelection channelSelection)
|
void |
DuplicatingStyleVisitor.visit(ChannelSelection cs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |