Uses of Class
com.vividsolutions.jump.qa.ValidationErrorType
Packages that use ValidationErrorType
-
Uses of ValidationErrorType in com.vividsolutions.jump.qa
Fields in com.vividsolutions.jump.qa declared as ValidationErrorTypeModifier and TypeFieldDescriptionstatic final ValidationErrorTypeValidationErrorType.BASIC_TOPOLOGY_INVALIDBasic topology is invalidstatic final ValidationErrorTypeValidationErrorType.EXTERIOR_RING_CCWPolygon shell is oriented counter-clockwisestatic final ValidationErrorTypeValidationErrorType.GEOMETRY_CLASS_DISALLOWEDGeometry class not allowedstatic final ValidationErrorTypeValidationErrorType.INTERIOR_RING_CWPolygon hole is oriented clockwisestatic final ValidationErrorTypeValidationErrorType.NONSIMPLELinestring not simplestatic final ValidationErrorTypeValidationErrorType.POLYGON_HAS_HOLESPolygon has holesstatic final ValidationErrorTypeValidationErrorType.REPEATED_CONSECUTIVE_POINTSConsecutive points are the samestatic final ValidationErrorTypeValidationErrorType.SMALL_ANGLEContains segments with angle below minimumstatic final ValidationErrorTypeValidationErrorType.SMALL_AREAIs/contains polygon with area below minimumstatic final ValidationErrorTypeValidationErrorType.SMALL_SEGMENTContains segment with length below minimumMethods in com.vividsolutions.jump.qa that return ValidationErrorTypeConstructors in com.vividsolutions.jump.qa with parameters of type ValidationErrorTypeModifierConstructorDescriptionValidationError(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.