|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDefaultIntegrityValidation
LineAbstractValidation
LineNoPseudoNodeValidation
public class LineNoPseudoNodeValidation
PointCoveredByLineValidation purpose.
Checks to ensure the Line does not have a psuedo-node.
Field Summary |
---|
Fields inherited from interface Validation |
---|
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
---|---|
LineNoPseudoNodeValidation()
PointCoveredByLineValidation constructor. |
Method Summary | |
---|---|
int |
getDegreesAllowable()
Access degreesAllowable property. |
void |
setDegreesAllowable(int degreesAllowable)
Set degreesAllowable to degreesAllowable. |
boolean |
validate(Map layers,
Envelope envelope,
ValidationResults results)
Ensure Line does not have a psuedo-node. |
Methods inherited from class LineAbstractValidation |
---|
getLineTypeRef, getTypeRefs, setLineTypeRef |
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 |
---|
public LineNoPseudoNodeValidation()
Super
Method Detail |
---|
public boolean validate(Map layers, Envelope envelope, ValidationResults results) throws Exception
layers
- a HashMap of key="TypeName" value="FeatureSource"envelope
- The bounding box of modified featuresresults
- Storage for the error and warning messages
Exception
- DOCUMENT ME!org.geotools.validation.IntegrityValidation#validate(java.util.Map,
com.vividsolutions.jts.geom.Envelope,
org.geotools.validation.ValidationResults)
public int getDegreesAllowable()
public void setDegreesAllowable(int degreesAllowable)
degreesAllowable
- The degreesAllowable to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |