Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.4] proj_symbol_rename.h: update with current symbols #4145

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/proj_symbol_rename.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
#define proj_convert_conversion_to_other_method \
internal_proj_convert_conversion_to_other_method
#define proj_coord internal_proj_coord
#define proj_coordinate_metadata_create internal_proj_coordinate_metadata_create
#define proj_coordinate_metadata_get_epoch \
internal_proj_coordinate_metadata_get_epoch
#define proj_coordoperation_create_inverse \
Expand Down Expand Up @@ -163,6 +164,8 @@
internal_proj_create_conversion_lambert_azimuthal_equal_area
#define proj_create_conversion_lambert_conic_conformal_1sp \
internal_proj_create_conversion_lambert_conic_conformal_1sp
#define proj_create_conversion_lambert_conic_conformal_1sp_variant_b \
internal_proj_create_conversion_lambert_conic_conformal_1sp_variant_b
#define proj_create_conversion_lambert_conic_conformal_2sp \
internal_proj_create_conversion_lambert_conic_conformal_2sp
#define proj_create_conversion_lambert_conic_conformal_2sp_belgium \
Expand Down Expand Up @@ -278,6 +281,8 @@
#define proj_crs_get_geodetic_crs internal_proj_crs_get_geodetic_crs
#define proj_crs_get_horizontal_datum internal_proj_crs_get_horizontal_datum
#define proj_crs_get_sub_crs internal_proj_crs_get_sub_crs
#define proj_crs_has_point_motion_operation \
internal_proj_crs_has_point_motion_operation
#define proj_crs_info_list_destroy internal_proj_crs_info_list_destroy
#define proj_crs_is_derived internal_proj_crs_is_derived
#define proj_crs_promote_to_3D internal_proj_crs_promote_to_3D
Expand Down Expand Up @@ -305,6 +310,7 @@
#define proj_factors internal_proj_factors
#define proj_geod internal_proj_geod
#define proj_get_area_of_use internal_proj_get_area_of_use
#define proj_get_area_of_use_ex internal_proj_get_area_of_use_ex
#define proj_get_authorities_from_database \
internal_proj_get_authorities_from_database
#define proj_get_celestial_body_list_from_database \
Expand All @@ -317,6 +323,7 @@
internal_proj_get_crs_list_parameters_create
#define proj_get_crs_list_parameters_destroy \
internal_proj_get_crs_list_parameters_destroy
#define proj_get_domain_count internal_proj_get_domain_count
#define proj_get_ellipsoid internal_proj_get_ellipsoid
#define proj_get_geoid_models_from_database \
internal_proj_get_geoid_models_from_database
Expand All @@ -328,6 +335,7 @@
#define proj_get_prime_meridian internal_proj_get_prime_meridian
#define proj_get_remarks internal_proj_get_remarks
#define proj_get_scope internal_proj_get_scope
#define proj_get_scope_ex internal_proj_get_scope_ex
#define proj_get_source_crs internal_proj_get_source_crs
#define proj_get_suggested_operation internal_proj_get_suggested_operation
#define proj_get_target_crs internal_proj_get_target_crs
Expand Down