|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDefaultIntegrityValidation
AngleSizeValidation
public class AngleSizeValidation
StarNodeValidation purpose.
TODO fill this in.
Field Summary |
---|
Fields inherited from interface Validation |
---|
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
---|---|
AngleSizeValidation()
StarNodeValidation constructor. |
Method Summary | |
---|---|
int |
getAngle()
Access angle property. |
void |
setAngle(int angle)
Set angle to angle. |
boolean |
validate(Map layers,
Envelope envelope,
ValidationResults results)
Check FeatureType for ... |
Methods inherited from class DefaultIntegrityValidation |
---|
getDescription, getName, getPriority, getTypeRefs, setDescription, setName, validate |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AngleSizeValidation()
Description
Method Detail |
---|
public boolean validate(Map layers, Envelope envelope, ValidationResults results) throws Exception
Detailed description...
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 int getAngle()
public void setAngle(int angle)
angle
- The angle to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |