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

Improved javadoc.

parent f4c3d770
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ import java.util.Collections;
import java.util.List;
/**
* Multi layer model for atmospheric refraction.
* Atmospheric refraction model based on multiple layers with associated refractive index.
* @author Sergio Esteves, Luc Maisonobe
* @since 2.0
*/
......@@ -47,6 +47,9 @@ public class MultiLayerModel implements AtmosphericRefraction {
private final double atmosphereLowestAltitude;
/** Simple constructor.
* <p>
* This model uses a built-in set of layers.
* </p>
* @param ellipsoid the ellipsoid to be used.
*/
public MultiLayerModel(final ExtendedEllipsoid ellipsoid) {
......
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