Package com.luciad.ogc.sld.model
Class TLcdSLDSelectedChannel
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.TLcdSLDSelectedChannel
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Contains a selected channel type and whether to use
contrast enhancement to this channel in isolation.
-
Constructor Summary
ConstructorDescriptionEmpty constructor.TLcdSLDSelectedChannel
(TLcdDataType aDataType) Empty constructor.TLcdSLDSelectedChannel
(String aSourceChannelName, TLcdSLDContrastEnhancement aContrastEnhancement) Constructor for a source channel name and a contrast enhancement. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theContrastEnhancement
element.Returns the value of the property that maps to theSourceChannelName
element.void
Sets the value of the property that maps to theContrastEnhancement
element.void
setSourceChannelName
(String aValue) Sets the value of the property that maps to theSourceChannelName
element.
-
Constructor Details
-
TLcdSLDSelectedChannel
public TLcdSLDSelectedChannel()Empty constructor. -
TLcdSLDSelectedChannel
public TLcdSLDSelectedChannel(String aSourceChannelName, TLcdSLDContrastEnhancement aContrastEnhancement) Constructor for a source channel name and a contrast enhancement.- Parameters:
aSourceChannelName
- the given source channel name.aContrastEnhancement
- the given contrast enhancement.
-
TLcdSLDSelectedChannel
Empty constructor.
-
-
Method Details
-
getSourceChannelName
Returns the value of the property that maps to theSourceChannelName
element.- Returns:
- the value of the
SOURCE_CHANNEL_NAME_PROPERTY
property.
-
setSourceChannelName
Sets the value of the property that maps to theSourceChannelName
element.- Parameters:
aValue
- the value to set for theSOURCE_CHANNEL_NAME_PROPERTY
property.
-
getContrastEnhancement
Returns the value of the property that maps to theContrastEnhancement
element."ContrastEnhancement" defines the 'stretching' of contrast for a channel of a false-color image or for a whole grey/color image. Contrast enhancement is used to make ground features in images more visible.
- Returns:
- the value of the
CONTRAST_ENHANCEMENT_PROPERTY
property.
-
setContrastEnhancement
Sets the value of the property that maps to theContrastEnhancement
element."ContrastEnhancement" defines the 'stretching' of contrast for a channel of a false-color image or for a whole grey/color image. Contrast enhancement is used to make ground features in images more visible.
- Parameters:
aValue
- the value to set for theCONTRAST_ENHANCEMENT_PROPERTY
property.
-