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" 
   44 #define TE_UNKNOWN_SRS 0 
   55 #define TE_SRS_SAD69 4618 
   60 #define TE_SRS_CORREGO_ALEGRE 4225 
   66 #define TE_SRS_WGS84 4326 
   71 #define TE_SRS_SIRGAS2000 4674 
   76 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_21S 22521 
   81 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_22S 22522 
   86 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_23S 22523 
   91 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_24S 22524 
   96 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_25S 22525 
  101 #define TE_SRS_SAD69_POLYCONIC 29101 
  106 #define TE_SRS_SAD69_UTM_ZONE_18N 29168 
  111 #define TE_SRS_SAD69_UTM_ZONE_19N 29169 
  116 #define TE_SRS_SAD69_UTM_ZONE_20N 29170 
  121 #define TE_SRS_SAD69_UTM_ZONE_21N 29171 
  126 #define TE_SRS_SAD69_UTM_ZONE_22N 29172 
  132 #define TE_SRS_SAD69_UTM_ZONE_17S 29187 
  137 #define TE_SRS_SAD69_UTM_ZONE_18S 29188 
  142 #define TE_SRS_SAD69_UTM_ZONE_19S 29189 
  147 #define TE_SRS_SAD69_UTM_ZONE_20S 29190 
  152 #define TE_SRS_SAD69_UTM_ZONE_21S 29191 
  157 #define TE_SRS_SAD69_UTM_ZONE_22S 29192 
  162 #define TE_SRS_SAD69_UTM_ZONE_23S 29193 
  167 #define TE_SRS_SAD69_UTM_ZONE_24S 29194 
  172 #define TE_SRS_SAD69_UTM_ZONE_25S 29195 
  177 #define TE_SRS_SIRGAS2000_UTM_ZONE_17N 31971 
  182 #define TE_SRS_SIRGAS2000_UTM_ZONE_18N 31972 
  187 #define TE_SRS_SIRGAS2000_UTM_ZONE_19N 31973 
  192 #define TE_SRS_SIRGAS2000_UTM_ZONE_20N 31974 
  197 #define TE_SRS_SIRGAS2000_UTM_ZONE_21N 31975 
  202 #define TE_SRS_SIRGAS2000_UTM_ZONE_22N 31976 
  208 #define TE_SRS_SIRGAS2000_UTM_ZONE_17S 31977 
  213 #define TE_SRS_SIRGAS2000_UTM_ZONE_18S 31978 
  218 #define TE_SRS_SIRGAS2000_UTM_ZONE_19S 31979 
  223 #define TE_SRS_SIRGAS2000_UTM_ZONE_20S 31980 
  228 #define TE_SRS_SIRGAS2000_UTM_ZONE_21S 31981 
  233 #define TE_SRS_SIRGAS2000_UTM_ZONE_22S 31982 
  238 #define TE_SRS_SIRGAS2000_UTM_ZONE_23S 31983 
  243 #define TE_SRS_SIRGAS2000_UTM_ZONE_24S 31984 
  248 #define TE_SRS_SIRGAS2000_UTM_ZONE_25S 31985 
  254 #define TE_SRS_WGS84_UTM_ZONE_18N 32618 
  259 #define TE_SRS_WGS84_UTM_ZONE_19N 32619 
  264 #define TE_SRS_WGS84_UTM_ZONE_20N 32620 
  269 #define TE_SRS_WGS84_UTM_ZONE_21N 32621 
  274 #define TE_SRS_WGS84_UTM_ZONE_22N 32622 
  280 #define TE_SRS_WGS84_UTM_ZONE_17S 32717 
  285 #define TE_SRS_WGS84_UTM_ZONE_18S 32718 
  290 #define TE_SRS_WGS84_UTM_ZONE_19S 32719 
  295 #define TE_SRS_WGS84_UTM_ZONE_20S 32720 
  300 #define TE_SRS_WGS84_UTM_ZONE_21S 32721 
  305 #define TE_SRS_WGS84_UTM_ZONE_22S 32722 
  310 #define TE_SRS_WGS84_UTM_ZONE_23S 32723 
  315 #define TE_SRS_WGS84_UTM_ZONE_24S 32724 
  320 #define TE_SRS_WGS84_UTM_ZONE_25S 32725 
  326 #define TE_SRS_WGS84_ANTARTIC_POLAR_STEREOGRAPHIC 3031 
  334 #define TE_SRS_TEXT_DOMAIN "tesrs" 
  356 #pragma warning( disable : 4251 ) 
  360 #define TESRSEXPORT                          // Don't need to export/import... it is a static library 
  362 #define TESRSEXPORT  __declspec(dllexport)   // export DLL information 
  364 #define TESRSEXPORT  __declspec(dllimport)   // import DLL information 
  372 #endif  // __TERRALIB_SRS_INTERNAL_CONFIG_H