Binary compatibility report for the GeographicLib library between 1.3 and 1.4 versions on x86
Test Info
Library Name | GeographicLib |
Version #1 | 1.3 |
Version #2 | 1.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 17 |
Total Shared Libraries | 1 |
Total Symbols / Types | 84 / 97 |
Verdict | Incompatible (16.7%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 6 |
Removed Symbols | High | 4 |
Problems with Data Types | High | 4 |
Medium | 0 |
Low | 8 |
Problems with Symbols | High | 1 |
Medium | 1 |
Low | 1 |
Problems with Constants | Low | 17 |
Other Changes in Constants | - | 1 |
Added Symbols (6)
Geodesic.hpp,
libGeographic.so.4.0.0
namespace GeographicLib
Geodesic::GenDirect ( Geodesic::real lat1, Geodesic::real lon1, Geodesic::real azi1, bool arcmode, Geodesic::real s12_a12, unsigned int outmask, Geodesic::real& lat2, Geodesic::real& lon2, Geodesic::real& azi2, Geodesic::real& s12, Geodesic::real& m12, Geodesic::real& M12, Geodesic::real& M21, Geodesic::real& S12 ) const
[symbol: _ZNK13GeographicLib8Geodesic9GenDirectEdddbdjRdS1_S1_S1_S1_S1_S1_S1_]
Geodesic::GenInverse ( Geodesic::real lat1, Geodesic::real lon1, Geodesic::real lat2, Geodesic::real lon2, unsigned int outmask, Geodesic::real& s12, Geodesic::real& azi1, Geodesic::real& azi2, Geodesic::real& m12, Geodesic::real& M12, Geodesic::real& M21, Geodesic::real& S12 ) const
[symbol: _ZNK13GeographicLib8Geodesic10GenInverseEddddjRdS1_S1_S1_S1_S1_S1_]
Geodesic::Line ( Geodesic::real lat1, Geodesic::real lon1, Geodesic::real azi1, unsigned int caps ) const
[symbol: _ZNK13GeographicLib8Geodesic4LineEdddj]
GeodesicLine.hpp,
libGeographic.so.4.0.0
namespace GeographicLib
GeodesicLine::GenPosition ( bool arcmode, GeodesicLine::real s12_a12, unsigned int outmask, GeodesicLine::real& lat2, GeodesicLine::real& lon2, GeodesicLine::real& azi2, GeodesicLine::real& s12, GeodesicLine::real& m12, GeodesicLine::real& M12, GeodesicLine::real& M21, GeodesicLine::real& S12 ) const
[symbol: _ZNK13GeographicLib12GeodesicLine11GenPositionEbdjRdS1_S1_S1_S1_S1_S1_S1_]
GeodesicLine::GeodesicLine [in-charge] ( Geodesic const& g, GeodesicLine::real lat1, GeodesicLine::real lon1, GeodesicLine::real azi1, unsigned int caps )
[symbol: _ZN13GeographicLib12GeodesicLineC1ERKNS_8GeodesicEdddj]
GeodesicLine::GeodesicLine [not-in-charge] ( Geodesic const& g, GeodesicLine::real lat1, GeodesicLine::real lon1, GeodesicLine::real azi1, unsigned int caps )
[symbol: _ZN13GeographicLib12GeodesicLineC2ERKNS_8GeodesicEdddj]
to the top
Removed Symbols (4)
Geodesic.hpp,
libGeographic.so.1.2.0
namespace GeographicLib
Geodesic::Direct ( Geodesic::real lat1, Geodesic::real lon1, Geodesic::real azi1, Geodesic::real s12, Geodesic::real& lat2, Geodesic::real& lon2, Geodesic::real& azi2, Geodesic::real& m12, bool arcmode ) const
[symbol: _ZNK13GeographicLib8Geodesic6DirectEddddRdS1_S1_S1_b]
Geodesic::Line ( Geodesic::real lat1, Geodesic::real lon1, Geodesic::real azi1 ) const
[symbol: _ZNK13GeographicLib8Geodesic4LineEddd]
GeodesicLine::Position ( GeodesicLine::real s12, GeodesicLine::real& lat2, GeodesicLine::real& lon2, GeodesicLine::real& azi2, GeodesicLine::real& m12, bool arcmode ) const
[symbol: _ZNK13GeographicLib12GeodesicLine8PositionEdRdS1_S1_S1_b]
GeodesicLine::Scale ( GeodesicLine::real a12, GeodesicLine::real& M12, GeodesicLine::real& M21 ) const
[symbol: _ZNK13GeographicLib12GeodesicLine5ScaleEdRdS1_]
to the top
Problems with Data Types, High Severity (4)
AzimuthalEquidistant.hpp
namespace GeographicLib
[+] class AzimuthalEquidistant (1)
| Change |
Effect |
1 | Size of this class has been changed from 72 bytes to 416 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
AzimuthalEquidistant::Forward ( AzimuthalEquidistant::real lat0, AzimuthalEquidistant::real lon0, AzimuthalEquidistant::real lat, AzimuthalEquidistant::real lon, AzimuthalEquidistant::real& x, AzimuthalEquidistant::real& y, AzimuthalEquidistant::real& azi, AzimuthalEquidistant::real& rk ) constThis method is from 'AzimuthalEquidistant' class.
AzimuthalEquidistant::Reverse ( AzimuthalEquidistant::real lat0, AzimuthalEquidistant::real lon0, AzimuthalEquidistant::real x, AzimuthalEquidistant::real y, AzimuthalEquidistant::real& lat, AzimuthalEquidistant::real& lon, AzimuthalEquidistant::real& azi, AzimuthalEquidistant::real& rk ) constThis method is from 'AzimuthalEquidistant' class.
CassiniSoldner.hpp
namespace GeographicLib
[+] class CassiniSoldner (1)
| Change |
Effect |
1 | Size of this class has been changed from 480 bytes to 920 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CassiniSoldner::Forward ( CassiniSoldner::real lat, CassiniSoldner::real lon, CassiniSoldner::real& x, CassiniSoldner::real& y, CassiniSoldner::real& azi, CassiniSoldner::real& rk ) constThis method is from 'CassiniSoldner' class.
CassiniSoldner::Reset ( CassiniSoldner::real lat0, CassiniSoldner::real lon0 )This method is from 'CassiniSoldner' class.
CassiniSoldner::Reverse ( CassiniSoldner::real x, CassiniSoldner::real y, CassiniSoldner::real& lat, CassiniSoldner::real& lon, CassiniSoldner::real& azi, CassiniSoldner::real& rk ) constThis method is from 'CassiniSoldner' class.
Geodesic.hpp
namespace GeographicLib
[+] class Geodesic (1)
| Change |
Effect |
1 | Size of this class has been increased from 72 bytes to 416 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
Geodesic::Geodesic [in-charge] ( Geodesic::real a, Geodesic::real r )This constructor is from 'Geodesic' class.
Geodesic::WGS84 [data]This method is from 'Geodesic' class.
Gnomonic.hpp
namespace GeographicLib
[+] class Gnomonic (1)
| Change |
Effect |
1 | Size of this class has been changed from 88 bytes to 432 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
Gnomonic::Forward ( Gnomonic::real lat0, Gnomonic::real lon0, Gnomonic::real lat, Gnomonic::real lon, Gnomonic::real& x, Gnomonic::real& y, Gnomonic::real& azi, Gnomonic::real& rk ) constThis method is from 'Gnomonic' class.
Gnomonic::Reverse ( Gnomonic::real lat0, Gnomonic::real lon0, Gnomonic::real x, Gnomonic::real y, Gnomonic::real& lat, Gnomonic::real& lon, Gnomonic::real& azi, Gnomonic::real& rk ) constThis method is from 'Gnomonic' class.
to the top
Problems with Symbols, High Severity (1)
Geodesic.hpp,
libGeographic.so.1.2.0
namespace GeographicLib
[+] Geodesic::Line ( Geodesic::real lat1, Geodesic::real lon1, Geodesic::real azi1 ) const (1)
changed to:Geodesic::Line ( Geodesic::real lat1, Geodesic::real lon1, Geodesic::real azi1, unsigned int caps ) const
[symbol: _ZNK13GeographicLib8Geodesic4LineEddd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK13GeographicLib8Geodesic4LineEddd to _ZNK13GeographicLib8Geodesic4LineEdddj. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Symbols, Medium Severity (1)
Geodesic.hpp,
libGeographic.so.1.2.0
namespace GeographicLib
[+] Geodesic::WGS84 [data] (1)
[symbol: _ZN13GeographicLib8Geodesic5WGS84E]
| Change | Effect |
---|
1 | Size of this global data has been changed from 72 bytes to 416 bytes. | Applications will obtain a different value and execution may change. |
to the top
Problems with Data Types, Low Severity (8)
AzimuthalEquidistant.hpp
namespace GeographicLib
[+] class AzimuthalEquidistant (1)
| Change |
Effect |
1 | Size of field _earth has been changed from 72 bytes to 416 bytes. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
AzimuthalEquidistant::Forward ( AzimuthalEquidistant::real lat0, AzimuthalEquidistant::real lon0, AzimuthalEquidistant::real lat, AzimuthalEquidistant::real lon, AzimuthalEquidistant::real& x, AzimuthalEquidistant::real& y, AzimuthalEquidistant::real& azi, AzimuthalEquidistant::real& rk ) constThis method is from 'AzimuthalEquidistant' class.
AzimuthalEquidistant::Reverse ( AzimuthalEquidistant::real lat0, AzimuthalEquidistant::real lon0, AzimuthalEquidistant::real x, AzimuthalEquidistant::real y, AzimuthalEquidistant::real& lat, AzimuthalEquidistant::real& lon, AzimuthalEquidistant::real& azi, AzimuthalEquidistant::real& rk ) constThis method is from 'AzimuthalEquidistant' class.
CassiniSoldner.hpp
namespace GeographicLib
[+] class CassiniSoldner (2)
| Change |
Effect |
1 | Size of field _earth has been changed from 72 bytes to 416 bytes. | Size of the inclusive type has been changed. |
2 | Size of field _meridian has been changed from 392 bytes to 488 bytes. | Size of the inclusive type has been changed. |
[+] affected symbols (3)
CassiniSoldner::Forward ( CassiniSoldner::real lat, CassiniSoldner::real lon, CassiniSoldner::real& x, CassiniSoldner::real& y, CassiniSoldner::real& azi, CassiniSoldner::real& rk ) constThis method is from 'CassiniSoldner' class.
CassiniSoldner::Reset ( CassiniSoldner::real lat0, CassiniSoldner::real lon0 )This method is from 'CassiniSoldner' class.
CassiniSoldner::Reverse ( CassiniSoldner::real x, CassiniSoldner::real y, CassiniSoldner::real& lat, CassiniSoldner::real& lon, CassiniSoldner::real& azi, CassiniSoldner::real& rk ) constThis method is from 'CassiniSoldner' class.
Geodesic.hpp
namespace GeographicLib
[+] class Geodesic (4)
| Change |
Effect |
1 | Field _A3x has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field _C3x has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field _C4x has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field _c2 has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (2)
Geodesic::Geodesic [in-charge] ( Geodesic::real a, Geodesic::real r )This constructor is from 'Geodesic' class.
Geodesic::WGS84 [data]Return value has base type 'Geodesic'.
Gnomonic.hpp
namespace GeographicLib
[+] class Gnomonic (1)
| Change |
Effect |
1 | Size of field _earth has been changed from 72 bytes to 416 bytes. | Size of the inclusive type has been changed. |
[+] affected symbols (2)
Gnomonic::Forward ( Gnomonic::real lat0, Gnomonic::real lon0, Gnomonic::real lat, Gnomonic::real lon, Gnomonic::real& x, Gnomonic::real& y, Gnomonic::real& azi, Gnomonic::real& rk ) constThis method is from 'Gnomonic' class.
Gnomonic::Reverse ( Gnomonic::real lat0, Gnomonic::real lon0, Gnomonic::real x, Gnomonic::real y, Gnomonic::real& lat, Gnomonic::real& lon, Gnomonic::real& azi, Gnomonic::real& rk ) constThis method is from 'Gnomonic' class.
to the top
Problems with Symbols, Low Severity (1)
Constants.hpp
[+] VAR_GEOGRAPHICLIB_CONSTANTS_HPP [data] (1)
[symbol: _ZN12_GLOBAL__N_131VAR_GEOGRAPHICLIB_CONSTANTS_HPPE]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from $Id: Constants.hpp 6842 2010-07-16 20:51:06Z karney $ to $Id: Constants.hpp 6867 2010-09-11 13:04:26Z karney $. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
to the top
Problems with Constants, Low Severity (17)
AzimuthalEquidistant.hpp
[+] GEOGRAPHICLIB_AZIMUTHALEQUIDISTANT_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_AZIMUTHALEQUIDISTANT_HPP has been changed from "$Id: AzimuthalEquidistant.hpp 6778 2010-01-02 21:29:34Z karney $" to "$Id: AzimuthalEquidistant.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
CassiniSoldner.hpp
[+] GEOGRAPHICLIB_CASSINISOLDNER_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_CASSINISOLDNER_HPP has been changed from "$Id: CassiniSoldner.hpp 6827 2010-05-20 19:56:18Z karney $" to "$Id: CassiniSoldner.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Constants.hpp
[+] GEOGRAPHICLIB_CONSTANTS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_CONSTANTS_HPP has been changed from "$Id: Constants.hpp 6842 2010-07-16 20:51:06Z karney $" to "$Id: Constants.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
DMS.hpp
[+] GEOGRAPHICLIB_DMS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_DMS_HPP has been changed from "$Id: DMS.hpp 6827 2010-05-20 19:56:18Z karney $" to "$Id: DMS.hpp 6866 2010-09-11 02:15:29Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
EllipticFunction.hpp
[+] GEOGRAPHICLIB_ELLIPTICFUNCTION_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_ELLIPTICFUNCTION_HPP has been changed from "$Id: EllipticFunction.hpp 6838 2010-06-22 21:26:37Z karney $" to "$Id: EllipticFunction.hpp 6866 2010-09-11 02:15:29Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Geocentric.hpp
[+] GEOGRAPHICLIB_GEOCENTRIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEOCENTRIC_HPP has been changed from "$Id: Geocentric.hpp 6827 2010-05-20 19:56:18Z karney $" to "$Id: Geocentric.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
GeoCoords.hpp
[+] GEOGRAPHICLIB_GEOCOORDS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEOCOORDS_HPP has been changed from "$Id: GeoCoords.hpp 6785 2010-01-05 22:15:42Z karney $" to "$Id: GeoCoords.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Geodesic.hpp
[+] GEOGRAPHICLIB_GEODESIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEODESIC_HPP has been changed from "$Id: Geodesic.hpp 6827 2010-05-20 19:56:18Z karney $" to "$Id: Geodesic.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Geoid.hpp
[+] GEOGRAPHICLIB_GEOID_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEOID_HPP has been changed from "$Id: Geoid.hpp 6785 2010-01-05 22:15:42Z karney $" to "$Id: Geoid.hpp 6868 2010-09-12 10:27:11Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Gnomonic.hpp
[+] GEOGRAPHICLIB_GNOMONIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GNOMONIC_HPP has been changed from "$Id: Gnomonic.hpp 6845 2010-07-21 10:23:46Z karney $" to "$Id: Gnomonic.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
LambertConformalConic.hpp
[+] GEOGRAPHICLIB_LAMBERTCONFORMALCONIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_LAMBERTCONFORMALCONIC_HPP has been changed from "$Id: LambertConformalConic.hpp 6816 2010-02-05 21:03:10Z karney $" to "$Id: LambertConformalConic.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
LocalCartesian.hpp
[+] GEOGRAPHICLIB_LOCALCARTESIAN_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_LOCALCARTESIAN_HPP has been changed from "$Id: LocalCartesian.hpp 6785 2010-01-05 22:15:42Z karney $" to "$Id: LocalCartesian.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
MGRS.hpp
[+] GEOGRAPHICLIB_MGRS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_MGRS_HPP has been changed from "$Id: MGRS.hpp 6843 2010-07-18 21:18:17Z karney $" to "$Id: MGRS.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
PolarStereographic.hpp
[+] GEOGRAPHICLIB_POLARSTEREOGRAPHIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_POLARSTEREOGRAPHIC_HPP has been changed from "$Id: PolarStereographic.hpp 6841 2010-07-11 20:46:32Z karney $" to "$Id: PolarStereographic.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
TransverseMercator.hpp
[+] GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP has been changed from "$Id: TransverseMercator.hpp 6843 2010-07-18 21:18:17Z karney $" to "$Id: TransverseMercator.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
TransverseMercatorExact.hpp
[+] GEOGRAPHICLIB_TRANSVERSEMERCATOREXACT_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_TRANSVERSEMERCATOREXACT_HPP has been changed from "$Id: TransverseMercatorExact.hpp 6835 2010-06-15 21:37:16Z karney $" to "$Id: TransverseMercatorExact.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
UTMUPS.hpp
[+] GEOGRAPHICLIB_UTMUPS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_UTMUPS_HPP has been changed from "$Id: UTMUPS.hpp 6805 2010-01-28 21:18:14Z karney $" to "$Id: UTMUPS.hpp 6867 2010-09-11 13:04:26Z karney $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Other Changes in Constants (1)
GeodesicLine.hpp
[+] GEOGRAPHICLIB_GEODESICLINE_HPP
| Change | Effect |
---|
1 | The constant GEOGRAPHICLIB_GEODESICLINE_HPP with value "$Id: GeodesicLine.hpp 6867 2010-09-11 13:04:26Z karney $" has been added. | No effect. |
to the top
Header Files (17)
AzimuthalEquidistant.hpp
CassiniSoldner.hpp
Constants.hpp
DMS.hpp
EllipticFunction.hpp
Geocentric.hpp
GeoCoords.hpp
Geodesic.hpp
Geoid.hpp
Gnomonic.hpp
LambertConformalConic.hpp
LocalCartesian.hpp
MGRS.hpp
PolarStereographic.hpp
TransverseMercator.hpp
TransverseMercatorExact.hpp
UTMUPS.hpp
to the top
Shared Libraries (1)
libGeographic.so.1.2.0
to the top