Class ValidationErrorType
java.lang.Object
com.vividsolutions.jump.qa.ValidationErrorType
The types of validation errors detected by Validator.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValidationErrorTypeBasic topology is invalidstatic final ValidationErrorTypePolygon shell is oriented counter-clockwisestatic final ValidationErrorTypeGeometry class not allowedstatic final ValidationErrorTypePolygon hole is oriented clockwisestatic final ValidationErrorTypeLinestring not simplestatic final ValidationErrorTypePolygon has holesstatic final ValidationErrorTypeConsecutive points are the samestatic final ValidationErrorTypeContains segments with angle below minimumstatic final ValidationErrorTypeIs/contains polygon with area below minimumstatic final ValidationErrorTypeContains segment with length below minimum -
Method Summary
-
Field Details
-
GEOMETRY_CLASS_DISALLOWED
Geometry class not allowed -
BASIC_TOPOLOGY_INVALID
Basic topology is invalid -
EXTERIOR_RING_CCW
Polygon shell is oriented counter-clockwise -
INTERIOR_RING_CW
Polygon hole is oriented clockwise -
NONSIMPLE
-
SMALL_SEGMENT
Contains segment with length below minimum -
SMALL_AREA
Is/contains polygon with area below minimum -
SMALL_ANGLE
Contains segments with angle below minimum -
POLYGON_HAS_HOLES
Polygon has holes -
REPEATED_CONSECUTIVE_POINTS
Consecutive points are the same
-
-
Method Details
-
getMessage
-
toString
-