| Modifier and Type | Field and Description |
|---|---|
static ValidationErrorType |
BASIC_TOPOLOGY_INVALID
Basic topology is invalid
|
static ValidationErrorType |
EXTERIOR_RING_CCW
Polygon shell is oriented counter-clockwise
|
static ValidationErrorType |
GEOMETRY_CLASS_DISALLOWED
Geometry class not allowed
|
static ValidationErrorType |
INTERIOR_RING_CW
Polygon hole is oriented clockwise
|
static ValidationErrorType |
NONSIMPLE_LINESTRING
Linestring not simple
|
static ValidationErrorType |
POLYGON_HAS_HOLES
Polygon has holes
|
static ValidationErrorType |
REPEATED_CONSECUTIVE_POINTS
Consecutive points are the same
|
static ValidationErrorType |
SMALL_ANGLE
Contains segments with angle below minimum
|
static ValidationErrorType |
SMALL_AREA
Is/contains polygon with area below minimum
|
static ValidationErrorType |
SMALL_SEGMENT
Contains segment with length below minimum
|
public static final ValidationErrorType GEOMETRY_CLASS_DISALLOWED
public static final ValidationErrorType BASIC_TOPOLOGY_INVALID
public static final ValidationErrorType EXTERIOR_RING_CCW
public static final ValidationErrorType INTERIOR_RING_CW
public static final ValidationErrorType NONSIMPLE_LINESTRING
public static final ValidationErrorType SMALL_SEGMENT
public static final ValidationErrorType SMALL_AREA
public static final ValidationErrorType SMALL_ANGLE
public static final ValidationErrorType POLYGON_HAS_HOLES
public static final ValidationErrorType REPEATED_CONSECUTIVE_POINTS
Copyright © 2015. All rights reserved.