Uses of Interface
org.geotools.api.style.ChannelSelection
-
Packages that use ChannelSelection Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling org.geotools.ysld -
-
Uses of ChannelSelection in org.geotools.api.style
Methods in org.geotools.api.style that return ChannelSelection Modifier and Type Method Description ChannelSelection
StyleFactory. channelSelection(SelectedChannelType gray)
ChannelSelection
StyleFactory. channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
ChannelSelection
StyleFactory. createChannelSelection(SelectedChannelType... channels)
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).Methods in org.geotools.api.style with parameters of type ChannelSelection Modifier and Type Method Description RasterSymbolizer
StyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
RasterSymbolizer
StyleFactory. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
void
RasterSymbolizer. setChannelSelection(ChannelSelection channel)
The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source).void
StyleVisitor. visit(ChannelSelection cs)
Called when accept is called on a rasterChannelSelection
elementObject
TraversingStyleVisitor. visit(ChannelSelection channelSelection, Object data)
Called when accept is called on a rasterChannelSelection
element -
Uses of ChannelSelection in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return ChannelSelection Modifier and Type Method Description ChannelSelection
ChannelSelectionBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type ChannelSelection Modifier and Type Method Description ChannelSelectionBuilder
ChannelSelectionBuilder. reset(ChannelSelection original)
-
Uses of ChannelSelection in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ChannelSelection Modifier and Type Method Description void
MetaBufferEstimator. visit(ChannelSelection cs)
void
OpacityFinder. visit(ChannelSelection cs)
-
Uses of ChannelSelection in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that return ChannelSelection Modifier and Type Method Description protected ChannelSelection
ChannelSelectionUpdateStyleVisitor. copy(ChannelSelection channelSelection)
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ChannelSelection Modifier and Type Method Description protected ChannelSelection
ChannelSelectionUpdateStyleVisitor. copy(ChannelSelection channelSelection)
void
StyleVisitorAdapter. visit(ChannelSelection cs)
-
Uses of ChannelSelection in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ChannelSelection Modifier and Type Method Description void
StyleAttributeExtractor. visit(ChannelSelection cs)
-
Uses of ChannelSelection in org.geotools.styling
Classes in org.geotools.styling that implement ChannelSelection Modifier and Type Class Description class
ChannelSelectionImpl
ChannelSelectionImplMethods in org.geotools.styling that return ChannelSelection Modifier and Type Method Description ChannelSelection
StyleFactoryImpl. channelSelection(SelectedChannelType gray)
ChannelSelection
StyleFactoryImpl. channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
ChannelSelection
StyleFactoryImpl2. channelSelection(SelectedChannelType gray)
ChannelSelection
StyleFactoryImpl2. channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
ChannelSelection
StyleFactoryImpl. 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).Methods in org.geotools.styling with parameters of type ChannelSelection Modifier and Type Method Description abstract RasterSymbolizer
AbstractStyleFactory. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
RasterSymbolizer
StyleFactoryImpl. createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline)
RasterSymbolizer
StyleFactoryImpl. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
RasterSymbolizerImpl
StyleFactoryImpl2. rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
void
RasterSymbolizerImpl. setChannelSelection(ChannelSelection channel)
The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source).void
AbstractStyleVisitor. visit(ChannelSelection cs)
-
Uses of ChannelSelection in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return ChannelSelection Modifier and Type Method Description protected ChannelSelection
DuplicatingStyleVisitor. copy(ChannelSelection channelSelection)
Methods in org.geotools.styling.visitor with parameters of type ChannelSelection Modifier and Type Method Description protected ChannelSelection
DuplicatingStyleVisitor. copy(ChannelSelection channelSelection)
void
DuplicatingStyleVisitor. visit(ChannelSelection cs)
-
Uses of ChannelSelection in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return ChannelSelection Modifier and Type Method Description protected ChannelSelection
SLDParser. parseChannelSelection(Node root)
Internal parse method - made protected for unit testing -
Uses of ChannelSelection in org.geotools.ysld
Methods in org.geotools.ysld with parameters of type ChannelSelection Modifier and Type Method Description abstract SelectedChannelType
Band. getFrom(ChannelSelection sel)
Get theSelectedChannelType
in sel that is represented by this band.abstract void
Band. setTo(ChannelSelection sel, SelectedChannelType chan)
Set theSelectedChannelType
in sel that is represented by this band to chan.
-