| Class | Description |
|---|---|
| ClusteredVectorLayer |
A vector layer that supports clustering point-type features.
A Pairwise centroid hierarchical clustering algorithm is used internally. |
| ClusterElementBuilder |
A special callback interface for building cluster elements from set of existing vector element.
|
| Layer |
An abstract base class for all layers.
|
| Layers |
Container for all raster and vector layers of the map view.
The order in which layers are added is important for vector elements like Points, Lines and Polygons. |
| NMLModelLODTreeLayer |
An advanced layer for 3D models that supports automatic Level of Detail (LOD) calculation based on view.
Should be used together with corresponding data source. |
| NutiteqOnlineVectorTileLayer |
Specialized online vector tile layer that connects to Nutiteq online tile server.
This layer is intended as a 'shortcut' to make using Nutiteq online service and vector tiles as simple as possible. |
| RasterTileLayer |
A tile layer where each tile is a bitmap.
|
| TileLayer |
An abstract base class for all tile layers.
|
| TileLoadListener |
Interface for monitoring tile loading events.
|
| TorqueTileLayer |
A vector tile layer for rendering time-based animated point clouds.
|
| UTFGridRasterTileLayer |
A special raster layer with UTFGrid interaction.
|
| VectorLayer |
A vector layer that loads data using an envelope.
|
| VectorTileLayer |
A tile layer where each tile is a bitmap.
|
| Enum | Description |
|---|---|
| TileSubstitutionPolicy |
The policy to use when looking for tiles that are not available.
|
| VectorTileLabelOrder |
Vector tile label display ordering.
|