org.geotools.styling
Class FeatureTypeConstraintImpl
java.lang.Object
org.geotools.styling.FeatureTypeConstraintImpl
- All Implemented Interfaces:
- java.lang.Cloneable, FeatureTypeConstraint
public class FeatureTypeConstraintImpl
- extends java.lang.Object
- implements FeatureTypeConstraint, java.lang.Cloneable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FeatureTypeConstraintImpl
public FeatureTypeConstraintImpl()
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 org.opengis.filter.Filter getFilter()
- Specified by:
getFilter
in interface FeatureTypeConstraint
setFilter
public void setFilter(org.opengis.filter.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()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 1996-2010 Geotools. All Rights Reserved.