Uses of Interface
org.geotools.api.style.SelectedChannelType
Packages that use SelectedChannelType
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 SelectedChannelType in org.geotools.api.style
Methods in org.geotools.api.style that return SelectedChannelTypeModifier and TypeMethodDescriptionStyleFactory.createSelectedChannelType(String name, ContrastEnhancement enhancement) StyleFactory.createSelectedChannelType(Expression name, Expression gammaValue) StyleFactory.createSelectedChannelType(Expression name, ContrastEnhancement enhancement) ChannelSelection.getGrayChannel()Get the gray channel to be usedChannelSelection.getRGBChannels()get the RGB channels to be usedStyleFactory.selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement) StyleFactory.selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement) Methods in org.geotools.api.style with parameters of type SelectedChannelTypeModifier and TypeMethodDescriptionStyleFactory.channelSelection(SelectedChannelType gray) StyleFactory.channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue) StyleFactory.createChannelSelection(SelectedChannelType... channels) voidChannelSelection.setGrayChannel(SelectedChannelType gray) Set the gray channel to be usedvoidChannelSelection.setRGBChannels(SelectedChannelType... channels) Set the RGB channels to be usedvoidChannelSelection.setRGBChannels(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue) Set the RGB channels to be usedvoidStyleVisitor.visit(SelectedChannelType sct) Called when accept is called on a rasterSelectedChannelTypeelementTraversingStyleVisitor.visit(SelectedChannelType selectChannelType, Object data) Called when accept is called on a rasterSelectedChannelTypeelement -
Uses of SelectedChannelType in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return SelectedChannelTypeMethods in org.geotools.brewer.styling.builder with parameters of type SelectedChannelTypeModifier and TypeMethodDescriptionSelectedChannelTypeBuilder.reset(SelectedChannelType selectedChannelType) -
Uses of SelectedChannelType in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type SelectedChannelTypeModifier and TypeMethodDescriptionvoidMetaBufferEstimator.visit(SelectedChannelType sct) voidOpacityFinder.visit(SelectedChannelType sct) -
Uses of SelectedChannelType in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type SelectedChannelTypeConstructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type SelectedChannelType -
Uses of SelectedChannelType in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type SelectedChannelType -
Uses of SelectedChannelType in org.geotools.styling
Classes in org.geotools.styling that implement SelectedChannelTypeModifier and TypeClassDescriptionclassDefault implementation of SelectedChannelType.Methods in org.geotools.styling that return SelectedChannelTypeModifier and TypeMethodDescriptionabstract SelectedChannelTypeAbstractStyleFactory.createSelectedChannelType(String name, ContrastEnhancement enhancement) abstract SelectedChannelTypeAbstractStyleFactory.createSelectedChannelType(Expression name, Expression enhancement) StyleFactoryImpl.createSelectedChannelType(String name, ContrastEnhancement enhancement) StyleFactoryImpl.createSelectedChannelType(Expression name, Expression gammaValue) StyleFactoryImpl.createSelectedChannelType(Expression name, ContrastEnhancement enhancement) ChannelSelectionImpl.getGrayChannel()ChannelSelectionImpl.getRGBChannels()Retrieves the RGB channel that were selected.StyleFactoryImpl.selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement) StyleFactoryImpl.selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement) StyleFactoryImpl2.selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement) StyleFactoryImpl2.selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement) Methods in org.geotools.styling with parameters of type SelectedChannelTypeModifier 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) static voidSLD.setChannelSelection(Style style, SelectedChannelType[] rgb, SelectedChannelType gray) Updates the raster channel selection in a Style objectvoidChannelSelectionImpl.setGrayChannel(SelectedChannelType gray) voidChannelSelectionImpl.setRGBChannels(SelectedChannelType... channels) voidChannelSelectionImpl.setRGBChannels(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue) voidAbstractStyleVisitor.visit(SelectedChannelType sct) Constructors in org.geotools.styling with parameters of type SelectedChannelType -
Uses of SelectedChannelType in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return SelectedChannelTypeModifier and TypeMethodDescriptionprotected SelectedChannelTypeDuplicatingStyleVisitor.copy(SelectedChannelType selectedChannelType) protected SelectedChannelType[]DuplicatingStyleVisitor.copy(SelectedChannelType... channels) Methods in org.geotools.styling.visitor with parameters of type SelectedChannelTypeModifier and TypeMethodDescriptionprotected SelectedChannelTypeDuplicatingStyleVisitor.copy(SelectedChannelType selectedChannelType) protected SelectedChannelType[]DuplicatingStyleVisitor.copy(SelectedChannelType... channels) voidDuplicatingStyleVisitor.visit(SelectedChannelType sct) -
Uses of SelectedChannelType in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return SelectedChannelTypeModifier and TypeMethodDescriptionprotected SelectedChannelTypeSLDParser.parseSelectedChannel(Node root) Internal parse method - made protected for unit testing -
Uses of SelectedChannelType in org.geotools.ysld
Methods in org.geotools.ysld that return SelectedChannelTypeModifier and TypeMethodDescriptionabstract SelectedChannelTypeBand.getFrom(ChannelSelection sel) Get theSelectedChannelTypein sel that is represented by this band.Methods in org.geotools.ysld with parameters of type SelectedChannelTypeModifier and TypeMethodDescriptionabstract voidBand.setTo(ChannelSelection sel, SelectedChannelType chan) Set theSelectedChannelTypein sel that is represented by this band to chan.