class Label extends AnyRef

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

Instance Constructors

  1. new Label(lbl: Label)

    Construct a Label with the same values as the argument Label.

  2. new Label(geomIndex: Int, onLoc: Int, leftLoc: Int, rightLoc: Int)

    Construct a Label with On, Left and Right locations for both Geometries.

    Construct a Label with On, Left and Right locations for both Geometries. Initialize the locations for the given Geometry index.

  3. new Label(onLoc: Int, leftLoc: Int, rightLoc: Int)

    Construct a Label with On, Left and Right locations for both Geometries.

    Construct a Label with On, Left and Right locations for both Geometries. Initialize the locations for both Geometries to the given values.

  4. new Label(geomIndex: Int, onLoc: Int)

    Construct a Label with a single location for both Geometries.

    Construct a Label with a single location for both Geometries. Initialize the location for the Geometry index.

  5. new Label(onLoc: Int)

    Construct a Label with a single location for both Geometries.

    Construct a Label with a single location for both Geometries. Initialize the locations to Null

  6. new Label()

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 allPositionsEqual(geomIndex: Int, loc: Int): Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def flip(): Unit
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getGeometryCount: Int
  13. def getLocation(geomIndex: Int): Int
  14. def getLocation(geomIndex: Int, posIndex: Int): Int
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def isAnyNull(geomIndex: Int): Boolean
  17. def isArea(geomIndex: Int): Boolean
  18. def isArea: Boolean
  19. def isEqualOnSide(lbl: Label, side: Int): Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isLine(geomIndex: Int): Boolean
  22. def isNull(geomIndex: Int): Boolean
  23. def merge(lbl: Label): Unit

    Merge this label with another one.

    Merge this label with another one. Merging updates any null attributes of this label with the attributes from lbl

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def setAllLocations(geomIndex: Int, location: Int): Unit
  28. def setAllLocationsIfNull(location: Int): Unit
  29. def setAllLocationsIfNull(geomIndex: Int, location: Int): Unit
  30. def setLocation(geomIndex: Int, location: Int): Unit
  31. def setLocation(geomIndex: Int, posIndex: Int, location: Int): Unit
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toLine(geomIndex: Int): Unit

    Converts one GeometryLocation to a Line location

  34. def toString(): String
    Definition Classes
    Label → AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped