Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimeInfo

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

endField

endField: string

The name of the field containing the end time information.

Read more...

fullTimeExtent

fullTimeExtent: TimeExtent

The time extent defines the start time and end time for all data in the layer.

Read more...

initialized

initialized: boolean

interval

interval: TimeInterval

The time interval defines the granularity of the temporal data and allows you to visualize the data at specified intervals using the time slider widget.

Read more...

startField

startField: string

The name of the field containing the start time information.

Read more...

trackIdField

trackIdField: string

The name of the field used to join or group discrete locations.

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): TimeInfo
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns TimeInfo

clone

  • Creates a deep clone of TimeInfo object.

    Read more...

    Returns TimeInfo

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 TimeInfo

  • Parameters

    Returns TimeInfo

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