org.geotools.validation.network
Class AngleSizeValidation

Object
  extended by DefaultIntegrityValidation
      extended by AngleSizeValidation
All Implemented Interfaces:
IntegrityValidation, Validation

public class AngleSizeValidation
extends DefaultIntegrityValidation

StarNodeValidation purpose.

TODO fill this in.

Author:
dzwiers, Refractions Research, Inc., $Author: dmzwiers $ (last modification)
Module:

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

AngleSizeValidation

public AngleSizeValidation()
StarNodeValidation constructor.

Description

Method Detail

validate

public boolean validate(Map layers,
                        Envelope envelope,
                        ValidationResults results)
                 throws Exception
Check FeatureType for ...

Detailed description...

Parameters:
layers - Map of FeatureSource by "dataStoreID:typeName"
envelope - The bounding box that encloses the unvalidated data
results - Used to coallate results information
Returns:
true if all the features pass this test.
Throws:
Exception - DOCUMENT ME!

getAngle

public int getAngle()
Access angle property.

Returns:
Returns the angle.

setAngle

public void setAngle(int angle)
Set angle to angle.

Parameters:
angle - The angle to set.


Copyright © 1996-2009 Geotools. All Rights Reserved.