Object/Class

cesium

Rectangle

Related Docs: class Rectangle | package cesium

Permalink

object Rectangle extends Object

Annotations
@native() @JSName( "Cesium.Rectangle" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rectangle
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var MAX_VALUE: Rectangle

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def center(rectangle: Rectangle, result: Cartographic = ???): Cartographic

    Permalink
  7. def clone(rectangle: Rectangle, result: Rectangle = ???): Rectangle

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def computeHeight(rectangle: Rectangle): Double

    Permalink
  10. def computeWidth(rectangle: Rectangle): Double

    Permalink
  11. def contains(rectangle: Rectangle, cartographic: Cartographic): Boolean

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(left: Rectangle = ???, right: Rectangle = ???): Boolean

    Permalink
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def expand(rectangle: Rectangle, cartographic: Cartographic, result: Rectangle = ???): Rectangle

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromCartographicArray(cartographics: Array[Cartographic], result: Rectangle = ???): Rectangle

    Permalink
  18. def fromDegrees(west: Double = ???, south: Double = ???, east: Double = ???, north: Double = ???, result: Rectangle = ???): Rectangle

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def intersection(rectangle: Rectangle, otherRectangle: Rectangle, result: Rectangle = ???): |[Rectangle, Unit]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def northeast(rectangle: Rectangle, result: Cartographic = ???): Cartographic

    Permalink
  27. def northwest(rectangle: Rectangle, result: Cartographic = ???): Cartographic

    Permalink
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def pack(value: Rectangle, array: Array[Double], startingIndex: Double = ???): Dynamic

    Permalink
  31. var packedLength: Double

    Permalink
  32. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  33. def southeast(rectangle: Rectangle, result: Cartographic = ???): Cartographic

    Permalink
  34. def southwest(rectangle: Rectangle, result: Cartographic = ???): Cartographic

    Permalink
  35. def subsample(rectangle: Rectangle, ellipsoid: Ellipsoid = ???, surfaceHeight: Double = ???, result: Array[Cartesian3] = ???): Array[Cartesian3]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def union(rectangle: Rectangle, otherRectangle: Rectangle, result: Rectangle = ???): Rectangle

    Permalink
  40. def unpack(array: Array[Double], startingIndex: Double = ???, result: Rectangle = ???): Rectangle

    Permalink
  41. def validate(rectangle: Rectangle): Dynamic

    Permalink
  42. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped