public abstract class PointLineAbstractValidation extends DefaultIntegrityValidation
Basic typeref functionality for a point-line validation.
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL
Constructor and Description |
---|
PointLineAbstractValidation()
PointCoveredByLineValidation constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getDescription, getName, getPriority, setDescription, setName, validate
public PointLineAbstractValidation()
Super
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.Copyright © 1996–2019 Geotools. All rights reserved.