~ubuntu-branches/ubuntu/wily/spatialite/wily-proposed

« back to all changes in this revision

Viewing changes to src/srsinit/epsg_inlined_extra.c

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-07-14 11:57:46 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150714115746-e2iljfmb5sq7o5hh
Tags: 4.3.0-1
Move from experimental to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
 helper function for srs_init.c -- populating the SPATIAL_REF_SYS table
4
4
 
5
 
 this code was autogenerated by "auto_epsg" on Wed Aug  1 15:15:05 2012
 
5
 this code was autogenerated by "auto_epsg_ext" on Wed May 27 18:50:23 2015
6
6
 
7
7
 Author: Sandro Furieri a.furieri@lqt.it
8
8
 
43
43
 
44
44
*/
45
45
 
 
46
#if defined(_WIN32) && !defined(__MINGW32__)
 
47
#include "config-msvc.h"
 
48
#else
 
49
#include "config.h"
 
50
#endif
 
51
 
46
52
#include <spatialite_private.h>
47
53
 
48
54
/* declaring prototypes */
128
134
        int filter, struct epsg_defs **first, struct epsg_defs **last);
129
135
SPATIALITE_PRIVATE void initialize_epsg_40 (
130
136
        int filter, struct epsg_defs **first, struct epsg_defs **last);
 
137
SPATIALITE_PRIVATE void initialize_epsg_41 (
 
138
        int filter, struct epsg_defs **first, struct epsg_defs **last);
 
139
SPATIALITE_PRIVATE void initialize_epsg_42 (
 
140
        int filter, struct epsg_defs **first, struct epsg_defs **last);
 
141
SPATIALITE_PRIVATE void initialize_epsg_43 (
 
142
        int filter, struct epsg_defs **first, struct epsg_defs **last);
 
143
SPATIALITE_PRIVATE void initialize_epsg_44 (
 
144
        int filter, struct epsg_defs **first, struct epsg_defs **last);
 
145
SPATIALITE_PRIVATE void initialize_epsg_45 (
 
146
        int filter, struct epsg_defs **first, struct epsg_defs **last);
 
147
SPATIALITE_PRIVATE void initialize_epsg_46 (
 
148
        int filter, struct epsg_defs **first, struct epsg_defs **last);
131
149
SPATIALITE_PRIVATE void initialize_epsg_wgs84_00 (
132
150
        int filter, struct epsg_defs **first, struct epsg_defs **last);
133
151
SPATIALITE_PRIVATE void initialize_epsg_wgs84_01 (
234
252
        initialize_epsg_38 (filter, first, last);
235
253
        initialize_epsg_39 (filter, first, last);
236
254
        initialize_epsg_40 (filter, first, last);
 
255
        initialize_epsg_41 (filter, first, last);
 
256
        initialize_epsg_42 (filter, first, last);
 
257
        initialize_epsg_43 (filter, first, last);
 
258
        initialize_epsg_44 (filter, first, last);
 
259
        initialize_epsg_45 (filter, first, last);
 
260
        initialize_epsg_46 (filter, first, last);
237
261
        initialize_epsg_prussian (filter, first, last);
238
262
        initialize_epsg_extra (filter, first, last);
239
263
#endif /* full EPSG initialization enabled/disabled */