|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationErrorType | |
|---|---|
| com.vividsolutions.jump.qa | |
| Uses of ValidationErrorType in com.vividsolutions.jump.qa |
|---|
| Fields in com.vividsolutions.jump.qa declared as ValidationErrorType | |
|---|---|
static ValidationErrorType |
ValidationErrorType.BASIC_TOPOLOGY_INVALID
Basic topology is invalid |
static ValidationErrorType |
ValidationErrorType.EXTERIOR_RING_CCW
Polygon shell is oriented counter-clockwise |
static ValidationErrorType |
ValidationErrorType.GEOMETRY_CLASS_DISALLOWED
Geometry class not allowed |
static ValidationErrorType |
ValidationErrorType.INTERIOR_RING_CW
Polygon hole is oriented clockwise |
static ValidationErrorType |
ValidationErrorType.NONSIMPLE_LINESTRING
Linestring not simple |
static ValidationErrorType |
ValidationErrorType.POLYGON_HAS_HOLES
Polygon has holes |
static ValidationErrorType |
ValidationErrorType.REPEATED_CONSECUTIVE_POINTS
Consecutive points are the same |
static ValidationErrorType |
ValidationErrorType.SMALL_ANGLE
Contains segments with angle below minimum |
static ValidationErrorType |
ValidationErrorType.SMALL_AREA
Is/contains polygon with area below minimum |
static ValidationErrorType |
ValidationErrorType.SMALL_SEGMENT
Contains segment with length below minimum |
| Methods in com.vividsolutions.jump.qa that return ValidationErrorType | |
|---|---|
ValidationErrorType |
ValidationError.getType()
Returns the kind of error found. |
| Constructors in com.vividsolutions.jump.qa with parameters of type ValidationErrorType | |
|---|---|
ValidationError(ValidationErrorType type,
Feature feature)
Creates a ValidationError with location unspecified. |
|
ValidationError(ValidationErrorType type,
Feature feature,
com.vividsolutions.jts.geom.Coordinate location)
Creates a ValidationError. |
|
ValidationError(ValidationErrorType type,
Feature feature,
com.vividsolutions.jts.geom.Geometry badPart)
Creates a ValidationError with location unspecified. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||