![]() |
Maria GDK 5.0.0.935
Documentation of native code in develop branch
|
Wrapper for a layer - a combination of store, style, (filter) and a tilecache. More...
#include <MDrawObjectTilesLayerManager.h>
Public Member Functions | |
| DrawObjectTilesRenderLayer (std::string layerId, std::string storeKey, std::string styleName, std::string filterName, std::vector< std::string > listIds, std::shared_ptr< Maria::TileCache > tileCache, std::shared_ptr< DrawObjectTileRenderer > renderer) | |
| const std::string & | Id () |
| const std::string & | StoreKey () |
| const std::string & | StyleName () |
| const std::string & | FilterName () |
| const std::vector< std::string > & | ListIds () |
| std::shared_ptr< Maria::TileCache > | TileCache () |
| std::shared_ptr< Maria::DrawObjectTileRenderer > | TileRenderer () |
Wrapper for a layer - a combination of store, style, (filter) and a tilecache.