| org.geotools.validation.spatial.PointLineAbstractValidation org.geotools.validation.spatial.PointCoveredByEndPointOfLineValidation
PointCoveredByEndPointOfLineValidation | public class PointCoveredByEndPointOfLineValidation extends PointLineAbstractValidation (Code) | | PointCoveredByEndPointOfLineValidation purpose.
Checks to ensure the Point is covered by an endpoint of the Line.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: PointCoveredByEndPointOfLineValidation.java 22666 2006-11-09 03:50:28Z jgarnett $ |
Method Summary | |
public boolean | validate(Map layers, Envelope envelope, ValidationResults results) Ensure Point is covered by a Line end point.
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. |
PointCoveredByEndPointOfLineValidation | public PointCoveredByEndPointOfLineValidation()(Code) | | PointCoveredByEndPointOfLineValidation constructor.
Description
|
|
|