|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.validation.DefaultIntegrityValidation org.geotools.validation.network.OrphanNodeValidation
OrphanNodeValidation purpose.
Builds a network, and looks for orphaned nodes.
Field Summary |
Fields inherited from interface org.geotools.validation.Validation |
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
OrphanNodeValidation()
StarNodeValidation constructor. |
Method Summary | |
java.lang.String |
getTypeName()
Access typeName property. |
java.lang.String[] |
getTypeRefs()
Implementation of getTypeRefs. |
void |
setTypeName(java.lang.String typeName)
Set typeName to typeName. |
boolean |
validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check FeatureType for ... |
Methods inherited from class org.geotools.validation.DefaultIntegrityValidation |
getDescription, getName, getPriority, setDescription, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrphanNodeValidation()
Description
Method Detail |
public java.lang.String[] getTypeRefs()
getTypeRefs
in interface Validation
getTypeRefs
in class DefaultIntegrityValidation
Validation.getTypeRefs()
public boolean validate(java.util.Map layers, com.vividsolutions.jts.geom.Envelope envelope, ValidationResults results) throws java.lang.Exception
Detailed description...
validate
in interface IntegrityValidation
validate
in class DefaultIntegrityValidation
layers
- Map of FeatureSource by "dataStoreID:typeName"envelope
- The bounding box that encloses the unvalidated dataresults
- Used to coallate results information
true
if all the features pass this test.
java.lang.Exception
- DOCUMENT ME!public java.lang.String getTypeName()
public void setTypeName(java.lang.String typeName)
typeName
- The typeName to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |