Packages

object TopologyValidationError

Contains information about the nature and location of a {link Geometry} validation error

Version

1.7

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopologyValidationError
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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)

  5. val DUPLICATE_RINGS: Int

    Indicates that a polygonal geometry contains two rings which are identical

  6. val HOLE_OUTSIDE_SHELL: Int

    Indicates that a hole of a polygon lies partially or completely in the exterior of the shell

  7. val INVALID_COORDINATE: Int
  8. val NESTED_HOLES: Int

    Indicates that a hole lies in the interior of another hole in the same polygon

  9. val NESTED_SHELLS: Int

    Indicates that a polygon component of a MultiPolygon lies inside another polygonal component

  10. val RING_NOT_CLOSED: Int

    Indicates that a ring is not correctly closed (the first and the last coordinate are different)

  11. val RING_SELF_INTERSECTION: Int

    Indicates that a ring self-intersects

  12. val SELF_INTERSECTION: Int

    Indicates that two rings of a polygonal geometry intersect

  13. val TOO_FEW_POINTS: Int

    Indicates that either

    Indicates that either

    • a LineString contains a single point
    • a LinearRing contains 2 or 3 points
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. val errMsg: Array[String]

    Messages corresponding to error codes

  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. val ERROR: Int

    Not used

    Not used

    Deprecated
  2. val REPEATED_POINT: Int

    No longer used - repeated points are considered valid as per the SFS

    No longer used - repeated points are considered valid as per the SFS

    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped