Uses of Class
com.luciad.ogc.sld.model.TLcdSLDSelectedChannel
Package
Description
Model objects for SLD Feature Type Styles implementing the OGC 05-077r4,
Symbology encoding standard, version 1.1.0, and the deprecated OGC 02-070 standard,
Styled Layer Descriptor Implementation Specification, version 1.0.
-
Uses of TLcdSLDSelectedChannel in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDChannelSelection.getSelectedChannel
(String aChannelType) Gets theTLcdSLDSelectedChannel
for a given channel type.Modifier and TypeMethodDescriptionvoid
TLcdSLDChannelSelection.setSelectedChannel
(String aChannelType, TLcdSLDSelectedChannel aSelectedChannel) Sets aTLcdSLDSelectedChannel
to this channel selection If the GREY channel is selected , the RGB channels are deselected and vice versa.