Go to the documentation of this file.
   26 #ifndef __TERRALIB_SRS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_SRS_INTERNAL_CONFIG_H 
   30 #include "../Config.h" 
   37 #define TE_SRS_MODULE_NAME "te.srs" 
   49 #define TE_SRS_TEXT_DOMAIN "tesrs" 
   56 #define TE_SRS_TEXT_DOMAIN_DIR "locale" 
   63 #define TR_SRS(message) TR(message, TE_SRS_TEXT_DOMAIN) 
   72 #define TE_UNKNOWN_SRS 0 
   83 #define TE_SRS_SAD69 4618 
   88 #define TE_SRS_CORREGO_ALEGRE 4225 
   94 #define TE_SRS_WGS84 4326 
   99 #define TE_SRS_SIRGAS2000 4674 
  104 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_21S 22521 
  109 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_22S 22522 
  114 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_23S 22523 
  119 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_24S 22524 
  124 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_25S 22525 
  129 #define TE_SRS_SAD69_POLYCONIC 29101 
  134 #define TE_SRS_SAD69_UTM_ZONE_18N 29168 
  139 #define TE_SRS_SAD69_UTM_ZONE_19N 29169 
  144 #define TE_SRS_SAD69_UTM_ZONE_20N 29170 
  149 #define TE_SRS_SAD69_UTM_ZONE_21N 29171 
  154 #define TE_SRS_SAD69_UTM_ZONE_22N 29172 
  160 #define TE_SRS_SAD69_UTM_ZONE_17S 29187 
  165 #define TE_SRS_SAD69_UTM_ZONE_18S 29188 
  170 #define TE_SRS_SAD69_UTM_ZONE_19S 29189 
  175 #define TE_SRS_SAD69_UTM_ZONE_20S 29190 
  180 #define TE_SRS_SAD69_UTM_ZONE_21S 29191 
  185 #define TE_SRS_SAD69_UTM_ZONE_22S 29192 
  190 #define TE_SRS_SAD69_UTM_ZONE_23S 29193 
  195 #define TE_SRS_SAD69_UTM_ZONE_24S 29194 
  200 #define TE_SRS_SAD69_UTM_ZONE_25S 29195 
  205 #define TE_SRS_SIRGAS2000_UTM_ZONE_17N 31971 
  210 #define TE_SRS_SIRGAS2000_UTM_ZONE_18N 31972 
  215 #define TE_SRS_SIRGAS2000_UTM_ZONE_19N 31973 
  220 #define TE_SRS_SIRGAS2000_UTM_ZONE_20N 31974 
  225 #define TE_SRS_SIRGAS2000_UTM_ZONE_21N 31975 
  230 #define TE_SRS_SIRGAS2000_UTM_ZONE_22N 31976 
  236 #define TE_SRS_SIRGAS2000_UTM_ZONE_17S 31977 
  241 #define TE_SRS_SIRGAS2000_UTM_ZONE_18S 31978 
  246 #define TE_SRS_SIRGAS2000_UTM_ZONE_19S 31979 
  251 #define TE_SRS_SIRGAS2000_UTM_ZONE_20S 31980 
  256 #define TE_SRS_SIRGAS2000_UTM_ZONE_21S 31981 
  261 #define TE_SRS_SIRGAS2000_UTM_ZONE_22S 31982 
  266 #define TE_SRS_SIRGAS2000_UTM_ZONE_23S 31983 
  271 #define TE_SRS_SIRGAS2000_UTM_ZONE_24S 31984 
  276 #define TE_SRS_SIRGAS2000_UTM_ZONE_25S 31985 
  282 #define TE_SRS_WGS84_UTM_ZONE_18N 32618 
  287 #define TE_SRS_WGS84_UTM_ZONE_19N 32619 
  292 #define TE_SRS_WGS84_UTM_ZONE_20N 32620 
  297 #define TE_SRS_WGS84_UTM_ZONE_21N 32621 
  302 #define TE_SRS_WGS84_UTM_ZONE_22N 32622 
  308 #define TE_SRS_WGS84_UTM_ZONE_17S 32717 
  313 #define TE_SRS_WGS84_UTM_ZONE_18S 32718 
  318 #define TE_SRS_WGS84_UTM_ZONE_19S 32719 
  323 #define TE_SRS_WGS84_UTM_ZONE_20S 32720 
  328 #define TE_SRS_WGS84_UTM_ZONE_21S 32721 
  333 #define TE_SRS_WGS84_UTM_ZONE_22S 32722 
  338 #define TE_SRS_WGS84_UTM_ZONE_23S 32723 
  343 #define TE_SRS_WGS84_UTM_ZONE_24S 32724 
  348 #define TE_SRS_WGS84_UTM_ZONE_25S 32725 
  354 #define TE_SRS_WGS84_ANTARTIC_POLAR_STEREOGRAPHIC 3031 
  362 #define TE_SRS_TEXT_DOMAIN "tesrs" 
  384 #pragma warning( disable : 4251 ) 
  388 #define TESRSEXPORT                          // Don't need to export/import... it is a static library 
  390 #define TESRSEXPORT  __declspec(dllexport)   // export DLL information 
  392 #define TESRSEXPORT  __declspec(dllimport)   // import DLL information 
  400 #endif  // __TERRALIB_SRS_INTERNAL_CONFIG_H