| org.geotools.validation.spatial.PolygonPolygonAbstractValidation org.geotools.validation.spatial.PolygonBoundaryCoveredByPolygonValidation
PolygonBoundaryCoveredByPolygonValidation | public class PolygonBoundaryCoveredByPolygonValidation extends PolygonPolygonAbstractValidation (Code) | | PolygonBoundaryCoveredByPolygonValidation purpose.
Ensures Polygon Boundary is covered by the Polygon.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: PolygonBoundaryCoveredByPolygonValidation.java 22666 2006-11-09 03:50:28Z jgarnett $ |
Method Summary | |
public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Ensure Polygon Boundary is 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. |
PolygonBoundaryCoveredByPolygonValidation | public PolygonBoundaryCoveredByPolygonValidation()(Code) | | PolygonBoundaryCoveredByPolygonValidation constructor.
Description
|
|
|