org.geotools.validation.spatial
Class PolygonPointAbstractValidation

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

public abstract class PolygonPointAbstractValidation
extends DefaultIntegrityValidation

PointCoveredByLineValidation purpose.

Basic typeref functionality for a point-polygon validation.

Version:
$Id: PolygonPointAbstractValidation.java 17704 2006-01-23 00:26:16Z desruisseaux $
Author:
dzwiers, Refractions Research, Inc., $Author: dmzwiers $ (last modification)

Field Summary
 
Fields inherited from interface org.geotools.validation.Validation
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL
 
Constructor Summary
PolygonPointAbstractValidation()
          PointCoveredByLineValidation constructor.
 
Method Summary
 java.lang.String getPolygonTypeRef()
          Access restrictedPointTypeRef property.
 java.lang.String getRestrictedPointTypeRef()
          Access polygonTypeRef property.
 java.lang.String[] getTypeRefs()
          Implementation of getTypeNames.
 void setPolygonTypeRef(java.lang.String lineTypeRef)
          Set restrictedPointTypeRef to restrictedPointTypeRef.
 void setRestrictedPointTypeRef(java.lang.String polygonTypeRef)
          Set polygonTypeRef to polygonTypeRef.
 
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

PolygonPointAbstractValidation

public PolygonPointAbstractValidation()
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 restrictedPointTypeRef property.

Returns:
Returns the restrictedPointTypeRef.

setPolygonTypeRef

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

Parameters:
lineTypeRef - The restrictedPointTypeRef to set.

getRestrictedPointTypeRef

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

Returns:
Returns the polygonTypeRef.

setRestrictedPointTypeRef

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

Parameters:
polygonTypeRef - The polygonTypeRef to set.


Copyright © GeoTools. All Rights Reserved.