Uses of Interface
org.geotools.styling.SelectedChannelType

Packages that use SelectedChannelType
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of SelectedChannelType in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type SelectedChannelType
 void MetaBufferEstimator.visit(SelectedChannelType sct)
           
 

Uses of SelectedChannelType in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type SelectedChannelType
 void StyleVisitorAdapter.visit(SelectedChannelType sct)
           
 

Uses of SelectedChannelType in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type SelectedChannelType
 void OpacityFinder.visit(SelectedChannelType sct)
           
 

Uses of SelectedChannelType in org.geotools.styling
 

Methods in org.geotools.styling that return SelectedChannelType
 SelectedChannelType StyleFactoryImpl.createSelectedChannelType(String name, ContrastEnhancement enhancement)
           
 SelectedChannelType StyleFactory.createSelectedChannelType(String name, ContrastEnhancement enhancement)
           
abstract  SelectedChannelType AbstractStyleFactory.createSelectedChannelType(String name, Expression enhancement)
           
 SelectedChannelType StyleFactoryImpl.createSelectedChannelType(String name, Expression gammaValue)
           
 SelectedChannelType StyleFactory.createSelectedChannelType(String name, Expression gammaValue)
          Deprecated. Use StyleFactory.createSelectedChannelType(String, ContrastEnhancement)
 SelectedChannelType ChannelSelectionImpl.getGrayChannel()
           
 SelectedChannelType ChannelSelection.getGrayChannel()
          Get the gray channel to be used
 SelectedChannelType[] ChannelSelectionImpl.getRGBChannels()
          Retrieves the RGB channel that were selected.
 SelectedChannelType[] ChannelSelection.getRGBChannels()
          get the RGB channels to be used
 SelectedChannelType[] ChannelSelectionImpl.getSelectedChannels()
           
 SelectedChannelType[] ChannelSelection.getSelectedChannels()
          Deprecated. Please use getRGBChannels
 

Methods in org.geotools.styling with parameters of type SelectedChannelType
abstract  ChannelSelection AbstractStyleFactory.createChannelSelection(SelectedChannelType[] channels)
           
 ChannelSelection StyleFactoryImpl.createChannelSelection(SelectedChannelType[] channels)
           
 ChannelSelection StyleFactory.createChannelSelection(SelectedChannelType[] channels)
           
 void ChannelSelectionImpl.setGrayChannel(SelectedChannelType gray)
           
 void ChannelSelection.setGrayChannel(SelectedChannelType gray)
          Set the gray channel to be used
 void ChannelSelectionImpl.setRGBChannels(SelectedChannelType[] channels)
           
 void ChannelSelection.setRGBChannels(SelectedChannelType[] channels)
          Set the RGB channels to be used
 void ChannelSelectionImpl.setRGBChannels(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
           
 void ChannelSelection.setRGBChannels(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
          Set the RGB channels to be used
 void ChannelSelectionImpl.setSelectedChannels(SelectedChannelType[] channels)
           
 void ChannelSelection.setSelectedChannels(SelectedChannelType[] channels)
          Deprecated. Please use setRGBChannels
 void StyleAttributeExtractor.visit(SelectedChannelType sct)
           
 void StyleVisitor.visit(SelectedChannelType sct)
          Called when accept is called on a raster SelectedChannelType element
 

Uses of SelectedChannelType in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return SelectedChannelType
protected  SelectedChannelType DuplicatingStyleVisitor.copy(SelectedChannelType selectedChannelType)
           
protected  SelectedChannelType[] DuplicatingStyleVisitor.copy(SelectedChannelType[] channels)
           
 

Methods in org.geotools.styling.visitor with parameters of type SelectedChannelType
protected  SelectedChannelType DuplicatingStyleVisitor.copy(SelectedChannelType selectedChannelType)
           
protected  SelectedChannelType[] DuplicatingStyleVisitor.copy(SelectedChannelType[] channels)
           
 void DuplicatingStyleVisitor.visit(SelectedChannelType sct)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.