Uses of Interface
org.geotools.styling.ChannelSelection

Packages that use ChannelSelection
org.geotools.styling Allows for symbolization of geospatial data.  
 

Uses of ChannelSelection in org.geotools.styling
 

Classes in org.geotools.styling that implement ChannelSelection
 class ChannelSelectionImpl
          DOCUMENT ME!
 

Methods in org.geotools.styling that return ChannelSelection
abstract  ChannelSelection AbstractStyleFactory.createChannelSelection(SelectedChannelType[] channels)
           
 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).
 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.styling with parameters of type ChannelSelection
abstract  RasterSymbolizer AbstractStyleFactory.createRasterSymbolizer(java.lang.String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
           
 RasterSymbolizer StyleFactoryImpl.createRasterSymbolizer(java.lang.String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, 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).
 RasterSymbolizer StyleFactory.createRasterSymbolizer(java.lang.String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, 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).
 



Copyright © GeoTools. All Rights Reserved.