11 #include <osgEarth/Map>
21 #include <osgEarth/MapNodeObserver>
22 #include <osgEarth/Map>
23 #include <Vect/Cee_VectFeature.h>
24 #include <Cee_CdbDB.h>
27 namespace makVrv {
namespace oe {
namespace CDB
32 class CDBModelOptions;
36 #define theINDEXNOTINITIALIZED -1
49 virtual void initialize(
const std::string& shpInstanceFile,
const std::string& dbfClassFile,
const std::string& dbfExtendedFile) = 0;
53 virtual void readInstance(
const std::string& dbfClassFile,
const CDBTileKey& key,
const std::string& shpInstanceFile, VectFile* shpVector,
63 bool getModelPoint(
const VectFeature* feature, osg::Vec3d& modelPoint);
73 osg::ref_ptr< osgEarth::SpatialReference >
myWgs84;