| Package | Description |
|---|---|
| com.vividsolutions.jump.qa |
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
ValidationErrorType |
ValidationError.getType()
Returns the kind of error found.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2015. All rights reserved.