Package org.locationtech.jts.jump.qa
Class ValidationErrorType
- java.lang.Object
-
- org.locationtech.jts.jump.qa.ValidationErrorType
-
-
Field Summary
Fields Modifier and Type Field Description static ValidationErrorTypeBASIC_TOPOLOGY_INVALIDBasic topology is invalidstatic ValidationErrorTypeEXTERIOR_RING_CCWPolygon shell is oriented counter-clockwisestatic ValidationErrorTypeGEOMETRY_CLASS_DISALLOWEDGeometry class not allowedstatic ValidationErrorTypeINTERIOR_RING_CWPolygon hole is oriented clockwisestatic ValidationErrorTypeNONSIMPLE_LINESTRINGLinestring not simplestatic ValidationErrorTypePOLYGON_HAS_HOLESPolygon has holesstatic ValidationErrorTypeREPEATED_CONSECUTIVE_POINTSConsecutive points are the samestatic ValidationErrorTypeSMALL_ANGLEContains segments with angle below minimumstatic ValidationErrorTypeSMALL_AREAIs/contains polygon with area below minimumstatic ValidationErrorTypeSMALL_SEGMENTContains segment with length below minimum
-
-
-
Field Detail
-
GEOMETRY_CLASS_DISALLOWED
public static final ValidationErrorType GEOMETRY_CLASS_DISALLOWED
Geometry class not allowed
-
BASIC_TOPOLOGY_INVALID
public static final ValidationErrorType BASIC_TOPOLOGY_INVALID
Basic topology is invalid
-
EXTERIOR_RING_CCW
public static final ValidationErrorType EXTERIOR_RING_CCW
Polygon shell is oriented counter-clockwise
-
INTERIOR_RING_CW
public static final ValidationErrorType INTERIOR_RING_CW
Polygon hole is oriented clockwise
-
NONSIMPLE_LINESTRING
public static final ValidationErrorType NONSIMPLE_LINESTRING
Linestring not simple
-
SMALL_SEGMENT
public static final ValidationErrorType SMALL_SEGMENT
Contains segment with length below minimum
-
SMALL_AREA
public static final ValidationErrorType SMALL_AREA
Is/contains polygon with area below minimum
-
SMALL_ANGLE
public static final ValidationErrorType SMALL_ANGLE
Contains segments with angle below minimum
-
POLYGON_HAS_HOLES
public static final ValidationErrorType POLYGON_HAS_HOLES
Polygon has holes
-
REPEATED_CONSECUTIVE_POINTS
public static final ValidationErrorType REPEATED_CONSECUTIVE_POINTS
Consecutive points are the same
-
-