| org.geotools.validation.spatial.LineLineAbstractValidation org.geotools.validation.spatial.LineIntersectsLineWithNodeValidation
LineIntersectsLineWithNodeValidation | public class LineIntersectsLineWithNodeValidation extends LineLineAbstractValidation (Code) | | LineIntersectsLineWithNodeValidation purpose.
Ensures Line crosses the other Line at a node.
author: dzwiers, Refractions Research, Inc. author: $Author: jive $ (last modification) version: $Id: LineIntersectsLineWithNodeValidation.java 22666 2006-11-09 03:50:28Z jgarnett $ |
Method Summary | |
public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Ensure Line crosses the other Line at a node.
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. |
LineIntersectsLineWithNodeValidation | public LineIntersectsLineWithNodeValidation()(Code) | | LineIntersectsLineWithNodeValidation constructor.
Description
|
|
|