Object/Class

cesium

Rectangle

Related Docs: class Rectangle | package cesium

Permalink

object Rectangle extends Object with PackableStatic

Annotations
@native() @JSName( "Cesium.Rectangle" )
Linear Supertypes
PackableStatic, Packable, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rectangle
  2. PackableStatic
  3. Packable
  4. Object
  5. Any
  6. AnyRef
  7. 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. def fromRadians(west: Double = ???, south: Double = ???, east: Double = ???, north: Double = ???, result: Rectangle = ???): Rectangle

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

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

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

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def pack(value: Object, array: Array[Double], startingIndex: Int = ???): Array[Double]

    Permalink
    Definition Classes
    PackableStatic
  32. var packedLength: Int

    Permalink
    Definition Classes
    PackableStatic
  33. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  34. def simpleIntersection(rectangle: Rectangle, otherRectangle: Rectangle, result: Rectangle = ???): |[Rectangle, Unit]

    Permalink
  35. def southeast(rectangle: Rectangle, result: Cartographic = ???): Cartographic

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

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

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

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

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

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

    Permalink
  42. def unpack(array: Array[Double], startingIndex: Int = ???, result: Object = ???): Object

    Permalink
    Definition Classes
    PackableStatic
  43. def validate(rectangle: Rectangle): Dynamic

    Permalink
  44. def valueOf(): Any

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

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

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

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

Inherited from PackableStatic

Inherited from Packable

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped