| java.lang.Object org.geotools.validation.DefaultIntegrityValidation org.geotools.validation.network.OrphanNodeValidation
OrphanNodeValidation | public class OrphanNodeValidation extends DefaultIntegrityValidation (Code) | | OrphanNodeValidation purpose.
Builds a network, and looks for orphaned nodes.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: OrphanNodeValidation.java 22666 2006-11-09 03:50:28Z jgarnett $ |
OrphanNodeValidation | public OrphanNodeValidation()(Code) | | StarNodeValidation constructor.
Description
|
getTypeName | public String getTypeName()(Code) | | Access typeName property.
Returns the typeName. |
setTypeName | public void setTypeName(String typeName)(Code) | | Set typeName to typeName.
Parameters: typeName - The typeName to set. |
validate | public boolean validate(Map layers, Envelope envelope, ValidationResults results) throws Exception(Code) | | Check FeatureType for ...
Detailed description...
Parameters: layers - Map of FeatureSource by "dataStoreID:typeName" Parameters: envelope - The bounding box that encloses the unvalidated data Parameters: results - Used to coallate results information true if all the features pass this test. throws: Exception - DOCUMENT ME! |
|
|