| java.lang.Object org.geotools.validation.DefaultIntegrityValidation org.geotools.validation.spatial.PolygonCoveredByFeaturePolygonValidation
PolygonCoveredByFeaturePolygonValidation | public class PolygonCoveredByFeaturePolygonValidation extends DefaultIntegrityValidation (Code) | | PolygonCoveredByFeaturePolygonValidation purpose.
TODO No idea, fill this in.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: PolygonCoveredByFeaturePolygonValidation.java 20884 2006-08-07 14:10:46Z jgarnett $ |
Method Summary | |
public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Ensure Polygon 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. |
PolygonCoveredByFeaturePolygonValidation | public PolygonCoveredByFeaturePolygonValidation()(Code) | | PolygonCoveredByFeaturePolygonValidation constructor.
Description
|
|
|