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 ValidationErrorType
ValidationErrorType. BASIC_TOPOLOGY_INVALID
Basic topology is invalidstatic ValidationErrorType
ValidationErrorType. EXTERIOR_RING_CCW
Polygon shell is oriented counter-clockwisestatic ValidationErrorType
ValidationErrorType. GEOMETRY_CLASS_DISALLOWED
Geometry class not allowedstatic ValidationErrorType
ValidationErrorType. INTERIOR_RING_CW
Polygon hole is oriented clockwisestatic ValidationErrorType
ValidationErrorType. NONSIMPLE
Linestring not simplestatic ValidationErrorType
ValidationErrorType. POLYGON_HAS_HOLES
Polygon has holesstatic ValidationErrorType
ValidationErrorType. REPEATED_CONSECUTIVE_POINTS
Consecutive points are the samestatic ValidationErrorType
ValidationErrorType. SMALL_ANGLE
Contains segments with angle below minimumstatic ValidationErrorType
ValidationErrorType. SMALL_AREA
Is/contains polygon with area below minimumstatic ValidationErrorType
ValidationErrorType. SMALL_SEGMENT
Contains segment with length below minimumMethods in com.vividsolutions.jump.qa that return ValidationErrorType Modifier and Type Method Description ValidationErrorType
ValidationError. 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.
-