|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.validation.DefaultIntegrityValidation
org.geotools.validation.spatial.PolygonLineAbstractValidation
PointCoveredByLineValidation purpose.
Basic typeref functionality for a line-polygon validation.
| Field Summary |
| Fields inherited from interface org.geotools.validation.Validation |
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
| Constructor Summary | |
PolygonLineAbstractValidation()
PointCoveredByLineValidation constructor. |
|
| Method Summary | |
java.lang.String |
getPolygonTypeRef()
Access restrictedLineTypeRef property. |
java.lang.String |
getRestrictedLineTypeRef()
Access polygonTypeRef property. |
java.lang.String[] |
getTypeRefs()
Implementation of getTypeNames. |
void |
setPolygonTypeRef(java.lang.String polygonTypeRef)
Set restrictedLineTypeRef to restrictedLineTypeRef. |
void |
setRestrictedLineTypeRef(java.lang.String lineTypeRef)
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 |
public PolygonLineAbstractValidation()
Super
| Method Detail |
public java.lang.String[] getTypeRefs()
getTypeRefs in interface ValidationgetTypeRefs in class DefaultIntegrityValidationorg.geotools.validation.Validation#getTypeNames()public final java.lang.String getRestrictedLineTypeRef()
public final void setRestrictedLineTypeRef(java.lang.String lineTypeRef)
lineTypeRef - The polygonTypeRef to set.public final java.lang.String getPolygonTypeRef()
public final void setPolygonTypeRef(java.lang.String polygonTypeRef)
polygonTypeRef - The restrictedLineTypeRef to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||