Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Association

Hierarchy

Index

Properties

associationType

associationType: "attachment" | "connectivity" | "containment"

The type of association.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

fromNetworkElement

fromNetworkElement: NetworkElement

The from side network element of the association.

Read more...

globalId

globalId: string

The globalId (UUID) of the association record, uniquely identifes this association row.

Read more...

initialized

initialized: boolean

line

line: Polyline

The synthesized polyline geometry created between the two network elements.

Read more...

toNetworkElement

toNetworkElement: NetworkElement

The to side network element of the association.

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 Association

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 Association

  • Parameters

    Returns Association

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