Skip to content
Snippets Groups Projects
Commit 08020a98 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Whitespace.

parent 61fd3e38
No related branches found
No related tags found
No related merge requests found
......@@ -23,20 +23,20 @@ package org.orekit.rugged.api;
public enum ProjectionTypeId {
/** Constant for WGS 84 projection type. */
WGS84,
WGS84,
/** Constant for UTM zone 1N projection type. */
UTM1N,
/** Constant for UTM zone 60N projection type. */
UTM60N,
/** Constant for UTM zone 1S projection type. */
UTM1S,
/** Constant for UTM zone 60S projection type. */
UTM60S,
/** Constant for Lambert-93 projection type. */
LAMBERT93
}
......@@ -78,7 +78,7 @@ public class ExtendedEllipsoid extends OneAxisEllipsoid {
* @param position cell position (in body frame) (m)
* @param los pixel line-of-sight, not necessarily normalized (in body frame)
* @param latitude latitude with respect to ellipsoid (rad)
* @param closeReference reference point used to select the closest solution
* @param closeReference reference point used to select the closest solution
* when there are two points at the desired latitude along the line, it should
* be close to los surface intersection (m)
* @return point at latitude (m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment