Go to the documentation of this file.
   26 #ifndef __TERRALIB_SRS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_SRS_INTERNAL_CONFIG_H 
   34 #define TE_SRS_MODULE_NAME "te.srs" 
   41 #define TE_UNKNOWN_SRS 0 
   52 #define TE_SRS_SAD69 4618 
   57 #define TE_SRS_CORREGO_ALEGRE 4225 
   63 #define TE_SRS_WGS84 4326 
   68 #define TE_SRS_SIRGAS2000 4674 
   73 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_21S 22521 
   78 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_22S 22522 
   83 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_23S 22523 
   88 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_24S 22524 
   93 #define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_25S 22525 
   98 #define TE_SRS_SAD69_POLYCONIC 29101 
  103 #define TE_SRS_SAD69_UTM_ZONE_18N 29168 
  108 #define TE_SRS_SAD69_UTM_ZONE_19N 29169 
  113 #define TE_SRS_SAD69_UTM_ZONE_20N 29170 
  118 #define TE_SRS_SAD69_UTM_ZONE_21N 29171 
  123 #define TE_SRS_SAD69_UTM_ZONE_22N 29172 
  129 #define TE_SRS_SAD69_UTM_ZONE_17S 29187 
  134 #define TE_SRS_SAD69_UTM_ZONE_18S 29188 
  139 #define TE_SRS_SAD69_UTM_ZONE_19S 29189 
  144 #define TE_SRS_SAD69_UTM_ZONE_20S 29190 
  149 #define TE_SRS_SAD69_UTM_ZONE_21S 29191 
  154 #define TE_SRS_SAD69_UTM_ZONE_22S 29192 
  159 #define TE_SRS_SAD69_UTM_ZONE_23S 29193 
  164 #define TE_SRS_SAD69_UTM_ZONE_24S 29194 
  169 #define TE_SRS_SAD69_UTM_ZONE_25S 29195 
  174 #define TE_SRS_SIRGAS2000_UTM_ZONE_17N 31971 
  179 #define TE_SRS_SIRGAS2000_UTM_ZONE_18N 31972 
  184 #define TE_SRS_SIRGAS2000_UTM_ZONE_19N 31973 
  189 #define TE_SRS_SIRGAS2000_UTM_ZONE_20N 31974 
  194 #define TE_SRS_SIRGAS2000_UTM_ZONE_21N 31975 
  199 #define TE_SRS_SIRGAS2000_UTM_ZONE_22N 31976 
  205 #define TE_SRS_SIRGAS2000_UTM_ZONE_17S 31977 
  210 #define TE_SRS_SIRGAS2000_UTM_ZONE_18S 31978 
  215 #define TE_SRS_SIRGAS2000_UTM_ZONE_19S 31979 
  220 #define TE_SRS_SIRGAS2000_UTM_ZONE_20S 31980 
  225 #define TE_SRS_SIRGAS2000_UTM_ZONE_21S 31981 
  230 #define TE_SRS_SIRGAS2000_UTM_ZONE_22S 31982 
  235 #define TE_SRS_SIRGAS2000_UTM_ZONE_23S 31983 
  240 #define TE_SRS_SIRGAS2000_UTM_ZONE_24S 31984 
  245 #define TE_SRS_SIRGAS2000_UTM_ZONE_25S 31985 
  251 #define TE_SRS_WGS84_UTM_ZONE_18N 32618 
  256 #define TE_SRS_WGS84_UTM_ZONE_19N 32619 
  261 #define TE_SRS_WGS84_UTM_ZONE_20N 32620 
  266 #define TE_SRS_WGS84_UTM_ZONE_21N 32621 
  271 #define TE_SRS_WGS84_UTM_ZONE_22N 32622 
  277 #define TE_SRS_WGS84_UTM_ZONE_17S 32717 
  282 #define TE_SRS_WGS84_UTM_ZONE_18S 32718 
  287 #define TE_SRS_WGS84_UTM_ZONE_19S 32719 
  292 #define TE_SRS_WGS84_UTM_ZONE_20S 32720 
  297 #define TE_SRS_WGS84_UTM_ZONE_21S 32721 
  302 #define TE_SRS_WGS84_UTM_ZONE_22S 32722 
  307 #define TE_SRS_WGS84_UTM_ZONE_23S 32723 
  312 #define TE_SRS_WGS84_UTM_ZONE_24S 32724 
  317 #define TE_SRS_WGS84_UTM_ZONE_25S 32725 
  323 #define TE_SRS_WGS84_ANTARTIC_POLAR_STEREOGRAPHIC 3031 
  328 #define TE_SRS_GOOGLE 900913 
  333 #define TE_SRS_USER_DEFINED_START_ID 100001 
  342 #define TE_SRS_TEXT_DOMAIN "tesrs" 
  364 #pragma warning( disable : 4251 ) 
  368 #define TESRSEXPORT                          // Don't need to export/import... it is a static library 
  370 #define TESRSEXPORT  __declspec(dllexport)   // export DLL information 
  372 #define TESRSEXPORT  __declspec(dllimport)   // import DLL information 
  380 #endif  // __TERRALIB_SRS_INTERNAL_CONFIG_H