org.geotools.validation.network
Class AddressOverlapValidation
Object
DefaultIntegrityValidation
AddressOverlapValidation
- All Implemented Interfaces:
- IntegrityValidation, Validation
public class AddressOverlapValidation
- extends DefaultIntegrityValidation
StarNodeValidation purpose.
TODO fill this in.
- Author:
- dzwiers, Refractions Research, Inc., $Author: dmzwiers $ (last modification)
- Module:
modules/extension/validation (gt-validation.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressOverlapValidation
public AddressOverlapValidation()
- StarNodeValidation constructor.
Description
validate
public boolean validate(Map layers,
Envelope envelope,
ValidationResults results)
throws Exception
- Check FeatureType for ...
Detailed description...
- Parameters:
layers
- Map of FeatureSource by "dataStoreID:typeName"envelope
- The bounding box that encloses the unvalidated dataresults
- Used to coallate results information
- Returns:
true
if all the features pass this test.
- Throws:
Exception
- DOCUMENT ME!
Copyright © 1996-2009 Geotools. All Rights Reserved.