org.geotools.styling
Class FeatureTypeConstraintImpl
Object
FeatureTypeConstraintImpl
- All Implemented Interfaces:
- Cloneable, FeatureTypeConstraint
public class FeatureTypeConstraintImpl
- extends Object
- implements FeatureTypeConstraint, Cloneable
FeatureTypeConstraintImpl
public FeatureTypeConstraintImpl()
getFeatureTypeName
public String getFeatureTypeName()
- Specified by:
getFeatureTypeName in interface FeatureTypeConstraint
setFeatureTypeName
public void setFeatureTypeName(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()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 1996-2013 Geotools. All Rights Reserved.