aboutsummaryrefslogtreecommitdiff
path: root/scripts/reference_exported_symbols.txt
AgeCommit message (Expand)Author
2021-10-05Add proj_trans_bounds to compute the image of a input bounding box through a ...Alan D. Snow
2021-09-28projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work wi...Even Rouault
2021-09-07Support importing/exporting WKT & PROJJSON of 2D axis spherical planetocentri...Even Rouault
2021-09-02Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address ne...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault
2021-08-16Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)Even Rouault
2021-04-24Add proj_get_geoid_models_from_database() (#2681)Javier Jimenez Shaw
2021-04-23Database: update to EPSG v10.019Even Rouault
2021-04-18Added proj_get_celestial_body_list_from_database (#2674)Alan D. Snow
2021-04-12Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab...Even Rouault
2021-04-11projinfo: add a --normalize-axis-order undocument switchEven Rouault
2021-03-15Add proj_context_get_database_structure() to dump structure of empty valid au...Even Rouault
2021-03-15SQL output: add capability to restrict the authorities into which to look for...Even Rouault
2021-03-15Add C/C++ API to get SQL statements to insert a CRS into databaseEven Rouault
2021-03-06UnitOfMeasure: add a move assignment operator (CID 314811)Even Rouault
2020-12-28C API: add proj_crs_is_derived()Even Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-11-30API cleanup: unexport number of internal symbols, and remove/replace a few un...Even Rouault
2020-11-29Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRSEven Rouault
2020-11-24Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
2020-11-20Update list of exported symbolsKristian Evers
2020-10-19C API: add proj_context_clone() (#2383)Alan D. Snow
2020-10-16Add multi-line PROJ string export capability, and use it by default in projin...Even Rouault
2020-10-11C API: add proj_dynamic_datum_get_frame_reference_epoch()Even Rouault
2020-10-08Make GeographicCRS::is2DPartOf3D() work with DatumEnsembleEven Rouault
2020-10-08Add C API to work with datum ensembleEven Rouault
2020-10-08Add DatumEnsemble::asDatum() and use it in exportToWkt()Even Rouault
2020-10-08Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro...Even Rouault
2020-10-06Update scripts/reference_exported_symbols.txt and fix checking of them in tra...Even Rouault
2020-08-16ENH: Add support for custum CA Bundle path (#2323)Alan D. Snow
2020-04-20Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director...Alan D. Snow
2020-02-25CompoundCRS::create(): reject combinations of components not allowed by ISO 1...Even Rouault
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-02-11Use relative directory to locate PROJ resource files.Even Rouault
2020-02-04Add projsync utilityEven Rouault
2020-01-27projinfo: add --remote-data switchEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-12-16identify(): take into datum name aliases (fixes #1800)Even Rouault
2019-12-14Add proj_coordoperation_create_inverse to C API (#1795)Nyall Dawson
2019-11-22Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rota...Even Rouault
2019-11-17findsOpsInRegistryWithIntermediate(): tune it to be able to research operatio...Even Rouault
2019-11-02Add a geoid_model name in database, use GEOIDMODEL for transformations, add a...Even Rouault
2019-11-02Add tracing framework, and improve createOperations() performanceEven Rouault
2019-10-30Rework importing of Vertical unit change from EPSG db, add support for Height...Even Rouault
2019-10-24Generalize generalize_proj_crs_create_bound_vertical_crs_to_WGS84()Even Rouault
2019-10-04Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ...Even Rouault
2019-10-02Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective methodEven Rouault
2019-09-26Improve vertical transformation supportEven Rouault
2019-09-18Manually delete pj_isnan in scripts/reference_exported_symbols.txt.Charles Karney
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney