|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.validation.DefaultFeatureValidation org.geotools.validation.spatial.PolygonNoGapsValidation
PolygonNoGapsValidation purpose.
Ensures Polygon does not have gaps.
Field Summary |
Fields inherited from interface org.geotools.validation.Validation |
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
PolygonNoGapsValidation()
PolygonNoGapsValidation constructor. |
Method Summary | |
boolean |
validate(Feature feature,
FeatureType type,
ValidationResults results)
Ensure Polygon does not have gaps. |
Methods inherited from class org.geotools.validation.DefaultFeatureValidation |
getDefaultLineString, getDescription, getName, getPriority, getTypeRef, getTypeRefs, setDescription, setName, setTypeRef |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolygonNoGapsValidation()
Description
Method Detail |
public boolean validate(Feature feature, FeatureType type, ValidationResults results)
validate
in interface FeatureValidation
validate
in class DefaultFeatureValidation
results
- Storage for the error and warning messagesfeature
- The Feature to be validatedtype
- The FeatureType of the feature
java.lang.Exception
- DOCUMENT ME!IntegrityValidation.validate(java.util.Map,
com.vividsolutions.jts.geom.Envelope,
org.geotools.validation.ValidationResults)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |