Uses of Class
com.vividsolutions.jump.qa.ValidationErrorType
-
Packages that use ValidationErrorType Package Description com.vividsolutions.jump.qa -
-
Uses of ValidationErrorType in com.vividsolutions.jump.qa
Fields in com.vividsolutions.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. NONSIMPLELinestring 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 com.vividsolutions.jump.qa that return ValidationErrorType Modifier and Type Method Description ValidationErrorTypeValidationError. getType()Returns the kind of error found.Constructors in com.vividsolutions.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.
-