aboutsummaryrefslogtreecommitdiff
path: root/src/pj_obs_api.c
AgeCommit message (Expand)Author
2017-10-25Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)Thomas Knudsen
2017-10-20Addition of an "area of use" argument to proj_transform_crs_to_crs (#565)Kristian Evers
2017-10-09Add proj_list_* functions that exposes various internal lists (#579)Kristian Evers
2017-10-06Switch proj_roundtrip to accept PJ_COORD, rather than PJ_OBS, and make it do ...Thomas Knudsen
2017-10-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-09-28Support a default destructor for PJ objectsThomas Knudsen
2017-09-22Add 'expected accuracy' member to PJ_PROJ_INFO struct.Kristian Evers
2017-09-21Changed a few occurences of 'const PJ*' to just 'PJ*' since they were making ...Kristian Evers
2017-09-21Use FACTORS and DERIVS structs from projects.h instead of duplicating them in...Kristian Evers
2017-09-13Make proj_destroy and proj_context_destroy behave in the same way.Kristian Evers
2017-09-13make PJ* P argument of proj_lp_dist constKristian Evers
2017-09-13Add typedef for transformation direction enumKristian Evers
2017-08-07Adding info functions to proj.h API. (#551)Kristian Evers
2017-07-25Expose pj_factors and pj_deriv in public API. (#546)Kristian Evers
2017-07-13Add proj_dmstor() and proj_rtodms() to proj.h API. Resolves #172.Kristian Evers
2017-07-13Added proj_has_inverse(). Fixes #155.Kristian Evers
2017-07-13Implemented proj_transform_coord() and proj_transform_obs()Kristian Evers
2017-07-13Implemented proj_obs()Kristian Evers
2017-07-13Implemented proj_create_crs_to_crs()Kristian Evers
2017-07-07obs_api revision and improvements: new namespace etc. (#530)Thomas Knudsen
2017-02-26Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr -Wmis...Even Rouault
2016-12-15Horner and helmert (#456)Thomas Knudsen
2016-11-20Plumbing for pipelines (#453)Thomas Knudsen
2016-11-12Pipeline plus api - in continuation of the Genereic Coordinates pull request ...Thomas Knudsen