org.locationtech.jts.operation.valid
TopologyValidationError
Companion class TopologyValidationError
object TopologyValidationError
Contains information about the nature and location of a {link Geometry} validation error
- Version
1.7
- Alphabetic
- By Inheritance
- TopologyValidationError
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DISCONNECTED_INTERIOR: Int
Indicates that the interior of a polygon is disjoint (often caused by set of contiguous holes splitting the polygon into two parts)
- val DUPLICATE_RINGS: Int
Indicates that a polygonal geometry contains two rings which are identical
- val HOLE_OUTSIDE_SHELL: Int
Indicates that a hole of a polygon lies partially or completely in the exterior of the shell
- val INVALID_COORDINATE: Int
- val NESTED_HOLES: Int
Indicates that a hole lies in the interior of another hole in the same polygon
- val NESTED_SHELLS: Int
Indicates that a polygon component of a MultiPolygon lies inside another polygonal component
- val RING_NOT_CLOSED: Int
Indicates that a ring is not correctly closed (the first and the last coordinate are different)
- val RING_SELF_INTERSECTION: Int
Indicates that a ring self-intersects
- val SELF_INTERSECTION: Int
Indicates that two rings of a polygonal geometry intersect
- val TOO_FEW_POINTS: Int
Indicates that either
Indicates that either
- a LineString contains a single point
- a LinearRing contains 2 or 3 points
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val errMsg: Array[String]
Messages corresponding to error codes
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()