org.geotools.styling
Class FeatureTypeConstraintImpl

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.FeatureTypeConstraintImpl
All Implemented Interfaces:
java.lang.Cloneable, FeatureTypeConstraint, GTComponent

public class FeatureTypeConstraintImpl
extends AbstractGTComponent
implements FeatureTypeConstraint, java.lang.Cloneable


Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
FeatureTypeConstraintImpl()
           
 
Method Summary
 void accept(StyleVisitor visitor)
           
 boolean equals(java.lang.Object obj)
           
 Extent[] getExtents()
           
 java.lang.String getFeatureTypeName()
           
 Filter getFilter()
           
 int hashCode()
           
 void setExtents(Extent[] extents)
           
 void setFeatureTypeName(java.lang.String name)
           
 void setFilter(Filter filter)
           
 
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

FeatureTypeConstraintImpl

public FeatureTypeConstraintImpl()
Method Detail

getFeatureTypeName

public java.lang.String getFeatureTypeName()
Specified by:
getFeatureTypeName in interface FeatureTypeConstraint

setFeatureTypeName

public void setFeatureTypeName(java.lang.String name)
Specified by:
setFeatureTypeName in interface FeatureTypeConstraint

getFilter

public Filter getFilter()
Specified by:
getFilter in interface FeatureTypeConstraint

setFilter

public void setFilter(Filter filter)
Specified by:
setFilter in interface FeatureTypeConstraint

getExtents

public Extent[] getExtents()
Specified by:
getExtents in interface FeatureTypeConstraint

setExtents

public void setExtents(Extent[] extents)
Specified by:
setExtents in interface FeatureTypeConstraint

accept

public void accept(StyleVisitor visitor)
Specified by:
accept in interface FeatureTypeConstraint

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)


Copyright © GeoTools. All Rights Reserved.