org.geotools.validation.relate
Class TouchesIntegrity

Object
  extended by DefaultIntegrityValidation
      extended by RelationIntegrity
          extended by TouchesIntegrity
All Implemented Interfaces:
IntegrityValidation, Validation

public class TouchesIntegrity
extends RelationIntegrity

Author:
Pati Puropse:

Tests to see if a Geometry touches another Geometry. Description:

If only one Geometry is given, then this test checks to see if it touches to itself.

Usage:

Module:
modules/extension/validation (gt-validation.jar)

Field Summary
 
Fields inherited from class RelationIntegrity
EMPTY, expected
 
Fields inherited from interface Validation
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL
 
Constructor Summary
TouchesIntegrity()
          OverlapsIntegrity Constructor
 
Method Summary
 boolean validate(Map layers, Envelope envelope, ValidationResults results)
           
 
Methods inherited from class RelationIntegrity
getGeomTypeRefA, getGeomTypeRefB, getTypeRefs, isExpected, setExpected, setExpected, setGeomTypeRefA, setGeomTypeRefB
 
Methods inherited from class DefaultIntegrityValidation
getDescription, getName, getPriority, setDescription, setName, validate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TouchesIntegrity

public TouchesIntegrity()
OverlapsIntegrity Constructor

Method Detail

validate

public boolean validate(Map layers,
                        Envelope envelope,
                        ValidationResults results)
                 throws Exception
Throws:
Exception


Copyright © 1996-2010 Geotools. All Rights Reserved.