Go to the documentation of this file.
   26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_CONFIG_H 
   29 #define TE_GEOMETRY_MODULE_NAME "te.geometry" 
   41 #define TE_GEOS_DEFAULT_QUADRANT_SEGMENTS 8 
   63     #pragma warning( disable : 4251 ) 
   64     #pragma warning( disable : 4275 ) 
   65     #pragma warning( disable : 4290 ) 
   71     #define TEGEOMEXPORT  __declspec(dllexport)    
   73     #define TEGEOMEXPORT  __declspec(dllimport)