te::wfs::Module Class Reference

#include <Module.h>

Inheritance diagram for te::wfs::Module:
te::core::CppPlugin te::core::AbstractPlugin

Public Member Functions

const PluginInfo & info () const
 It returns the PluginInfo of the CppPlugin. More...
 
bool initialized () const
 It returns true or false if the CppPlugin was initialized. More...
 
 Module (const te::core::PluginInfo &pluginInfo)
 Plugin constructor. More...
 
 ~Module ()
 Destructor. More...
 
Re-Implmentation from Plugin Interface

Re-Implementation from Plugin Interface.

void startup ()
 This method will be called by TerraLib to startup some plugin's functionality. More...
 
void shutdown ()
 This method will be called by TerraLib to shutdown plugin's functionality. More...
 

Protected Attributes

bool m_initialized
 
PluginInfo m_pinfo
 

Detailed Description

brief The TerraLib WFS driver as a plugin.

Definition at line 42 of file Module.h.

Constructor & Destructor Documentation

te::wfs::Module::Module ( const te::core::PluginInfo pluginInfo)

Plugin constructor.

Parameters
pInfoBasic information provided to initialize this module through the plugin API.
te::wfs::Module::~Module ( )

Destructor.

Member Function Documentation

const PluginInfo& te::core::CppPlugin::info ( ) const
virtualinherited

It returns the PluginInfo of the CppPlugin.

Returns
The CppPlugin information

Implements te::core::AbstractPlugin.

bool te::core::CppPlugin::initialized ( ) const
virtualinherited

It returns true or false if the CppPlugin was initialized.

Returns
The current state of the CppPlugin

Implements te::core::AbstractPlugin.

void te::wfs::Module::shutdown ( )
virtual

This method will be called by TerraLib to shutdown plugin's functionality.

Exceptions
ExceptionIt throws an exception if the plugin can not be shutdown.

Implements te::core::AbstractPlugin.

void te::wfs::Module::startup ( )
virtual

This method will be called by TerraLib to startup some plugin's functionality.

Exceptions
ExceptionIt throws an exception if the plugin can not be started.

Implements te::core::AbstractPlugin.

Member Data Documentation

bool te::core::CppPlugin::m_initialized
protectedinherited

Definition at line 73 of file CppPlugin.h.

PluginInfo te::core::CppPlugin::m_pinfo
protectedinherited

Definition at line 72 of file CppPlugin.h.


The documentation for this class was generated from the following file: