初步实现采集、图层和TOC联动
This commit is contained in:
14
HPPA/RasterLayer.h
Normal file
14
HPPA/RasterLayer.h
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "MapLayer.h"
|
||||
|
||||
class RasterLayer : public MapLayer
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit RasterLayer(const QString& name, const QString& uri);
|
||||
|
||||
LayerType layerType() const override;
|
||||
|
||||
// future: renderer, data provider, etc.
|
||||
};
|
||||
Reference in New Issue
Block a user