| org.geotools.validation.spatial.PolygonPolygonAbstractValidation org.geotools.validation.spatial.PolygonNotOverlappingPolygonValidation
PolygonNotOverlappingPolygonValidation | public class PolygonNotOverlappingPolygonValidation extends PolygonPolygonAbstractValidation (Code) | | PolygonBoundaryCoveredByPolygonValidation purpose.
Ensures Polygon Boundary is not covered by the Polygon.
author: dzwiers, Refractions Research, Inc. author: $Author: jive $ (last modification) version: $Id: PolygonNotOverlappingPolygonValidation.java 27862 2007-11-12 19:51:19Z desruisseaux $ |
Method Summary | |
public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Ensure Polygon Boundary is not covered by the Polygon.
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. |
expected | boolean expected(Code) | | |
PolygonNotOverlappingPolygonValidation | public PolygonNotOverlappingPolygonValidation()(Code) | | PolygonBoundaryCoveredByPolygonValidation constructor.
Description
|
|
|