|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcourselog.gpsutils.jcoord.RefEll
public class RefEll
Class to represent a reference ellipsoid. Also provides a number of pre-determined reference ellipsoids as constants. (c) 2006 Jonathan Stott Created on 11-Feb-2006
| Field Summary | |
|---|---|
static RefEll |
AIRY_1830
Airy 1830 Reference Ellipsoid |
static RefEll |
WGS84
WGS84 Reference Ellipsoid |
| Constructor Summary | |
|---|---|
RefEll(double maj,
double min)
Create a new reference ellipsoid |
|
| Method Summary | |
|---|---|
double |
getEcc()
Return the eccentricity. |
double |
getMaj()
Return the semi-major axis. |
double |
getMin()
Return the semi-minor axis |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final RefEll AIRY_1830
public static final RefEll WGS84
| Constructor Detail |
|---|
public RefEll(double maj,
double min)
maj - semi-major axismin - semi-minor axis| Method Detail |
|---|
public double getMaj()
public double getMin()
public double getEcc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||