org.singlespaced.d3js

GeoObject

trait GeoObject extends Object

Annotations
@RawJSType() @JSName( "d3.geo" ) @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeoObject
  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 albers(): ConicProjection

  5. def albersUsa(): ConicProjection

  6. def area(feature: Any): Double

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def azimuthalEqualArea(): InvertibleProjection

  9. def azimuthalEquidistant(): InvertibleProjection

  10. def bounds(feature: Any): Tuple2[Tuple2[Double, Double], Tuple2[Double, Double]]

  11. def centroid(feature: Any): Tuple2[Double, Double]

  12. def circle(): Circle

  13. def clipExtent(): ClipExtent

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def conicConformal(): ConicProjection

  16. def conicEqualArea(): ConicProjection

  17. def conicEquidistant(): ConicProjection

  18. def distance(a: Tuple2[Double, Double], b: Tuple2[Double, Double]): Double

  19. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. def equirectangular(): InvertibleProjection

  22. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  24. def gnomonic(): InvertibleProjection

  25. def graticule(): Graticule

  26. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. def interpolate(a: Tuple2[Double, Double], b: Tuple2[Double, Double]): Function1[Double, Tuple2[Double, Double]]

  29. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Object
  31. def length(feature: Any): Double

  32. def mercator(): InvertibleProjection

  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. def orthographic(): InvertibleProjection

  37. def path(): Path

  38. def projection(raw: RawProjection): Projection

  39. def projection(raw: RawInvertibleProjection): InvertibleProjection

  40. def projectionMutator(factory: Function): Function

  41. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  42. def rotation(rotate: |[Tuple2[Double, Double], Tuple3[Double, Double, Double]]): Rotation

  43. def stereographic(): InvertibleProjection

  44. def stream(object: Any, listener: Listener): Unit

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

    Definition Classes
    AnyRef
  46. def toLocaleString(): String

    Definition Classes
    Object
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def transform(methods: TransformMethods): geo.Transform

  49. def transverseMercator(): InvertibleProjection

  50. def valueOf(): Any

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped