org.geotools.validation.spatial
Class PolygonPolygonAbstractValidation

java.lang.Object
  extended byorg.geotools.validation.DefaultIntegrityValidation
      extended byorg.geotools.validation.spatial.PolygonPolygonAbstractValidation
All Implemented Interfaces:
IntegrityValidation, Validation
Direct Known Subclasses:
PolygonCoveredByPolygonValidation, PolygonNotCoveredByPolygonValidation, PolygonNotOverlappingPolygonValidation

public abstract class PolygonPolygonAbstractValidation
extends DefaultIntegrityValidation

PointCoveredByLineValidation purpose.

Basic typeref information for a 2 polygon validation.


Field Summary
 
Fields inherited from interface org.geotools.validation.Validation
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL
 
Constructor Summary
PolygonPolygonAbstractValidation()
          PointCoveredByLineValidation constructor.
 
Method Summary
 java.lang.String getPolygonTypeRef()
          Access polygonTypeRef property.
 java.lang.String getRestrictedPolygonTypeRef()
          Access restrictedPolygonTypeRef property.
 java.lang.String[] getTypeRefs()
          Implementation of getTypeNames.
 void setPolygonTypeRef(java.lang.String lineTypeRef)
          Set polygonTypeRef to polygonTypeRef.
 void setRestrictedPolygonTypeRef(java.lang.String pointTypeRef)
          Set restrictedPolygonTypeRef to restrictedPolygonTypeRef.
 
Methods inherited from class org.geotools.validation.DefaultIntegrityValidation
getDescription, getName, getPriority, setDescription, setName, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonPolygonAbstractValidation

public PolygonPolygonAbstractValidation()
PointCoveredByLineValidation constructor.

Super

Method Detail

getTypeRefs

public java.lang.String[] getTypeRefs()
Implementation of getTypeNames. Should be called by sub-classes is being overwritten.

Specified by:
getTypeRefs in interface Validation
Overrides:
getTypeRefs in class DefaultIntegrityValidation
Returns:
Array of typeNames, or empty array for all, null for disabled
See Also:
org.geotools.validation.Validation#getTypeNames()

getPolygonTypeRef

public final java.lang.String getPolygonTypeRef()
Access polygonTypeRef property.

Returns:
Returns the polygonTypeRef.

setPolygonTypeRef

public final void setPolygonTypeRef(java.lang.String lineTypeRef)
Set polygonTypeRef to polygonTypeRef.


getRestrictedPolygonTypeRef

public final java.lang.String getRestrictedPolygonTypeRef()
Access restrictedPolygonTypeRef property.

Returns:
Returns the restrictedPolygonTypeRef.

setRestrictedPolygonTypeRef

public final void setRestrictedPolygonTypeRef(java.lang.String pointTypeRef)
Set restrictedPolygonTypeRef to restrictedPolygonTypeRef.