|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectValidator
public class Validator
Validator
modules/extension/validation (gt-validation.jar)
Constructor Summary | |
---|---|
Validator(Repository repository,
ValidationProcessor processor)
Validator Constructor |
Method Summary | |
---|---|
void |
featureValidation(String dsid,
FeatureCollection<SimpleFeatureType,SimpleFeature> features,
ValidationResults results)
featureValidation Purpose: DOCUMENT ME!! |
void |
integrityValidation(Map<Name,FeatureSource<?,?>> featureStores,
ReferencedEnvelope bBox,
ValidationResults results)
Integrity validation will iterate over all data stores passed in through the stores map and run the tests associated with each store. |
protected String |
typeRef(Name name)
Convert a Name to a type reference (namespace ":" name) |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Validator(Repository repository, ValidationProcessor processor)
Method Detail |
---|
public void featureValidation(String dsid, FeatureCollection<SimpleFeatureType,SimpleFeature> features, ValidationResults results) throws IOException, Exception
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
dsid
- features
-
IOException
Exception
public void integrityValidation(Map<Name,FeatureSource<?,?>> featureStores, ReferencedEnvelope bBox, ValidationResults results) throws IOException, Exception
featureStores
- Map of required FeatureStores by typeRef (dataStoreId:typeName)bBox
-
IOException
Exception
protected String typeRef(Name name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |