org.geotools.styling
Class LayerFeatureConstraintsImpl

Object
  extended by AbstractGTComponent
      extended by LayerFeatureConstraintsImpl
All Implemented Interfaces:
GTComponent, LayerFeatureConstraints

public class LayerFeatureConstraintsImpl
extends AbstractGTComponent
implements LayerFeatureConstraints


Field Summary
 
Fields inherited from class AbstractGTComponent
notification
 
Constructor Summary
LayerFeatureConstraintsImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 FeatureTypeConstraint[] getFeatureTypeConstraints()
           
 int hashCode()
           
 void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
           
 
Methods inherited from class AbstractGTComponent
changed, clone, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface 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(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1996-2008 Geotools. All Rights Reserved.