org.geotools.styling
Class LayerFeatureConstraintsImpl

java.lang.Object
  extended by org.geotools.styling.LayerFeatureConstraintsImpl
All Implemented Interfaces:
LayerFeatureConstraints

public class LayerFeatureConstraintsImpl
extends java.lang.Object
implements LayerFeatureConstraints


Constructor Summary
LayerFeatureConstraintsImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 FeatureTypeConstraint[] getFeatureTypeConstraints()
           
 int hashCode()
           
 void setFeatureTypeConstraints(FeatureTypeConstraint[] constraints)
           
 
Methods inherited from class java.lang.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(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 1996-2010 Geotools. All Rights Reserved.