class NodedSegmentString extends NodableSegmentString

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodedSegmentString
  2. NodableSegmentString
  3. SegmentString
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NodedSegmentString(pts: Array[Coordinate], data: Any)

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. def addIntersection(intPt: Coordinate, segmentIndex: Int): Unit

    Adds an intersection node for a given point and segment to this segment string.

    Adds an intersection node for a given point and segment to this segment string.

    intPt

    the location of the intersection

    segmentIndex

    the index of the segment containing the intersection

    Definition Classes
    NodedSegmentStringNodableSegmentString
  5. def addIntersection(li: LineIntersector, segmentIndex: Int, geomIndex: Int, intIndex: Int): Unit

    Add an SegmentNode for intersection intIndex.

    Add an SegmentNode for intersection intIndex. An intersection that falls exactly on a vertex of the SegmentString is normalized to use the higher of the two possible segmentIndexes

  6. def addIntersectionNode(intPt: Coordinate, segmentIndex: Int): SegmentNode

    Adds an intersection node for a given point and segment to this segment string.

    Adds an intersection node for a given point and segment to this segment string. If an intersection already exists for this exact location, the existing node will be returned.

    intPt

    the location of the intersection

    segmentIndex

    the index of the segment containing the intersection return the intersection node for the point

  7. def addIntersections(li: LineIntersector, segmentIndex: Int, geomIndex: Int): Unit

    Adds EdgeIntersections for one or both intersections found for a segment of an edge to the edge intersection list.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. var data: Any
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getCoordinate(i: Int): Coordinate
    Definition Classes
    NodedSegmentStringSegmentString
  16. def getCoordinates: Array[Coordinate]
    Definition Classes
    NodedSegmentStringSegmentString
  17. def getData: Any

    Gets the user-defined data for this segment string.

    Gets the user-defined data for this segment string.

    return the user-defined data

    Definition Classes
    NodedSegmentStringSegmentString
  18. def getNodeList: SegmentNodeList
  19. def getSegmentOctant(index: Int): Int

    Gets the octant of the segment starting at vertex index.

    Gets the octant of the segment starting at vertex index.

    index

    the index of the vertex starting the segment. Must not be the last index in the vertex list return the octant of the segment at the vertex

  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isClosed: Boolean
    Definition Classes
    NodedSegmentStringSegmentString
  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. var pts: Array[Coordinate]
  27. def setData(data: Any): Unit

    Sets the user-defined data for this segment string.

    Sets the user-defined data for this segment string.

    data

    an Object containing user-defined data

    Definition Classes
    NodedSegmentStringSegmentString
  28. def size: Int
    Definition Classes
    NodedSegmentStringSegmentString
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    NodedSegmentString → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from NodableSegmentString

Inherited from SegmentString

Inherited from AnyRef

Inherited from Any

Ungrouped