|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectDefaultIntegrityValidation
PointPolygonAbstractValidation
public abstract class PointPolygonAbstractValidation
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 | |
|---|---|
PointPolygonAbstractValidation()
PointCoveredByLineValidation constructor. |
|
| Method Summary | |
|---|---|
String |
getPointTypeRef()
Access restrictedPolygonTypeRef property. |
String |
getRestrictedPolygonTypeRef()
Access pointTypeRef property. |
String[] |
getTypeRefs()
Implementation of getTypeNames. |
void |
setPointTypeRef(String polygonTypeRef)
Set restrictedPolygonTypeRef to restrictedPolygonTypeRef. |
void |
setRestrictedPolygonTypeRef(String lineTypeRef)
Set pointTypeRef to pointTypeRef. |
| 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 PointPolygonAbstractValidation()
Super
| Method Detail |
|---|
public String[] getTypeRefs()
getTypeRefs in interface ValidationgetTypeRefs in class DefaultIntegrityValidationorg.geotools.validation.Validation#getTypeNames()public final String getRestrictedPolygonTypeRef()
public final void setRestrictedPolygonTypeRef(String lineTypeRef)
lineTypeRef - The pointTypeRef to set.public final String getPointTypeRef()
public final void setPointTypeRef(String polygonTypeRef)
polygonTypeRef - The restrictedPolygonTypeRef to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||