org.geotools.styling
Class LayerFeatureConstraintsImpl

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.LayerFeatureConstraintsImpl
All Implemented Interfaces:
GTComponent, LayerFeatureConstraints

public class LayerFeatureConstraintsImpl
extends AbstractGTComponent
implements LayerFeatureConstraints


Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
LayerFeatureConstraintsImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 FeatureTypeConstraint[] getFeatureTypeConstraints()
           
 int hashCode()
           
 void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
           
 
Methods inherited from class org.geotools.event.AbstractGTComponent
changed, clone, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Constructor Detail

LayerFeatureConstraintsImpl

public LayerFeatureConstraintsImpl()
Method Detail

getFeatureTypeConstraints

public FeatureTypeConstraint[] getFeatureTypeConstraints()
Specified by:
getFeatureTypeConstraints in interface LayerFeatureConstraints
Returns:
The feature type constraints.

setFeatureTypeConstraints

public void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
Specified by:
setFeatureTypeConstraints in interface LayerFeatureConstraints
Parameters:
constraints - The new feature type constraints.

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright © GeoTools. All Rights Reserved.