| org.geotools.validation.spatial.LinePolygonAbstractValidation org.geotools.validation.spatial.LineNotTouchingPolygonInteriorValidation
LineNotTouchingPolygonInteriorValidation | public class LineNotTouchingPolygonInteriorValidation extends LinePolygonAbstractValidation (Code) | | PolygonNotOverlappingLineValidation purpose.
Checks that the line is not touching the interior of the polygon.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: LineNotTouchingPolygonInteriorValidation.java 22666 2006-11-09 03:50:28Z jgarnett $ |
Method Summary | |
public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Check that the line is not touching the interior of the polygon. |
LineNotTouchingPolygonInteriorValidation | public LineNotTouchingPolygonInteriorValidation()(Code) | | PolygonNotOverlappingLineValidation constructor.
Description
|
validate | public boolean validate(Map layers, Envelope envelope, ValidationResults results) throws Exception(Code) | | Check that the line is not touching the interior of the polygon.
Parameters: layers - Map of FeatureSource by "dataStoreID:typeName" Parameters: envelope - The bounding box that encloses the unvalidated data Parameters: results - Used to coallate results information true if all the features pass this test. throws: Exception - DOCUMENT ME! |
|
|