30 #ifndef FOJSONMODULE_H_ 31 #define FOJSONMODULE_H_ 33 #include <BESAbstractModule.h> 56 virtual void initialize(
const string &modname ) ;
57 virtual void terminate(
const string &modname ) ;
59 virtual void dump( ostream &strm )
const ;
virtual void initialize(const string &modname)
initialize the module by adding call backs and registering objects with the framework
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes
virtual void terminate(const string &modname)
removes any registered callbacks or objects from the framework
Module that allows for OPeNDAP Data objects to be returned as geotiff files.