Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

fov

fov: number

The diagonal field of view (fov) angle for the camera.

Read more...

heading

heading: number

The compass heading of the camera in degrees.

Read more...

initialized

initialized: boolean

position

position: Point

The position of the camera defined by a map point.

Read more...

tilt

tilt: number

The tilt of the camera in degrees with respect to the surface as projected down from the camera position.

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

  • _set<T>(propertyName: string, value: T): Camera
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Camera

clone

  • Creates a deep clone of the camera object.

    Read more...

    Returns Camera

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 Camera

  • Parameters

    Returns Camera

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc