Loading...
Searching...
No Matches
Go to the documentation of this file.
26#ifndef __TERRALIB_SRS_INTERNAL_CONFIG_H
27#define __TERRALIB_SRS_INTERNAL_CONFIG_H
29#include <terralib_buildconfig.h>
36#define TE_SRS_MODULE_NAME "te.srs"
43#define TE_UNKNOWN_SRS 0
54#define TE_SRS_SAD69 4618
59#define TE_SRS_CORREGO_ALEGRE 4225
65#define TE_SRS_WGS84 4326
70#define TE_SRS_SIRGAS2000 4674
75#define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_21S 22521
80#define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_22S 22522
85#define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_23S 22523
90#define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_24S 22524
95#define TE_SRS_CORREGO_ALEGRE_UTM_ZONE_25S 22525
100#define TE_SRS_SAD69_POLYCONIC 29101
105#define TE_SRS_SAD69_UTM_ZONE_18N 29168
110#define TE_SRS_SAD69_UTM_ZONE_19N 29169
115#define TE_SRS_SAD69_UTM_ZONE_20N 29170
120#define TE_SRS_SAD69_UTM_ZONE_21N 29171
125#define TE_SRS_SAD69_UTM_ZONE_22N 29172
131#define TE_SRS_SAD69_UTM_ZONE_17S 29187
136#define TE_SRS_SAD69_UTM_ZONE_18S 29188
141#define TE_SRS_SAD69_UTM_ZONE_19S 29189
146#define TE_SRS_SAD69_UTM_ZONE_20S 29190
151#define TE_SRS_SAD69_UTM_ZONE_21S 29191
156#define TE_SRS_SAD69_UTM_ZONE_22S 29192
161#define TE_SRS_SAD69_UTM_ZONE_23S 29193
166#define TE_SRS_SAD69_UTM_ZONE_24S 29194
171#define TE_SRS_SAD69_UTM_ZONE_25S 29195
176#define TE_SRS_SIRGAS2000_UTM_ZONE_17N 31971
181#define TE_SRS_SIRGAS2000_UTM_ZONE_18N 31972
186#define TE_SRS_SIRGAS2000_UTM_ZONE_19N 31973
191#define TE_SRS_SIRGAS2000_UTM_ZONE_20N 31974
196#define TE_SRS_SIRGAS2000_UTM_ZONE_21N 31975
201#define TE_SRS_SIRGAS2000_UTM_ZONE_22N 31976
207#define TE_SRS_SIRGAS2000_UTM_ZONE_17S 31977
212#define TE_SRS_SIRGAS2000_UTM_ZONE_18S 31978
217#define TE_SRS_SIRGAS2000_UTM_ZONE_19S 31979
222#define TE_SRS_SIRGAS2000_UTM_ZONE_20S 31980
227#define TE_SRS_SIRGAS2000_UTM_ZONE_21S 31981
232#define TE_SRS_SIRGAS2000_UTM_ZONE_22S 31982
237#define TE_SRS_SIRGAS2000_UTM_ZONE_23S 31983
242#define TE_SRS_SIRGAS2000_UTM_ZONE_24S 31984
247#define TE_SRS_SIRGAS2000_UTM_ZONE_25S 31985
253#define TE_SRS_WGS84_UTM_ZONE_18N 32618
258#define TE_SRS_WGS84_UTM_ZONE_19N 32619
263#define TE_SRS_WGS84_UTM_ZONE_20N 32620
268#define TE_SRS_WGS84_UTM_ZONE_21N 32621
273#define TE_SRS_WGS84_UTM_ZONE_22N 32622
279#define TE_SRS_WGS84_UTM_ZONE_17S 32717
284#define TE_SRS_WGS84_UTM_ZONE_18S 32718
289#define TE_SRS_WGS84_UTM_ZONE_19S 32719
294#define TE_SRS_WGS84_UTM_ZONE_20S 32720
299#define TE_SRS_WGS84_UTM_ZONE_21S 32721
304#define TE_SRS_WGS84_UTM_ZONE_22S 32722
309#define TE_SRS_WGS84_UTM_ZONE_23S 32723
314#define TE_SRS_WGS84_UTM_ZONE_24S 32724
319#define TE_SRS_WGS84_UTM_ZONE_25S 32725
325#define TE_SRS_WGS84_ANTARTIC_POLAR_STEREOGRAPHIC 3031
330#define TE_SRS_GOOGLE 900913
335#define TE_SRS_USER_DEFINED_START_ID 1000000
344#define TE_SRS_TEXT_DOMAIN "tesrs"
366#pragma warning( disable : 4251 )
372#define TESRSEXPORT __declspec(dllexport)
374#define TESRSEXPORT __declspec(dllimport)