Uses of Class
com.luciad.ogc.sld.model.TLcdSLDSelectedChannel
Packages that use 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
Methods in com.luciad.ogc.sld.model that return TLcdSLDSelectedChannelModifier and TypeMethodDescriptionTLcdSLDChannelSelection.getSelectedChannel(String aChannelType) Gets theTLcdSLDSelectedChannelfor a given channel type.Methods in com.luciad.ogc.sld.model with parameters of type TLcdSLDSelectedChannelModifier and TypeMethodDescriptionvoidTLcdSLDChannelSelection.setSelectedChannel(String aChannelType, TLcdSLDSelectedChannel aSelectedChannel) Sets aTLcdSLDSelectedChannelto this channel selection If the GREY channel is selected , the RGB channels are deselected and vice versa.