Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LayerMap

A collection of layers in a hierarchical tree.

Each map includes a collection of zero or more Layers rooted in its reference frame (the layers list) as well as a collection of zero or more child LayerMaps, which have reference frames that are defined relative to this layer's reference frame (the childMaps dictionary).

Hierarchy

  • LayerMap

Index

Constructors

constructor

Properties

childMaps

childMaps: {}

Type declaration

enabled

enabled: boolean

layers

layers: Layer[]

loadedFromTour

loadedFromTour: boolean

open

open: boolean

parent

parent: null | LayerMap

Methods

addChild

get_name

  • get_name(): string

set_name

  • set_name(v: string): string

Generated using TypeDoc