| org.geotools.validation.spatial.LineAbstractValidation org.geotools.validation.spatial.LineNoPseudoNodeValidation
LineNoPseudoNodeValidation | public class LineNoPseudoNodeValidation extends LineAbstractValidation (Code) | | PointCoveredByLineValidation purpose.
Checks to ensure the Line does not have a psuedo-node.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: LineNoPseudoNodeValidation.java 22666 2006-11-09 03:50:28Z jgarnett $ |
Method Summary | |
public int | getDegreesAllowable() Access degreesAllowable property. | public void | setDegreesAllowable(int degreesAllowable) Set degreesAllowable to degreesAllowable. | public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Ensure Line does not have a psuedo-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. |
LineNoPseudoNodeValidation | public LineNoPseudoNodeValidation()(Code) | | PointCoveredByLineValidation constructor.
Super
|
getDegreesAllowable | public int getDegreesAllowable()(Code) | | Access degreesAllowable property.
Returns the degreesAllowable. |
setDegreesAllowable | public void setDegreesAllowable(int degreesAllowable)(Code) | | Set degreesAllowable to degreesAllowable.
Parameters: degreesAllowable - The degreesAllowable to set. |
|
|