| java.lang.Object org.geotools.validation.Validator
Validator | public class Validator (Code) | | Validator
author: bowens
author: Created Jun 25, 2004
version:
version: Puropse:
version: version: Provides access to feature validation and integrity validation.
version:
version: Description:
version: version: Feature validation will iterate over a feature features and test all features version: that have a validation test specific to them in the validation processor version: passed in.
version: Integrity validation will iterate over all data stores passed in through the version: stores map and run the tests associated with each store. version:
version: Usage:
version: version: DOCUMENT ME!! version:
|
Method Summary | |
public void | featureValidation(String dsid, FeatureCollection features, ValidationResults results) featureValidation Purpose:
DOCUMENT ME!!
Description:
Feature validation will iterate over a feature features and test all features
that have a validation test specific to them in the validation processor
passed in. | public void | integrityValidation(Map featureStores, Envelope bBox, ValidationResults results) integrityValidation Purpose:
DOCUMENT ME!!
Description:
Integrity validation will iterate over all data stores passed in through the
stores map and run the tests associated with each store. |
featureValidation | public void featureValidation(String dsid, FeatureCollection features, ValidationResults results) throws IOException, Exception(Code) | | featureValidation Purpose:
DOCUMENT ME!!
Description:
Feature validation will iterate over a feature features and test all features
that have a validation test specific to them in the validation processor
passed in.
Author: bowens
Created on: Jun 25, 2004
Parameters: dsid - Parameters: features - throws: IOException - throws: Exception - |
integrityValidation | public void integrityValidation(Map featureStores, Envelope bBox, ValidationResults results) throws IOException, Exception(Code) | | integrityValidation Purpose:
DOCUMENT ME!!
Description:
Integrity validation will iterate over all data stores passed in through the
stores map and run the tests associated with each store.
Author: bowens
Created on: Jun 26, 2004
Parameters: featureStores - Map of required FeatureStores by typeRef (dataStoreId:typeName) Parameters: bBox - throws: IOException - throws: Exception - |
|
|