| java.lang.Object org.geotools.validation.DefaultIntegrityValidation org.geotools.validation.network.AngleSizeValidation
AngleSizeValidation | public class AngleSizeValidation extends DefaultIntegrityValidation (Code) | | StarNodeValidation purpose.
TODO fill this in.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: AngleSizeValidation.java 20884 2006-08-07 14:10:46Z jgarnett $ |
AngleSizeValidation | public AngleSizeValidation()(Code) | | StarNodeValidation constructor.
Description
|
getAngle | public int getAngle()(Code) | | Access angle property.
Returns the angle. |
setAngle | public void setAngle(int angle)(Code) | | Set angle to angle.
Parameters: angle - The angle to set. |
validate | public boolean validate(Map layers, Envelope envelope, ValidationResults results) throws Exception(Code) | | Check FeatureType for ...
Detailed description...
Parameters: layers - Map of FeatureSource by "dataStoreID:typeName" Parameters: envelope - The bounding box that encloses the unvalidated data Parameters: results - Used to coallate results information true if all the features pass this test. throws: Exception - DOCUMENT ME! |
|
|