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