Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkElement

Hierarchy

Index

Properties

assetGroupCode

assetGroupCode: number

The asset group code that this network element represents.

Read more...

assetTypeCode

assetTypeCode: number

The asset type code discriminator this network element represents.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

globalId

globalId: string

The globalId of the feature the network element belongs to.

Read more...

initialized

initialized: boolean

networkSourceId

networkSourceId: number

The network source Id of the feature the network element belongs to.

Read more...

objectId

objectId: number

The objectId of the feature the network element belongs to.

Read more...

positionFrom

positionFrom: number

Applicable to edge elements, represents a double value (0 to 1) where this edge element starts.

Read more...

positionTo

positionTo: number

Applicable to edge elements, represents a double value (0 to 1) where this edge element ends.

Read more...

terminalId

terminalId: number

The terminal id defined at the network element.

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 NetworkElement

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 NetworkElement

  • Parameters

    Returns NetworkElement

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