Interface LayerFeatureConstraints

  • All Known Implementing Classes:
    LayerFeatureConstraintsImpl

    public interface LayerFeatureConstraints
    LayerFeatureConstraints define what features and feature types are referenced in a layer.

             
      <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>
    
              
             
    Author:
    Justin Deoliveira, The Open Planning Project
    • Method Detail

      • getFeatureTypeConstraints

        FeatureTypeConstraint[] getFeatureTypeConstraints()
        Returns:
        The feature type constraints.
      • setFeatureTypeConstraints

        void setFeatureTypeConstraints​(FeatureTypeConstraint... constraints)
        Parameters:
        constraints - The new feature type constraints.