Class CesiumParabola

Utility for rendering parabolas between two points on the map.

Hierarchy

  • CesiumParabola

Constructors

  • Parameters

    • params: {
          color?: string;
          duration?: number;
          heightDistanceRatio?: number;
          pos1: Cartesian3 | (() => Cartesian3);
          pos2: Cartesian3 | (() => Cartesian3);
          viewer: Viewer;
          width?: number;
      }
      • Optional color?: string
      • Optional duration?: number
      • Optional heightDistanceRatio?: number
      • pos1: Cartesian3 | (() => Cartesian3)
      • pos2: Cartesian3 | (() => Cartesian3)
      • viewer: Viewer
      • Optional width?: number

    Returns CesiumParabola

Properties

animateInterval: any = null
color: string = "white"
curPoints: any[] = []
disposed: boolean = false
duration: number = 10
heightDistanceRatio: number = 0.25
hidden: boolean = false
parabola: Entity
pos1: Cartesian3 | (() => Cartesian3)

Type declaration

    • (): Cartesian3
    • Returns Cartesian3

pos2: Cartesian3 | (() => Cartesian3)

Type declaration

    • (): Cartesian3
    • Returns Cartesian3

retryTimeout: any = null
siblings: Entity[]
viewer: Viewer
width: number = 2

Accessors

Methods

Generated using TypeDoc