|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.validation.DefaultIntegrityValidation
org.geotools.validation.relate.RelationIntegrity
org.geotools.validation.relate.DisjointIntegrity
public class DisjointIntegrity
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.
Field Summary |
---|
Fields inherited from class org.geotools.validation.relate.RelationIntegrity |
---|
EMPTY, expected |
Fields inherited from interface org.geotools.validation.Validation |
---|
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
---|---|
DisjointIntegrity()
OverlapsIntegrity Constructor |
Method Summary | |
---|---|
boolean |
validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
|
Methods inherited from class org.geotools.validation.relate.RelationIntegrity |
---|
getGeomTypeRefA, getGeomTypeRefB, getTypeRefs, isExpected, setExpected, setExpected, setGeomTypeRefA, setGeomTypeRefB |
Methods inherited from class org.geotools.validation.DefaultIntegrityValidation |
---|
getDescription, getName, getPriority, setDescription, setName, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisjointIntegrity()
Method Detail |
---|
public boolean validate(java.util.Map layers, com.vividsolutions.jts.geom.Envelope envelope, ValidationResults results) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |