Skip to content

Commit

Permalink
fix incorrect documentation for EGM96OffsetAdapter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrupczak3 committed Nov 14, 2024
1 parent 699befd commit 3359513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/openathena/EGM96OffsetAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public class EGM96OffsetAdapter implements EGMOffsetProvider, Serializable {
// }

/**
* Get the difference in altitude between the WGS84 ellipsoid and the EGM96 geoid at the given WGS84 lat/lon
* Get the difference in altitude between the EGM96 geoid and the WGS84 ellipsoid and the at the given WGS84 lat/lon
* @param latitude The latitude of the point of interest
* @param longitude The longitude of the point of interest
* @return The difference in altitude. Will be positive if the EGM96 geoid is higher than the WGS84 ellipsoid
* @return The difference in altitude. Will be negative if the EGM96 geoid is higher than the WGS84 ellipsoid
*/
@Override
public double getEGM96OffsetAtLatLon(double latitude, double longitude) {
Expand Down

0 comments on commit 3359513

Please sign in to comment.