Uses of Interface
org.geotools.api.style.SelectedChannelType
-
Packages that use SelectedChannelType 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 SelectedChannelType in org.geotools.api.style
Methods in org.geotools.api.style that return SelectedChannelType Modifier and Type Method Description SelectedChannelType
StyleFactory. createSelectedChannelType(String name, ContrastEnhancement enhancement)
SelectedChannelType
StyleFactory. createSelectedChannelType(Expression name, Expression gammaValue)
SelectedChannelType
StyleFactory. createSelectedChannelType(Expression name, ContrastEnhancement enhancement)
SelectedChannelType
ChannelSelection. getGrayChannel()
Get the gray channel to be usedSelectedChannelType[]
ChannelSelection. getRGBChannels()
get the RGB channels to be usedSelectedChannelType
StyleFactory. selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)
SelectedChannelType
StyleFactory. selectedChannelType(Expression channelName, ContrastEnhancement contrastEnhancement)
Methods in org.geotools.api.style with parameters of type SelectedChannelType Modifier and Type Method Description ChannelSelection
StyleFactory. channelSelection(SelectedChannelType gray)
ChannelSelection
StyleFactory. channelSelection(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
ChannelSelection
StyleFactory. createChannelSelection(SelectedChannelType... channels)
void
ChannelSelection. setGrayChannel(SelectedChannelType gray)
Set the gray channel to be usedvoid
ChannelSelection. setRGBChannels(SelectedChannelType... channels)
Set the RGB channels to be usedvoid
ChannelSelection. setRGBChannels(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
Set the RGB channels to be usedvoid
StyleVisitor. visit(SelectedChannelType sct)
Called when accept is called on a rasterSelectedChannelType
elementObject
TraversingStyleVisitor. visit(SelectedChannelType selectChannelType, Object data)
Called when accept is called on a rasterSelectedChannelType
element -
Uses of SelectedChannelType in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return SelectedChannelType Modifier and Type Method Description SelectedChannelType
SelectedChannelTypeBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type SelectedChannelType Modifier and Type Method Description SelectedChannelTypeBuilder
SelectedChannelTypeBuilder. reset(SelectedChannelType selectedChannelType)
-
Uses of SelectedChannelType in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type SelectedChannelType Modifier and Type Method Description void
MetaBufferEstimator. visit(SelectedChannelType sct)
void
OpacityFinder. visit(SelectedChannelType sct)
-
Uses of SelectedChannelType in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type SelectedChannelType Modifier and Type Method Description void
StyleVisitorAdapter. visit(SelectedChannelType sct)
Constructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type SelectedChannelType Constructor Description ChannelSelectionUpdateStyleVisitor(SelectedChannelType[] channels)
-
Uses of SelectedChannelType in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type SelectedChannelType Modifier and Type Method Description void
StyleAttributeExtractor. visit(SelectedChannelType sct)
-
Uses of SelectedChannelType in org.geotools.styling
Classes in org.geotools.styling that implement SelectedChannelType Modifier and Type Class Description class
SelectedChannelTypeImpl
Default implementation of SelectedChannelType.Constructors in org.geotools.styling with parameters of type SelectedChannelType Constructor Description SelectedChannelTypeImpl(SelectedChannelType gray)
-
Uses of SelectedChannelType in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return SelectedChannelType Modifier and Type Method Description protected SelectedChannelType
DuplicatingStyleVisitor. copy(SelectedChannelType selectedChannelType)
protected SelectedChannelType[]
DuplicatingStyleVisitor. copy(SelectedChannelType... channels)
Methods in org.geotools.styling.visitor with parameters of type SelectedChannelType Modifier and Type Method Description protected SelectedChannelType
DuplicatingStyleVisitor. copy(SelectedChannelType selectedChannelType)
protected SelectedChannelType[]
DuplicatingStyleVisitor. copy(SelectedChannelType... channels)
void
DuplicatingStyleVisitor. visit(SelectedChannelType sct)
-
Uses of SelectedChannelType in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return SelectedChannelType Modifier and Type Method Description protected SelectedChannelType
SLDParser. 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 SelectedChannelType Modifier and Type Method Description abstract SelectedChannelType
Band. getFrom(ChannelSelection sel)
Get theSelectedChannelType
in sel that is represented by this band.Methods in org.geotools.ysld with parameters of type SelectedChannelType Modifier and Type Method Description abstract void
Band. setTo(ChannelSelection sel, SelectedChannelType chan)
Set theSelectedChannelType
in sel that is represented by this band to chan.
-