Uses of Interface
org.geotools.api.style.ChannelSelection
Packages that use ChannelSelection
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time.Allows for symbolization of geospatial data.
-
Uses of ChannelSelection in org.geotools.api.style
Methods in org.geotools.api.style that return ChannelSelectionModifier and TypeMethodDescriptionStyleFactory.channelSelection(SelectedChannelType gray) StyleFactory.channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue) StyleFactory.createChannelSelection(SelectedChannelType... channels) 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 ChannelSelectionModifier and TypeMethodDescriptionStyleFactory.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline) StyleFactory.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) voidRasterSymbolizer.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).voidStyleVisitor.visit(ChannelSelection cs) Called when accept is called on a rasterChannelSelectionelementTraversingStyleVisitor.visit(ChannelSelection channelSelection, Object data) Called when accept is called on a rasterChannelSelectionelement -
Uses of ChannelSelection in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return ChannelSelectionMethods in org.geotools.brewer.styling.builder with parameters of type ChannelSelection -
Uses of ChannelSelection in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type ChannelSelectionModifier and TypeMethodDescriptionvoidMetaBufferEstimator.visit(ChannelSelection cs) voidOpacityFinder.visit(ChannelSelection cs) -
Uses of ChannelSelection in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that return ChannelSelectionModifier and TypeMethodDescriptionprotected ChannelSelectionChannelSelectionUpdateStyleVisitor.copy(ChannelSelection channelSelection) Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ChannelSelectionModifier and TypeMethodDescriptionprotected ChannelSelectionChannelSelectionUpdateStyleVisitor.copy(ChannelSelection channelSelection) voidStyleVisitorAdapter.visit(ChannelSelection cs) -
Uses of ChannelSelection in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type ChannelSelection -
Uses of ChannelSelection in org.geotools.styling
Classes in org.geotools.styling that implement ChannelSelectionMethods in org.geotools.styling that return ChannelSelectionModifier and TypeMethodDescriptionStyleFactoryImpl.channelSelection(SelectedChannelType gray) StyleFactoryImpl.channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue) StyleFactoryImpl2.channelSelection(SelectedChannelType gray) StyleFactoryImpl2.channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue) StyleFactoryImpl.createChannelSelection(SelectedChannelType... channels) 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 ChannelSelectionModifier and TypeMethodDescriptionabstract RasterSymbolizerAbstractStyleFactory.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline) StyleFactoryImpl.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline) StyleFactoryImpl.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) StyleFactoryImpl2.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehaviorEnum overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline) voidRasterSymbolizerImpl.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).voidAbstractStyleVisitor.visit(ChannelSelection cs) -
Uses of ChannelSelection in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return ChannelSelectionModifier and TypeMethodDescriptionprotected ChannelSelectionDuplicatingStyleVisitor.copy(ChannelSelection channelSelection) Methods in org.geotools.styling.visitor with parameters of type ChannelSelectionModifier and TypeMethodDescriptionprotected ChannelSelectionDuplicatingStyleVisitor.copy(ChannelSelection channelSelection) voidDuplicatingStyleVisitor.visit(ChannelSelection cs) -
Uses of ChannelSelection in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return ChannelSelectionModifier and TypeMethodDescriptionprotected ChannelSelectionSLDParser.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 ChannelSelectionModifier and TypeMethodDescriptionabstract SelectedChannelTypeBand.getFrom(ChannelSelection sel) Get theSelectedChannelTypein sel that is represented by this band.abstract voidBand.setTo(ChannelSelection sel, SelectedChannelType chan) Set theSelectedChannelTypein sel that is represented by this band to chan.