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 Detail

      • 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
      • accept

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