org.geotools.styling
Interface LayerFeatureConstraints

All Superinterfaces:
GTComponent
All Known Implementing Classes:
LayerFeatureConstraintsImpl

public interface LayerFeatureConstraints
extends GTComponent

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 Summary
 FeatureTypeConstraint[] getFeatureTypeConstraints()
           
 void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
           
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Method Detail

getFeatureTypeConstraints

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

setFeatureTypeConstraints

public void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
Parameters:
constraints - The new feature type constraints.


Copyright © GeoTools. All Rights Reserved.