@XmlElement(value="ChannelSelection") public interface ChannelSelection
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor
|
SelectedChannelType |
getGrayChannel()
Get the gray channel to be used
|
SelectedChannelType[] |
getRGBChannels()
get the RGB channels to be used
|
@XmlElement(value="RGB Channels") SelectedChannelType[] getRGBChannels()
@XmlElement(value="GrayChannel") SelectedChannelType getGrayChannel()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.