Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TraceLocation

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

globalId

globalId: string

The globalId (UUID) of the feature to start or stop the trace.

Read more...

initialized

initialized: boolean

isFilterBarrier

isFilterBarrier: boolean

This indicates whether this barrier starting location should be skipped (filtered) when a trace attempts to find upstream controllers.

Read more...

percentAlong

percentAlong: number

This double parameter of value of 0-1 indicates a percentage along the line of where the starting location is placed.

Read more...

terminalId

terminalId: number

The terminal Id to place the starting location at.

Read more...

type

type: "starting-point" | "barrier"

The type of the trace location; starting-point defines where the trace should start and barrier defines where the trace should stop.

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 TraceLocation

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 TraceLocation

  • Parameters

    Returns TraceLocation

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