Trait

org.singlespaced.d3js

GeoObject

Related Doc: package d3js

Permalink

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
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. def albers(): ConicProjection

    Permalink
  5. def albersUsa(): ConicProjection

    Permalink
  6. def area(feature: Any): Double

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def azimuthalEqualArea(): InvertibleProjection

    Permalink
  9. def azimuthalEquidistant(): InvertibleProjection

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

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

    Permalink
  12. def circle(): Circle

    Permalink
  13. def clipExtent(): ClipExtent

    Permalink
  14. def clone(): AnyRef

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

    Permalink
  16. def conicEqualArea(): ConicProjection

    Permalink
  17. def conicEquidistant(): ConicProjection

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

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

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

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

    Permalink
  22. def finalize(): Unit

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

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

    Permalink
  25. def graticule(): Graticule

    Permalink
  26. def hasOwnProperty(v: String): Boolean

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

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

    Permalink
  29. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  32. def mercator(): InvertibleProjection

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def orthographic(): InvertibleProjection

    Permalink
  37. def path(): Path

    Permalink
  38. def projection(raw: RawProjection): Projection

    Permalink
  39. def projection(raw: RawInvertibleProjection): InvertibleProjection

    Permalink
  40. def projectionMutator(factory: Function): Function

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

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

    Permalink
  43. def stereographic(): InvertibleProjection

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

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

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

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

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

    Permalink
  49. def transverseMercator(): InvertibleProjection

    Permalink
  50. def valueOf(): Any

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. 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