org.geotools.validation.spatial
Class PointLineAbstractValidation

java.lang.Object
  extended byorg.geotools.validation.DefaultIntegrityValidation
      extended byorg.geotools.validation.spatial.PointLineAbstractValidation
All Implemented Interfaces:
IntegrityValidation, Validation

public abstract class PointLineAbstractValidation
extends DefaultIntegrityValidation

PointCoveredByLineValidation purpose.

Basic typeref functionality for a point-line validation.


Field Summary
 
Fields inherited from interface org.geotools.validation.Validation
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL
 
Constructor Summary
PointLineAbstractValidation()
          PointCoveredByLineValidation constructor.
 
Method Summary
 java.lang.String getPointTypeRef()
          Access restrictedLineTypeRef property.
 java.lang.String getRestrictedLineTypeRef()
          Access pointTypeRef property.
 java.lang.String[] getTypeRefs()
          Implementation of getTypeNames.
 void setPointTypeRef(java.lang.String polygonTypeRef)
          Set restrictedLineTypeRef to restrictedLineTypeRef.
 void setRestrictedLineTypeRef(java.lang.String lineTypeRef)
          Set pointTypeRef to pointTypeRef.
 
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

PointLineAbstractValidation

public PointLineAbstractValidation()
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()

getRestrictedLineTypeRef

public final java.lang.String getRestrictedLineTypeRef()
Access pointTypeRef property.

Returns:
Returns the pointTypeRef.

setRestrictedLineTypeRef

public final void setRestrictedLineTypeRef(java.lang.String lineTypeRef)
Set pointTypeRef to pointTypeRef.


getPointTypeRef

public final java.lang.String getPointTypeRef()
Access restrictedLineTypeRef property.

Returns:
Returns the restrictedLineTypeRef.

setPointTypeRef

public final void setPointTypeRef(java.lang.String polygonTypeRef)
Set restrictedLineTypeRef to restrictedLineTypeRef.