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