| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDLayerFeatureConstraintsBinding
SLDLayerFeatureConstraintsBinding | public class SLDLayerFeatureConstraintsBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:LayerFeatureConstraints.
<xsd:element name="LayerFeatureConstraints">
<xsd:annotation>
<xsd:documentation> LayerFeatureConstraints define what
features & feature types are referenced in a
layer. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:FeatureTypeConstraint" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|
SLDLayerFeatureConstraintsBinding | public SLDLayerFeatureConstraintsBinding(StyleFactory styleFactory)(Code) | | |
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|