|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.validation.Validator
public class Validator
Validator
Provides access to feature validation and integrity validation.
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.
Integrity validation will iterate over all data stores passed in through the
stores map and run the tests associated with each store.
DOCUMENT ME!!
Constructor Summary | |
---|---|
Validator(Repository repository,
ValidationProcessor processor)
Validator Constructor |
Method Summary | |
---|---|
void |
featureValidation(java.lang.String dsid,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
ValidationResults results)
featureValidation Purpose: |
void |
integrityValidation(java.util.Map<org.opengis.feature.type.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 java.lang.String |
typeRef(org.opengis.feature.type.Name name)
Convert a Name to a type reference (namespace ":" name) |
Methods inherited from class java.lang.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(java.lang.String dsid, FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features, ValidationResults results) throws java.io.IOException, java.lang.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
-
java.io.IOException
java.lang.Exception
public void integrityValidation(java.util.Map<org.opengis.feature.type.Name,FeatureSource<?,?>> featureStores, ReferencedEnvelope bBox, ValidationResults results) throws java.io.IOException, java.lang.Exception
featureStores
- Map of required FeatureStores by typeRef (dataStoreId:typeName)bBox
-
java.io.IOException
java.lang.Exception
protected java.lang.String typeRef(org.opengis.feature.type.Name name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |