fr.iscpif.scaladget.d3mapping.Geo

Projection

trait Projection extends Object

Annotations
@RawJSType()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Projection
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 apply(coordinates: Array[Number]): Array[Number]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def center(location: Array[Number]): Projection

  7. def center(): Array[Number]

  8. def clipAngle(angle: Number): Projection

  9. def clipAngle(): Number

  10. def clipExtent(extent: Array[Array[Number]]): Projection

  11. def clipExtent(): Array[Array[Number]]

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Definition Classes
    Object
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def invert(point: Array[Number]): Array[Number]

  20. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def parallels(location: Array[Number]): Projection

  26. def parallels(): Array[Number]

  27. def precision(precision: Number): Projection

  28. def precision(): Number

  29. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  30. def rotate(rotation: Array[Number]): Projection

  31. def rotate(): Array[Number]

  32. def scale(scale: Number): Projection

  33. def scale(): Number

  34. def stream(listener: Stream = ???): Stream

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

    Definition Classes
    AnyRef
  36. def toLocaleString(): String

    Definition Classes
    Object
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def translate(point: Array[Number]): Projection

  39. def translate(): Array[Number]

  40. def valueOf(): Any

    Definition Classes
    Object
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def unary_!(): Boolean

    Definition Classes
    Any
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Considered abuse in typed JavaScript, will be removed in 0.6. Use js.Dynamic or js.prim.Boolean instead.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped