LuciadCPillar 2025.0.11
Loading...
Searching...
No Matches
layers

Support for rendering of data on a Map. More...

Topics

 features
 Support for rendering of feature (vector) data.
 grids
 Support for rendering of grids.
 los
 Support for rendering of line-of-sight features.
 mbtiles
 Support for rendering of Mapbox feature tile (vector) data.
 rasters
 Support for rendering of raster data.
 styles
 Support for styling data on a Map.
 tileset3d
 Support for rendering of 3D tiles data.

Classes

class  luciad::ILayerListObserver
 Observer interface allowing to get notified about changes within the luciad::LayerList. More...
class  luciad::ILayerObserver
 Interface for observing layers. More...
class  luciad::Layer
 Common representation for layers that can be added to a map. More...
class  luciad::LayerEvent
 Event that indicates that some property of a specific layer has changed. More...
class  luciad::LayerList
 Represents an ordered list of layers. More...
class  luciad::LayerListEvent
 An event object, describing a change in a LayerList instance. More...

Typedefs

using luciad::LayerId = uint64_t

Detailed Description

Support for rendering of data on a Map.

The main entry point for adding data to the Map is the Layer class. It's possible to create a Layer instance using

Typedef Documentation

◆ LayerId

using luciad::LayerId = uint64_t