|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationResults | |
---|---|
org.geotools.validation | Defines the Validation Processor and Support classes. |
org.geotools.validation.attributes | Simple Attribute based Validation implementations. |
org.geotools.validation.network | |
org.geotools.validation.relate | |
org.geotools.validation.spatial | Geometry based Validation implementations. |
Uses of ValidationResults in org.geotools.validation |
---|
Classes in org.geotools.validation that implement ValidationResults | |
---|---|
class |
DefaultFeatureResults
|
Methods in org.geotools.validation with parameters of type ValidationResults | |
---|---|
void |
Validator.featureValidation(java.lang.String dsid,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
ValidationResults results)
featureValidation Purpose: |
void |
Validator.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. |
void |
ValidationProcessor.runFeatureTests(java.lang.String dsID,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection,
ValidationResults results)
runFeatureTests Change: Uses a FeatureIterator |
void |
ValidationProcessor.runIntegrityTests(java.util.Set<org.opengis.feature.type.Name> typeRefs,
java.util.Map stores,
ReferencedEnvelope envelope,
ValidationResults results)
runIntegrityTests |
boolean |
IntegrityValidation.validate(java.util.Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
Used to check features against this validation rule. |
boolean |
DefaultIntegrityValidation.validate(java.util.Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
Check FeatureType for ... |
boolean |
FeatureValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Used to check features against this validation rule. |
boolean |
DefaultFeatureValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Validation test for feature. |
Uses of ValidationResults in org.geotools.validation.attributes |
---|
Methods in org.geotools.validation.attributes with parameters of type ValidationResults | |
---|---|
boolean |
UniquityValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check FeatureType for ... |
boolean |
UniqueFIDValidation.validate(java.util.Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
Override validate. |
boolean |
DomainValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Validation test for feature. |
boolean |
EqualityValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Validation test for feature. |
boolean |
SingleValueValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
SingleValueValidation test for feature. |
boolean |
NullZeroValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Implement validate. |
boolean |
RangeValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Override validate. |
boolean |
SQLValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
SQL Validation |
boolean |
GazetteerNameValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Implementation of validate. |
boolean |
AttributeValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Completes the specified comparison. |
Uses of ValidationResults in org.geotools.validation.network |
---|
Methods in org.geotools.validation.network with parameters of type ValidationResults | |
---|---|
boolean |
StarNodeValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check FeatureType for ... |
boolean |
AddressOverlapValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check FeatureType for ... |
boolean |
AddressGapValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check FeatureType for ... |
boolean |
AngleSizeValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check FeatureType for ... |
boolean |
OrphanNodeValidation.validate(java.util.Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
Check FeatureType for ... |
Uses of ValidationResults in org.geotools.validation.relate |
---|
Methods in org.geotools.validation.relate with parameters of type ValidationResults | |
---|---|
boolean |
WithinIntegrity.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
|
boolean |
ContainsIntegrity.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
|
boolean |
TouchesIntegrity.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
|
boolean |
IntersectsIntegrity.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
|
boolean |
RelateIntegrity.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
|
boolean |
DisjointIntegrity.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
|
boolean |
CrossesIntegrity.validate(java.util.Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
|
boolean |
OverlapsIntegrity.validate(java.util.Map layers,
ReferencedEnvelope envelope,
ValidationResults results)
|
Uses of ValidationResults in org.geotools.validation.spatial |
---|
Methods in org.geotools.validation.spatial with parameters of type ValidationResults | |
---|---|
boolean |
PointCoveredByEndPointOfLineValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Point is covered by a Line end point. |
boolean |
LineNotTouchingPolygonInteriorValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check that the line is not touching the interior of the polygon. |
boolean |
LinesNotOverlapValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Lines do not overlap. |
boolean |
PolygonCoveredByPolygonValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Polygon is covered by the Polygon. |
boolean |
LineCoveredByPolygonBoundaryValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Line is covered by the Polygon Boundary. |
boolean |
PolygonNotOverlappingLineValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check that the polygon is not overlapping the line. |
boolean |
PointCoveredByPolygonBoundaryValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Point is covered by the Polygon Boundary. |
boolean |
PolygonNotCoveredByPolygonValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Polygon is not covered by the Polygon. |
boolean |
PointInsidePolygonValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Point is inside the Polygon (not on boundary). |
boolean |
PolygonNotOverlappingPolygonValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Polygon Boundary is not covered by the Polygon. |
boolean |
LineCoveredByFeatureLineValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Line is covered by the Line. |
boolean |
LineEndPointCoveredByLineValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Line End Point is covered by the Line. |
boolean |
LinesNotIntersectValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Lines do not intersect. |
boolean |
PointCoveredByPolygonValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Point is covered by the Polygon. |
boolean |
LineIntersectsLineWithNodeValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Line crosses the other Line at a node. |
boolean |
PolygonCoveredByFeaturePolygonValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Polygon is covered by the Polygon. |
boolean |
LineCoveredByPolygonValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Check that lineTypeRef is convered by polygonTypeRef. |
boolean |
LineNoPseudoNodeValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Line does not have a psuedo-node. |
boolean |
PointCoveredByLineValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Point is covered by the Line. |
boolean |
LineNoDanglesValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Line does not have dangles. |
boolean |
PolygonBoundaryCoveredByPolygonValidation.validate(java.util.Map layers,
com.vividsolutions.jts.geom.Envelope envelope,
ValidationResults results)
Ensure Polygon Boundary is covered by the Polygon. |
boolean |
LineMustBeASinglePartValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Override validate. |
boolean |
PolygonNoGapsValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Ensure Polygon does not have gaps. |
boolean |
LineNoSelfOverlappingValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Tests to see if a LineString overlaps itself. |
boolean |
IsValidGeometryValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Tests to see if a geometry is valid by calling Geometry.isValid(). |
boolean |
LineNoSelfIntersectValidation.validate(org.opengis.feature.simple.SimpleFeature feature,
org.opengis.feature.simple.SimpleFeatureType type,
ValidationResults results)
Override validate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |