org.geotools.validation.relate
Class DisjointIntegrity
Object
DefaultIntegrityValidation
RelationIntegrity
DisjointIntegrity
- All Implemented Interfaces:
- IntegrityValidation, Validation
public class DisjointIntegrity
- extends RelationIntegrity
Tests to see if a Geometry is disjoint with another Geometry.
If only one Geometry is given, then this test checks to see if it
is disjoint with itself.
- Module:
modules/extension/validation (gt-validation.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisjointIntegrity
public DisjointIntegrity()
- OverlapsIntegrity Constructor
validate
public boolean validate(Map layers,
Envelope envelope,
ValidationResults results)
throws Exception
- Throws:
Exception
Copyright © 1996-2010 Geotools. All Rights Reserved.