Interface ChannelSelection

  • All Known Subinterfaces:
    ChannelSelection
    All Known Implementing Classes:
    ChannelSelectionImpl

    @XmlElement("ChannelSelection")
    public interface ChannelSelection
    The ChannelSelection element specifies the false-color channel selection for a multi-spectral raster source (such as a multi-band satellite-imagery source).
    Since:
    GeoAPI 2.2
    Author:
    Open Geospatial Consortium, Ian Turton, CCG, Johann Sorel (Geomatys)
    • Method Detail

      • getRGBChannels

        @XmlElement("RGB Channels")
        SelectedChannelType[] getRGBChannels()
        get the RGB channels to be used
        Returns:
        array of channels in RGB order
      • accept

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