Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ElevationProfileLine

Hierarchy

Index

Properties

color

color: Color

Color of the line on the chart and the hovered points in the view.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

Readonly hoveredPoint

hoveredPoint: Point

Point being hovered in the chart, in the view's spatial reference.

Read more...

id

id: string

Unique identifier for the profile line.

Read more...

initialized

initialized: boolean

Readonly progress

progress: number

How far along the generation of this profile is.

Read more...

Readonly samples

List of samples that make up the elevation profile.

Read more...

Readonly statistics

Statistics about the generated elevation profile, if available.

Read more...

title

title: string

Title of the line, to be displayed in the chart tooltip and in the chart legend.

Read more...

Readonly type

type: "view" | "ground" | "input" | "query"

The line type.

Read more...

viewVisualizationEnabled

viewVisualizationEnabled: boolean

Whether a line visualization representing elevationSamples should be added to the SceneView.

Read more...

visible

visible: boolean

Whether the line should be computed and shown in the chart.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ElevationProfileLine

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ElevationProfileLine

  • Parameters

    Returns ElevationProfileLine

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc