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