Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceAreaSolveResult

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

facilities

facilities: Point[]

Array of points only returned if ServiceAreaParameters.returnFacilities = true.

Read more...

initialized

initialized: boolean

messages

messages: supportNAMessage[]

Message received when solve is completed.

Read more...

pointBarriers

pointBarriers: Point[]

The point barriers are returned only if ServiceAreaParameters.returnPointBarriers = true (which is not the default).

Read more...

polygonBarriers

polygonBarriers: Polygon[]

The polygon barriers are returned only if ServiceAreaParameters.returnPolygonBarriers = true (which is not the default).

Read more...

polylineBarriers

polylineBarriers: Polyline[]

The polyline barriers are returned only if ServiceAreaParameters.returnPolylineBarriers = true (which is not the default).

Read more...

serviceAreaPolygons

serviceAreaPolygons: Graphic[]

An array of service area polygon graphics.

Read more...

serviceAreaPolylines

serviceAreaPolylines: Graphic[]

An array of service area polyline graphics.

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 ServiceAreaSolveResult

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 ServiceAreaSolveResult

  • Parameters

    Returns ServiceAreaSolveResult

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