| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDNamedLayerBinding
SLDNamedLayerBinding | public class SLDNamedLayerBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:NamedLayer.
<xsd:element name="NamedLayer">
<xsd:annotation>
<xsd:documentation> A NamedLayer is a layer of data that
has a name advertised by a WMS. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:Name"/>
<xsd:element ref="sld:LayerFeatureConstraints" minOccurs="0"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="sld:NamedStyle"/>
<xsd:element ref="sld:UserStyle"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|