| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDChannelSelectionBinding
SLDChannelSelectionBinding | public class SLDChannelSelectionBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:ChannelSelection.
<xsd:element name="ChannelSelection">
<xsd:annotation>
<xsd:documentation> "ChannelSelection"
specifies the false-color channel selection for a
multi-spectral raster source. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:sequence>
<xsd:element ref="sld:RedChannel"/>
<xsd:element ref="sld:GreenChannel"/>
<xsd:element ref="sld:BlueChannel"/>
</xsd:sequence>
<xsd:element ref="sld:GrayChannel"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
|
SLDChannelSelectionBinding | public SLDChannelSelectionBinding(StyleFactory styleFactory)(Code) | | |
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|