| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.geotools.validation.DefaultIntegrityValidation
org.geotools.validation.spatial.LinePolygonAbstractValidation
org.geotools.validation.spatial.LineNotTouchingPolygonInteriorValidation
PolygonNotOverlappingLineValidation purpose.
Checks that the line is not touching the interior of the polygon.
| Field Summary | 
| Fields inherited from interface org.geotools.validation.Validation | 
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL | 
| Constructor Summary | |
LineNotTouchingPolygonInteriorValidation()
PolygonNotOverlappingLineValidation constructor.  | 
|
| Method Summary | |
 boolean | 
validate(java.util.Map layers,
         com.vividsolutions.jts.geom.Envelope envelope,
         ValidationResults results)
Check that the line is not touching the interior of the polygon.  | 
| Methods inherited from class org.geotools.validation.spatial.LinePolygonAbstractValidation | 
getLineTypeRef, getRestrictedPolygonTypeRef, getTypeRefs, setLineTypeRef, setRestrictedPolygonTypeRef | 
| Methods inherited from class org.geotools.validation.DefaultIntegrityValidation | 
getDescription, getName, getPriority, setDescription, setName | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public LineNotTouchingPolygonInteriorValidation()
Description
| Method Detail | 
public boolean validate(java.util.Map layers,
                        com.vividsolutions.jts.geom.Envelope envelope,
                        ValidationResults results)
                 throws java.lang.Exception
validate in interface IntegrityValidationvalidate in class DefaultIntegrityValidationlayers - Map of FeatureSource by "dataStoreID:typeName"envelope - The bounding box that encloses the unvalidated dataresults - Used to coallate results information
true if all the features pass this test.
java.lang.Exception
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||