public abstract class LinePointAbstractValidation extends DefaultIntegrityValidation
Basic typeref functionality for a point-line validation.
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL| Constructor and Description |
|---|
LinePointAbstractValidation()
PointCoveredByLineValidation constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLineTypeRef()
Access restrictedPointTypeRef property.
|
String |
getRestrictedPointTypeRef()
Access lineTypeRef property.
|
String[] |
getTypeRefs()
Implementation of getTypeNames.
|
void |
setLineTypeRef(String lineTypeRef)
Set restrictedPointTypeRef to restrictedPointTypeRef.
|
void |
setRestrictedPointTypeRef(String polygonTypeRef)
Set lineTypeRef to lineTypeRef.
|
getDescription, getName, getPriority, setDescription, setName, validatepublic LinePointAbstractValidation()
Super
public String[] getTypeRefs()
getTypeRefs in interface ValidationgetTypeRefs in class DefaultIntegrityValidationorg.geotools.validation.Validation#getTypeNames()public final String getLineTypeRef()
public final void setLineTypeRef(String lineTypeRef)
lineTypeRef - The restrictedPointTypeRef to set.public final String getRestrictedPointTypeRef()
public final void setRestrictedPointTypeRef(String polygonTypeRef)
polygonTypeRef - The lineTypeRef to set.Copyright © 1996–2019 Geotools. All rights reserved.