17 class DtOsgEarthStreamedFeatureManager;
46 virtual void onLayerLoaded(
const osgEarth::MapNode* mapNode,
47 osgEarth::Layer* layer);
50 virtual void onDataPreMerge(
const osgEarth::Map* map,
const osgEarth::Layer* layer,
54 virtual void onDataLoaded(
const osgEarth::Map* map,
const osgEarth::Layer* layer,
55 const osg::Node* data);
60 virtual float callbackOrder();
63 virtual const std::string& instanceClassName()
const;
68 static const std::string& className();
102 static void registerInstance(
DtDe& de,
Virtual base class.
Definition: DtVirtualBaseClass.h:22
The DtOsgEarthStreamedFeatureCallback creator for the DtOsgEarthStreamedFeatureCallbackCreator class...
Definition: DtOsgEarthStreamedFeatureCallback.h:80
#define DT_DLL_VRVOSGEARTH
Definition: vrvOsgEarth.h:21
static const std::string theClassName
Definition: DtOsgEarthStreamedFeatureCallback.h:71
DtOsgEarthStreamedFeatureManager & myFeatureManager
Definition: DtOsgEarthStreamedFeatureCallback.h:74
DtOsgEarthStreamedFeatureManager is an osgEarth-specific implemenation of a DtStreamedFeatureManager...
Definition: DtOsgEarthStreamedFeatureManager.h:44
Contains makVrv::DtVirtualBaseClass class.
DtOsgEarthFeatureDataBroker::Callback that is fired when a new feature data 'tile' pages in...
Definition: DtOsgEarthStreamedFeatureCallback.h:24
Definition: DtOsgEarthFeatureDataBroker.h:65
Contains makVrv::DtOsgEarthFeatureDataBroker class.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.