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
ConstructorsConstructorDescriptionEmpty 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 theContrastEnhancementelement.Returns the value of the property that maps to theSourceChannelNameelement.voidSets the value of the property that maps to theContrastEnhancementelement.voidsetSourceChannelName(String aValue) Sets the value of the property that maps to theSourceChannelNameelement.
-
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 theSourceChannelNameelement.- Returns:
- the value of the
SOURCE_CHANNEL_NAME_PROPERTYproperty.
-
setSourceChannelName
Sets the value of the property that maps to theSourceChannelNameelement.- Parameters:
aValue- the value to set for theSOURCE_CHANNEL_NAME_PROPERTYproperty.
-
getContrastEnhancement
Returns the value of the property that maps to theContrastEnhancementelement."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_PROPERTYproperty.
-
setContrastEnhancement
Sets the value of the property that maps to theContrastEnhancementelement."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_PROPERTYproperty.
-