|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.validation.DefaultFeatureValidation
org.geotools.validation.spatial.PolygonNoGapsValidation
public class 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(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType 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(org.opengis.feature.simple.SimpleFeature feature, org.opengis.feature.simple.SimpleFeatureType type, ValidationResults results)
validate
in interface FeatureValidation
validate
in class DefaultFeatureValidation
feature
- the Feature to be validatedtype
- the FeatureType of the featureresults
- storage for the error and warning messages
java.lang.Exception
- DOCUMENT ME!org.geotools.validation.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 |