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