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