aboutsummaryrefslogtreecommitdiff
path: root/src/proj.def
blob: aceffaf014e661be637250e567b081a8429744ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY   PROJ
VERSION   1.1
EXPORTS
	pj_init		@1
	pj_fwd		@2
	pj_inv		@3
	pj_free		@4
	pj_transform	@5
        pj_geocentric_to_geodetic @6
        pj_geodetic_to_geocentric @7
        pj_deallocate_grids       @8
        pj_init_plus              @9
        pj_latlong_from_proj      @10
        pj_is_latlong             @11
	pj_get_errno_ref	  @12
	pj_set_finder             @13