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