org.opengis.style
Interface SelectedChannelType

Show UML class diagram

@XmlElement(value="SelectedChannelType")
public interface SelectedChannelType

A class to hold Channel information for use in ChannelSelection objects.

Since:
GeoAPI 2.2

Method Summary
 Object accept(StyleVisitor visitor, Object extraData)
          calls the visit method of a StyleVisitor
 String getChannelName()
          Returns the channel's name.
 ContrastEnhancement getContrastEnhancement()
          Contrast enhancement may be applied to each channel in isolation.
 

Method Detail

getChannelName

@XmlElement(value="SourceChannelName")
String getChannelName()
Returns the channel's name.

Returns:
String

getContrastEnhancement

@XmlElement(value="SelectedChannelType")
ContrastEnhancement getContrastEnhancement()
Contrast enhancement may be applied to each channel in isolation.

Returns:
ContrastEnhancement

accept

Object accept(StyleVisitor visitor,
              Object extraData)
calls the visit method of a StyleVisitor

Parameters:
visitor - the style visitor


Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.