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
- Version:
- 1.4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ERROR
public static int ERROR
REPEATED_POINT
public static int REPEATED_POINT
HOLE_OUTSIDE_SHELL
public static int HOLE_OUTSIDE_SHELL
NESTED_HOLES
public static int NESTED_HOLES
DISCONNECTED_INTERIOR
public static int DISCONNECTED_INTERIOR
SELF_INTERSECTION
public static int SELF_INTERSECTION
RING_SELF_INTERSECTION
public static int RING_SELF_INTERSECTION
NESTED_SHELLS
public static int NESTED_SHELLS
DUPLICATE_RINGS
public static int DUPLICATE_RINGS
TOO_FEW_POINTS
public static int TOO_FEW_POINTS
TopologyValidationError
public TopologyValidationError(int errorType,
Coordinate pt)
TopologyValidationError
public TopologyValidationError(int errorType)
getCoordinate
public Coordinate getCoordinate()
getErrorType
public int getErrorType()
getMessage
public java.lang.String getMessage()
toString
public java.lang.String toString()