Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KMLSublayerProperties

Hierarchy

  • KMLSublayerProperties

Index

Properties

Optional description

description: string

Description for the KML sublayer.

Read more...

Optional id

id: number

The id for the KML sublayer.

Read more...

Optional layer

The KMLLayer to which the sublayer belongs.

Read more...

Optional networkLink

networkLink: any

Network link info for the current layer.

Read more...

Optional sourceJSON

sourceJSON: any

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

Read more...

Optional sublayers

A collection of KMLSublayers.

Read more...

Optional title

title: string

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

Read more...

Optional visible

visible: boolean

Indicates if the sublayer is visible in the view.

Read more...

Generated using TypeDoc