| org.geotools.validation.spatial.LinePolygonAbstractValidation org.geotools.validation.spatial.LineCoveredByPolygonBoundaryValidation
LineCoveredByPolygonBoundaryValidation | public class LineCoveredByPolygonBoundaryValidation extends LinePolygonAbstractValidation (Code) | | PointCoveredByLineValidation purpose.
Checks to ensure the Line is covered by the Polygon Boundary.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: LineCoveredByPolygonBoundaryValidation.java 22666 2006-11-09 03:50:28Z jgarnett $ |
Method Summary | |
public int | getPriority() The priority level used to schedule this Validation. | public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Ensure Line is covered by the Polygon Boundary.
Parameters: layers - a HashMap of key="TypeName" value="FeatureSource" Parameters: envelope - The bounding box of modified features Parameters: results - Storage for the error and warning messages True if no features intersect. |
LineCoveredByPolygonBoundaryValidation | public LineCoveredByPolygonBoundaryValidation()(Code) | | PointCoveredByLineValidation constructor.
Super
|
|
|