|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.validation.DefaultIntegrityValidation org.geotools.validation.spatial.LinePointAbstractValidation
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 | |
LinePointAbstractValidation()
PointCoveredByLineValidation constructor. |
Method Summary | |
java.lang.String |
getLineTypeRef()
Access restrictedPointTypeRef property. |
java.lang.String |
getRestrictedPointTypeRef()
Access lineTypeRef property. |
java.lang.String[] |
getTypeRefs()
Implementation of getTypeNames. |
void |
setLineTypeRef(java.lang.String lineTypeRef)
Set restrictedPointTypeRef to restrictedPointTypeRef. |
void |
setRestrictedPointTypeRef(java.lang.String polygonTypeRef)
Set lineTypeRef to lineTypeRef. |
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 |
public LinePointAbstractValidation()
Super
Method Detail |
public java.lang.String[] getTypeRefs()
getTypeRefs
in interface Validation
getTypeRefs
in class DefaultIntegrityValidation
org.geotools.validation.Validation#getTypeNames()
public final java.lang.String getLineTypeRef()
public final void setLineTypeRef(java.lang.String lineTypeRef)
lineTypeRef
- The restrictedPointTypeRef to set.public final java.lang.String getRestrictedPointTypeRef()
public final void setRestrictedPointTypeRef(java.lang.String polygonTypeRef)
polygonTypeRef
- The lineTypeRef to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |