| org.geotools.validation.spatial.LineAbstractValidation org.geotools.validation.spatial.LineNoDanglesValidation
LineNoDanglesValidation | public class LineNoDanglesValidation extends LineAbstractValidation (Code) | | LineNoDanglesValidation purpose.
Ensures Line does not have dangles.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: LineNoDanglesValidation.java 20884 2006-08-07 14:10:46Z jgarnett $ |
Method Summary | |
public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Ensure Line does not have dangles.
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. |
LineNoDanglesValidation | public LineNoDanglesValidation()(Code) | | LineNoDanglesValidation constructor.
Description
|
|
|