Uses of Interface
org.geotools.styling.SelectedChannelType

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

Uses of SelectedChannelType in org.geotools.styling
 

Classes in org.geotools.styling that implement SelectedChannelType
 class SelectedChannelTypeImpl
          DOCUMENT ME!
 

Methods in org.geotools.styling that return SelectedChannelType
abstract  SelectedChannelType AbstractStyleFactory.createSelectedChannelType(java.lang.String name, Expression enhancement)
           
 SelectedChannelType StyleFactoryImpl.createSelectedChannelType(java.lang.String name, ContrastEnhancement enhancement)
           
 SelectedChannelType StyleFactoryImpl.createSelectedChannelType(java.lang.String name, Expression gammaValue)
           
 SelectedChannelType ChannelSelectionImpl.getGrayChannel()
           
 SelectedChannelType[] ChannelSelectionImpl.getRGBChannels()
           
 SelectedChannelType[] ChannelSelectionImpl.getSelectedChannels()
           
 SelectedChannelType StyleFactory.createSelectedChannelType(java.lang.String name, ContrastEnhancement enhancement)
           
 SelectedChannelType StyleFactory.createSelectedChannelType(java.lang.String name, Expression gammaValue)
          Deprecated. Use {@link #createSelectedChannelType(String, ContrastEnhancement)
 SelectedChannelType[] ChannelSelection.getRGBChannels()
          get the RGB channels to be used
 SelectedChannelType ChannelSelection.getGrayChannel()
          Get the gray channel to be used
 SelectedChannelType[] ChannelSelection.getSelectedChannels()
          get the channels to be used
 

Methods in org.geotools.styling with parameters of type SelectedChannelType
abstract  ChannelSelection AbstractStyleFactory.createChannelSelection(SelectedChannelType[] channels)
           
 ChannelSelection StyleFactoryImpl.createChannelSelection(SelectedChannelType[] channels)
           
 void ChannelSelectionImpl.setGrayChannel(SelectedChannelType gray)
           
 void ChannelSelectionImpl.setRGBChannels(SelectedChannelType[] channels)
           
 void ChannelSelectionImpl.setRGBChannels(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
           
 void ChannelSelectionImpl.setSelectedChannels(SelectedChannelType[] channels)
           
 ChannelSelection StyleFactory.createChannelSelection(SelectedChannelType[] channels)
           
 void ChannelSelection.setRGBChannels(SelectedChannelType red, SelectedChannelType green, SelectedChannelType blue)
          set the RGB channels to be used
 void ChannelSelection.setRGBChannels(SelectedChannelType[] channels)
          set the RGB channels to be used
 void ChannelSelection.setGrayChannel(SelectedChannelType gray)
          Set the gray channel to be used
 void ChannelSelection.setSelectedChannels(SelectedChannelType[] channels)
          set the channels to be used
 



Copyright © GeoTools. All Rights Reserved.