| java.lang.Object org.geotools.validation.DefaultIntegrityValidation org.geotools.validation.spatial.PolygonPointAbstractValidation
PolygonPointAbstractValidation | abstract public class PolygonPointAbstractValidation extends DefaultIntegrityValidation (Code) | | PointCoveredByLineValidation purpose.
Basic typeref functionality for a point-polygon validation.
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: PolygonPointAbstractValidation.java 20884 2006-08-07 14:10:46Z jgarnett $ |
PolygonPointAbstractValidation | public PolygonPointAbstractValidation()(Code) | | PointCoveredByLineValidation constructor.
Super
|
getPolygonTypeRef | final public String getPolygonTypeRef()(Code) | | Access restrictedPointTypeRef property.
Returns the restrictedPointTypeRef. |
getRestrictedPointTypeRef | final public String getRestrictedPointTypeRef()(Code) | | Access polygonTypeRef property.
Returns the polygonTypeRef. |
setPolygonTypeRef | final public void setPolygonTypeRef(String lineTypeRef)(Code) | | Set restrictedPointTypeRef to restrictedPointTypeRef.
Parameters: lineTypeRef - The restrictedPointTypeRef to set. |
setRestrictedPointTypeRef | final public void setRestrictedPointTypeRef(String polygonTypeRef)(Code) | | Set polygonTypeRef to polygonTypeRef.
Parameters: polygonTypeRef - The polygonTypeRef to set. |
|
|