com.vividsolutions.jts.operation.valid
Class TopologyValidationError
java.lang.Object
com.vividsolutions.jts.operation.valid.TopologyValidationError
public class TopologyValidationError
extends java.lang.Object
Contains information about the nature and location of a Geometry
validation error
DISCONNECTED_INTERIOR
public static final int DISCONNECTED_INTERIOR
DUPLICATE_RINGS
public static final int DUPLICATE_RINGS
ERROR
public static final int ERROR
HOLE_OUTSIDE_SHELL
public static final int HOLE_OUTSIDE_SHELL
INVALID_COORDINATE
public static final int INVALID_COORDINATE
NESTED_HOLES
public static final int NESTED_HOLES
NESTED_SHELLS
public static final int NESTED_SHELLS
REPEATED_POINT
public static final int REPEATED_POINT
RING_SELF_INTERSECTION
public static final int RING_SELF_INTERSECTION
SELF_INTERSECTION
public static final int SELF_INTERSECTION
TOO_FEW_POINTS
public static final int TOO_FEW_POINTS
TopologyValidationError
public TopologyValidationError(int errorType)
TopologyValidationError
public TopologyValidationError(int errorType,
Coordinate pt)
getErrorType
public int getErrorType()
getMessage
public String getMessage()
toString
public String toString()