org.geotools.styling
Class LayerFeatureConstraintsImpl

Object
  extended by LayerFeatureConstraintsImpl
All Implemented Interfaces:
LayerFeatureConstraints

public class LayerFeatureConstraintsImpl
extends Object
implements LayerFeatureConstraints


Constructor Summary
LayerFeatureConstraintsImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 FeatureTypeConstraint[] getFeatureTypeConstraints()
           
 int hashCode()
           
 void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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-2010 Geotools. All Rights Reserved.