Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KMLSublayer

Hierarchy

Index

Properties

declaredClass

declaredClass: string

description

description: string

Description for the KML sublayer.

Read more...

destroyed

destroyed: boolean

id

id: number

The id for the KML sublayer.

Read more...

initialized

initialized: boolean

layer

layer: KMLLayer

The KMLLayer to which the sublayer belongs.

Read more...

networkLink

networkLink: any

Network link info for the current layer.

Read more...

sourceJSON

sourceJSON: any

The raw KML data for this sublayer, in JSON format, as returned by the KML utility service.

Read more...

sublayers

A collection of KMLSublayers.

Read more...

title

title: string

The title of the KML sublayer used to identify it in places such as the LayerList and Legend widgets.

Read more...

visible

visible: boolean

Indicates if the sublayer is visible in the view.

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 KMLSublayer

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 KMLSublayer

  • Parameters

    Returns KMLSublayer

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