|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDefaultIntegrityValidation
PolygonPointAbstractValidation
public abstract class PolygonPointAbstractValidation
PointCoveredByLineValidation purpose.
Basic typeref functionality for a point-polygon validation.
Field Summary |
---|
Fields inherited from interface Validation |
---|
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
---|---|
PolygonPointAbstractValidation()
PointCoveredByLineValidation constructor. |
Method Summary | |
---|---|
String |
getPolygonTypeRef()
Access restrictedPointTypeRef property. |
String |
getRestrictedPointTypeRef()
Access polygonTypeRef property. |
String[] |
getTypeRefs()
Implementation of getTypeNames. |
void |
setPolygonTypeRef(String lineTypeRef)
Set restrictedPointTypeRef to restrictedPointTypeRef. |
void |
setRestrictedPointTypeRef(String polygonTypeRef)
Set polygonTypeRef to polygonTypeRef. |
Methods inherited from class DefaultIntegrityValidation |
---|
getDescription, getName, getPriority, setDescription, setName, validate |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolygonPointAbstractValidation()
Super
Method Detail |
---|
public String[] getTypeRefs()
getTypeRefs
in interface Validation
getTypeRefs
in class DefaultIntegrityValidation
org.geotools.validation.Validation#getTypeNames()
public final String getPolygonTypeRef()
public final void setPolygonTypeRef(String lineTypeRef)
lineTypeRef
- The restrictedPointTypeRef to set.public final String getRestrictedPointTypeRef()
public final void setRestrictedPointTypeRef(String polygonTypeRef)
polygonTypeRef
- The polygonTypeRef to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |