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