27 #include "../core/logger/Logger.h" 28 #include "../common/TerraLib.h" 29 #include "../core/translator/Translator.h" #define TE_EDIT_MODULE_NAME
This singleton defines the TerraLib Edit module entry.
Configuration flags for the TerraLib Edit module.
This class implements a vertex search snap.
#define TE_TR(message)
It marks a string in order to get translated.
const te::edit::Module & sm_module
static Module & getInstance()
It returns a reference to the singleton instance.
void remove(const std::string &moduleName)
It removes the module entry identified by the given name.
Module()
The singleton constructor is not callable outside the class.
void add(const Module &m)
It registers the module in the TerraLib Platform.
This is a singleton for managing geometries snap.
static void initialize()
This is the startup function for the TerraLib Edit module.
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
static Snap * Builder(const std::string &source, int srid)
This internal structure is used to model the basic information about a TerraLib module.
This singleton defines the TerraLib Edit module entry.
static void finalize()
This is the cleanup function for the TerraLib Edit module.