Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LayerType

An enumeration. A LayerType can be assigned to a Layer. The choice for a LayerType usually depends on the nature of the data that the Layer is visualizing.

Overview

Enumeration members

Enumeration members

BASE

BASE: = "BASE"

"BASE" LayerType.

Indicates the layer must always be positioned as the last layer in the Map, behind all other layers. Even when multiple BASE Layers are added to a Map, only the top one will be drawn.

In practice this means that the visibility of other BASE-layers will be automatically turned off when a new visible BASE Layer is added.

Layers of this type are usually layers with raster data.

DYNAMIC

DYNAMIC: = "DYNAMIC"

"DYNAMIC" LayerType.

LuciadRIA uses this flag to optimize rendering with the assumption that a lot of data in the model changes often. Use this layer type when you want the data updates on screen as fast as possible.

STATIC

STATIC: = "STATIC"

"STATIC" LayerType.

LuciadRIA uses this flag to optimize the rendering with the assumption that the model contains data that does not change often or at all.

This is the default.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method