Uses of Class
org.locationtech.jts.jump.qa.ValidationErrorType
-
Packages that use ValidationErrorType Package Description org.locationtech.jts.jump.qa -
-
Uses of ValidationErrorType in org.locationtech.jts.jump.qa
Fields in org.locationtech.jts.jump.qa declared as ValidationErrorType Modifier and Type Field Description static ValidationErrorTypeValidationErrorType. BASIC_TOPOLOGY_INVALIDBasic topology is invalidstatic ValidationErrorTypeValidationErrorType. EXTERIOR_RING_CCWPolygon shell is oriented counter-clockwisestatic ValidationErrorTypeValidationErrorType. GEOMETRY_CLASS_DISALLOWEDGeometry class not allowedstatic ValidationErrorTypeValidationErrorType. INTERIOR_RING_CWPolygon hole is oriented clockwisestatic ValidationErrorTypeValidationErrorType. NONSIMPLE_LINESTRINGLinestring not simplestatic ValidationErrorTypeValidationErrorType. POLYGON_HAS_HOLESPolygon has holesstatic ValidationErrorTypeValidationErrorType. REPEATED_CONSECUTIVE_POINTSConsecutive points are the samestatic ValidationErrorTypeValidationErrorType. SMALL_ANGLEContains segments with angle below minimumstatic ValidationErrorTypeValidationErrorType. SMALL_AREAIs/contains polygon with area below minimumstatic ValidationErrorTypeValidationErrorType. SMALL_SEGMENTContains segment with length below minimumMethods in org.locationtech.jts.jump.qa that return ValidationErrorType Modifier and Type Method Description ValidationErrorTypeValidationError. getType()Returns the kind of error found.Constructors in org.locationtech.jts.jump.qa with parameters of type ValidationErrorType Constructor Description ValidationError(ValidationErrorType type, Feature feature)Creates a ValidationError with location unspecified.ValidationError(ValidationErrorType type, Feature feature, org.locationtech.jts.geom.Coordinate location)Creates a ValidationError.ValidationError(ValidationErrorType type, Feature feature, org.locationtech.jts.geom.Geometry badPart)Creates a ValidationError with location unspecified.
-