|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.geodetic.utils.conversion.Elipsoide
Ellipsoide ED50 or WGS84
Constructor Summary | |
Elipsoide(double _a,
double _f)
Constructor |
Method Summary | |
double |
getA()
Get Semimayor Axis |
double |
getB()
Get Semiminor Axis |
double |
getC()
Get Radio de curvatura polar |
static Elipsoide |
getED50()
|
double |
getF()
Get Flattening |
double |
getPe()
Get First Excentricity |
double |
getPe2()
Get First Excentricity ^2 |
double |
getSe()
Get Second Excentricity |
double |
getSe2()
Get Second Excentricity ^2 |
static Elipsoide |
getWGS84()
|
double[] |
radios(double lat)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Elipsoide(double _a, double _f)
_a
- Semimayor Axis elipsoide_f
- Flattening elipsoideMethod Detail |
public double[] radios(double lat)
lat
- = latitude
public double getA()
public double getB()
public double getF()
public double getPe()
public double getPe2()
public double getSe()
public double getSe2()
public double getC()
public static Elipsoide getED50()
public static Elipsoide getWGS84()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |