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