public class PolygonNotCoveredByPolygonValidation extends PolygonPolygonAbstractValidation
Ensures Polygon is not covered by the Polygon.
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL
Constructor and Description |
---|
PolygonNotCoveredByPolygonValidation()
PolygonBoundaryCoveredByPolygonValidation constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
validate(Map layers,
Envelope envelope,
ValidationResults results)
Ensure Polygon is not covered by the Polygon.
|
getPolygonTypeRef, getRestrictedPolygonTypeRef, getTypeRefs, setPolygonTypeRef, setRestrictedPolygonTypeRef
getDescription, getName, getPriority, setDescription, setName, validate
public PolygonNotCoveredByPolygonValidation()
Description
public boolean validate(Map layers, Envelope envelope, ValidationResults results) throws Exception
layers
- a HashMap of key="TypeName" value="FeatureSource"envelope
- The bounding box of modified featuresresults
- Storage for the error and warning messagesException
org.geotools.validation.IntegrityValidation#validate(java.util.Map,
org.locationtech.jts.geom.Envelope, org.geotools.validation.ValidationResults)
Copyright © 1996–2021 Geotools. All rights reserved.