Interface SelectedChannelType

All Known Implementing Classes:
SelectedChannelTypeImpl

public interface SelectedChannelType
A class to hold Channel information for use in ChannelSelection objects.
Since:
GeoAPI 2.2
Author:
Open Geospatial Consortium, Ian Turton, CCG, Johann Sorel (Geomatys)
  • Method Details

    • setChannelName

      void setChannelName(Expression name)
      Set the source channel name.
      Parameters:
      name - name of the source channel
    • setChannelName

      void setChannelName(String name)
    • getChannelName

      Expression getChannelName()
      Returns the channel's name.
      Returns:
      Source channel name
    • setContrastEnhancement

      void setContrastEnhancement(ContrastEnhancement enhancement)
    • getContrastEnhancement

      ContrastEnhancement getContrastEnhancement()
    • accept

      Object accept(TraversingStyleVisitor visitor, Object extraData)
      calls the visit method of a StyleVisitor
      Parameters:
      visitor - the style visitor
    • accept

      void accept(StyleVisitor visitor)