Package org.geotools.api.style
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 Summary
Modifier and TypeMethodDescriptionvoid
accept
(StyleVisitor visitor) accept
(TraversingStyleVisitor visitor, Object extraData) calls the visit method of a StyleVisitorReturns the channel's name.void
setChannelName
(String name) void
setChannelName
(Expression name) Set the source channel name.void
setContrastEnhancement
(ContrastEnhancement enhancement)
-
Method Details
-
setChannelName
Set the source channel name.- Parameters:
name
- name of the source channel
-
setChannelName
-
getChannelName
Expression getChannelName()Returns the channel's name.- Returns:
- Source channel name
-
setContrastEnhancement
-
getContrastEnhancement
ContrastEnhancement getContrastEnhancement() -
accept
calls the visit method of a StyleVisitor- Parameters:
visitor
- the style visitor
-
accept
-