25 #ifndef A_FONgModule_H
26 #define A_FONgModule_H 1
28 #include <BESAbstractModule.h>
51 virtual void initialize(
const std::string &modname ) ;
52 virtual void terminate(
const std::string &modname ) ;
54 virtual void dump( std::ostream &strm )
const ;
Module that allows for OPeNDAP Data objects to be returned as geotiff files.
virtual void initialize(const std::string &modname)
initialize the module by adding call backs and registering objects with the framework
virtual void terminate(const std::string &modname)
removes any registered callbacks or objects from the framework
virtual void dump(std::ostream &strm) const
dumps information about this object for debugging purposes