Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dispatch content of 4D_api.cpp into multiple .cpp files
No functional change, just moving code around. 4D_api.cpp has become quite large and a set of 'random' things, that didn't correlate well with the '4D' naming. Some re-organization was needed. Create following files: - src/area.cpp: PJ_AREA related code - src/coordinates.cpp: functions related to coordinate manipulation - src/coord_operation.cpp: PJCoordOperation methods - src/create.cpp: pj_create_internal() related stuff - src/crs_to_crs.cpp: proj_create_crs_to_crs() and the like - src/dist.cpp: distance related functions - src/info.cpp: proj_info() and proj_pj_info() - src/trans.cpp: proj_trans(), proj_trans_array(), proj_trans_generic(), proj_roundtrip() - src/trans_bounds.cpp: proj_trans_bounds() Some other functions also moved to more relevant existing source files.
- Loading branch information