Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TraceResult

Hierarchy

Index

Properties

aggregatedGeometry

aggregatedGeometry: AggregatedGeometry

This property defines an aggregation of geometries returned by the trace.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

elements

elements: NetworkElement[]

An array of network elements returned by the trace.

Read more...

globalFunctionResults

globalFunctionResults: FunctionResult[]

Returns an array of function aggregation results.

Read more...

initialized

initialized: boolean

kFeaturesForKNNFound

kFeaturesForKNNFound: boolean

This parameter is specific to the K-Nearest Neighbors Algorithm, when the neariest filter is provided in the trace configuration.

Read more...

startingPointsIgnored

startingPointsIgnored: boolean

Returns true if the starting points in the network trace operation are ignored.

Read more...

warnings

warnings: string[]

Returns any warnings encountered by the trace operation.

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 TraceResult

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 TraceResult

  • Parameters

    Returns TraceResult

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