aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/factory.cpp
AgeCommit message (Expand)Author
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-04-24getInsertStatementsFor(): replace while with if (master only, CID 320133)Even Rouault
2021-04-24Add proj_get_geoid_models_from_database() (#2681)Javier Jimenez Shaw
2021-04-23getInsertStatementsFor(): replace while with if (master only, CID 320133)Even Rouault
2021-04-23Database: update to EPSG v10.019Even Rouault
2021-04-20run reformat_cpp.sh to fix some leftoversJavier Jimenez Shaw
2021-04-18Merge pull request #2676 from rouault/fix_geog_to_geog_deprecatedEven Rouault
2021-04-18createOperations(): fix Geog to Geog when one is deprecated (fix master regre...Even 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-11Reformatting fixEven Rouault
2021-04-10getCRSInfoList(): make result order deterministic (by increasing auth_name, c...Even Rouault
2021-04-10Recognize OGC:84 as an alias of OGC:CRS84Even Rouault
2021-04-10Add hard-coded definitions for OGC:AnsiDate/JulianDate/UnixTimeEven Rouault
2021-04-08Merge pull request #2647 from rouault/integer_or_textEven Rouault
2021-04-06Database: nullify auth_name, code of usage tableEven Rouault
2021-04-05createOperations(): make createBetweenGeodeticCRSWithDatumBasedIntermediates(...Even Rouault
2021-03-28createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-19SQL output: make it possible to export non-EPSG projection methods or methods...Even Rouault
2021-03-18createFromCRSCodesWithIntermediates(): improve perf when no matchEven Rouault
2021-03-15Add support for PROJ_AUX_DB environment variable to set the path to one or se...Even Rouault
2021-03-15Add proj_context_get_database_structure() to dump structure of empty valid au...Even Rouault
2021-03-15SQL export: add support for DatumEnsembleEven Rouault
2021-03-15SQL export: add publication_date and frame_reference_epoch to datumsEven 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-10Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present in...Even Rouault
2021-03-10Fix commentEven Rouault
2021-03-07typo fixesEven Rouault
2021-03-06Fix gcc 11 -Wnonnull warningsEven Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2020-12-12Split coordinateoperation.cpp in many files in iso19111/operation directoryEven Rouault
2020-11-30Database: add metadata with the version number of the database layout and che...Even Rouault
2020-11-28createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ...Even Rouault
2020-11-20Remove proj_api.hKristian Evers
2020-11-01projinfo / createObjectsFromName(): support returning a datum ensembleEven Rouault
2020-11-01When reading from database, possibly return VerticalCRS with a DatumEnsembleEven Rouault
2020-11-01When reading from database, possibly return Geographic/GeodeticCRS with a Dat...Even Rouault
2020-10-25Fix typos spotted by scripts/fix_typos.shEven Rouault
2020-10-23Add logic to handle interpolationCRS in PROJBasedOperation and ConcatenatedOp...Even Rouault
2020-10-23AuthorityFactory::createCoordinateOperation(): correctly compute accuracy of ...Even Rouault
2020-10-23Database: import ESRI VERTCS that uses a (geodetic) datum to express ellipsoi...Even Rouault
2020-10-11Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_...Even Rouault
2020-10-11Database: add a frame_reference_epoch column in vertical_datum to be able to ...Even Rouault
2020-10-08createGeodeticCRS(): more DatumEnsemble compatibility in the case when creati...Even Rouault
2020-10-08Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro...Even Rouault
2020-10-08Database: add aliases for 'old' names of WGS84 and ETRS89 datums, and remove ...Even Rouault
2020-10-08getCRSInfoList(): make it use area descriptionEven Rouault
2020-10-08Database: use extended description for extent/area of use, as done by epsg.or...Even Rouault
2020-10-06Database: instanciate DynamicGeodeticReferenceFrame (things like ITRFxxx, WGS...Even Rouault