Go to the documentation of this file.
   26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   32 #define TE_GEOMETRY_MODULE_NAME "te.geometry" 
   44 #define TE_GEOS_DEFAULT_QUADRANT_SEGMENTS 8 
   66     #pragma warning( disable : 4251 ) 
   67     #pragma warning( disable : 4275 ) 
   68     #pragma warning( disable : 4290 ) 
   72     #define TEGEOMEXPORT                          // Don't need to export/import... it is a static library 
   74     #define TEGEOMEXPORT  __declspec(dllexport)   // export DLL information 
   76     #define TEGEOMEXPORT  __declspec(dllimport)   // import DLL information 
   84 #endif  // __TERRALIB_GEOMETRY_INTERNAL_CONFIG_H