public class Validator extends Object
Constructor and Description |
---|
Validator(Repository repository,
ValidationProcessor processor)
Validator Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
featureValidation(String dsid,
SimpleFeatureCollection 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 Name |
name(String typeref) |
protected String |
typeRef(Name name)
Convert a Name to a type reference (namespace ":" name)
|
public Validator(Repository repository, ValidationProcessor processor)
public void featureValidation(String dsid, SimpleFeatureCollection 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
Created on: Jun 25, 2004
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
Copyright © 1996–2019 Geotools. All rights reserved.