public abstract class PolygonLineAbstractValidation extends DefaultIntegrityValidation
Basic typeref functionality for a line-polygon validation.
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL
Constructor and Description |
---|
PolygonLineAbstractValidation()
PointCoveredByLineValidation constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPolygonTypeRef()
Access restrictedLineTypeRef property.
|
String |
getRestrictedLineTypeRef()
Access polygonTypeRef property.
|
String[] |
getTypeRefs()
Implementation of getTypeNames.
|
void |
setPolygonTypeRef(String polygonTypeRef)
Set restrictedLineTypeRef to restrictedLineTypeRef.
|
void |
setRestrictedLineTypeRef(String lineTypeRef)
Set polygonTypeRef to polygonTypeRef.
|
getDescription, getName, getPriority, setDescription, setName, validate
public PolygonLineAbstractValidation()
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 polygonTypeRef to set.public final String getPolygonTypeRef()
public final void setPolygonTypeRef(String polygonTypeRef)
polygonTypeRef
- The restrictedLineTypeRef to set.Copyright © 1996–2019 Geotools. All rights reserved.