org.opengis.style
Interface SelectedChannelType

All Known Subinterfaces:
SelectedChannelType
All Known Implementing Classes:
SelectedChannelTypeImpl

@XmlElement(value="SelectedChannelType")
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 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

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

Parameters:
visitor - the style visitor


Copyright © 1996-2014 Geotools. All Rights Reserved.