| org.geotools.validation.spatial.PolygonLineAbstractValidation org.geotools.validation.spatial.PolygonNotOverlappingLineValidation
PolygonNotOverlappingLineValidation | public class PolygonNotOverlappingLineValidation extends PolygonLineAbstractValidation (Code) | | PolygonNotOverlappingLineValidation purpose.
Checks that the polygon is not overlapping the line.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: PolygonNotOverlappingLineValidation.java 22666 2006-11-09 03:50:28Z jgarnett $ |
Method Summary | |
public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Check that the polygon is not overlapping the line. |
PolygonNotOverlappingLineValidation | public PolygonNotOverlappingLineValidation()(Code) | | PolygonNotOverlappingLineValidation constructor.
Description
|
validate | public boolean validate(Map layers, Envelope envelope, ValidationResults results) throws Exception(Code) | | Check that the polygon is not overlapping the line.
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! |
|
|