|
||||||||||
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.relate.RelationIntegrity
public abstract class RelationIntegrity
Field Summary | |
---|---|
protected static java.lang.String |
EMPTY
|
protected boolean |
expected
|
Fields inherited from interface org.geotools.validation.Validation |
---|
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
---|---|
RelationIntegrity()
PointCoveredByLineValidation constructor. |
Method Summary | |
---|---|
java.lang.String |
getGeomTypeRefA()
Access polygonTypeRef property. |
java.lang.String |
getGeomTypeRefB()
Access restrictedPolygonTypeRef property. |
java.lang.String[] |
getTypeRefs()
Implementation of getTypeNames. |
boolean |
isExpected()
|
void |
setExpected(boolean arg)
|
void |
setExpected(java.lang.String exp)
|
void |
setGeomTypeRefA(java.lang.String typeRefA)
Set polygonTypeRef to polygonTypeRef. |
void |
setGeomTypeRefB(java.lang.String typeRefB)
Set restrictedPolygonTypeRef to restrictedPolygonTypeRef. |
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 |
Field Detail |
---|
protected static final java.lang.String EMPTY
protected boolean expected
Constructor Detail |
---|
public RelationIntegrity()
Super
Method Detail |
---|
public java.lang.String[] getTypeRefs()
getTypeRefs
in interface Validation
getTypeRefs
in class DefaultIntegrityValidation
Validation.getTypeRefs()
public final java.lang.String getGeomTypeRefA()
public final void setGeomTypeRefA(java.lang.String typeRefA)
typeRefA
- A String with the polygonTypeRef to set.public final java.lang.String getGeomTypeRefB()
public final void setGeomTypeRefB(java.lang.String typeRefB)
typeRefB
- A String with the restrictedPolygonTypeRef to set.public final void setExpected(java.lang.String exp)
public final void setExpected(boolean arg)
public final boolean isExpected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |