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.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of SelectedChannelType in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type SelectedChannelType
 void OpacityFinder.visit(SelectedChannelType sct)
           
 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.styling
 

Methods in org.geotools.styling that return SelectedChannelType
 SelectedChannelType StyleFactoryImpl.createSelectedChannelType(String name, ContrastEnhancement enhancement)
           
 SelectedChannelType StyleFactory.createSelectedChannelType(String name, ContrastEnhancement enhancement)
           
 SelectedChannelType StyleFactoryImpl.createSelectedChannelType(String name, Expression gammaValue)
           
abstract  SelectedChannelType AbstractStyleFactory.createSelectedChannelType(String name, Expression enhancement)
           
 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
protected  SelectedChannelType SLDParser.parseSelectedChannel(Node root)
          Internal parse method - made protected for unit testing
 SelectedChannelType StyleFactoryImpl.selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)
           
 SelectedChannelType StyleFactory.selectedChannelType(String channelName, ContrastEnhancement contrastEnhancement)
           
 

Methods in org.geotools.styling with parameters of type SelectedChannelType
 ChannelSelection StyleFactoryImpl.createChannelSelection(SelectedChannelType[] channels)
           
abstract  ChannelSelection AbstractStyleFactory.createChannelSelection(SelectedChannelType[] channels)
           
 ChannelSelection StyleFactory.createChannelSelection(SelectedChannelType[] channels)
           
static void SLD.setChannelSelection(Style style, SelectedChannelType[] rgb, SelectedChannelType gray)
          Updates the raster channel selection in a Style object This method will update the Style in place; some of the rules & symbolizers will be replace with modified copies.
static void SLD.setChannelSelection(Style style, SelectedChannelType[] rgb, SelectedChannelType gray)
          Updates the raster channel selection in a Style object This method will update the Style in place; some of the rules & symbolizers will be replace with modified copies.
 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 AbstractStyleVisitor.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.builder
 

Methods in org.geotools.styling.builder that return SelectedChannelType
 SelectedChannelType SelectedChannelTypeBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type SelectedChannelType
 SelectedChannelTypeBuilder SelectedChannelTypeBuilder.reset(SelectedChannelType selectedChannelType)
           
 

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-2014 Geotools. All Rights Reserved.