|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.dataop.maptransf.MapTransformUtils
@Deprecated public class MapTransformUtils
| Constructor Summary | |
|---|---|
MapTransformUtils()
Deprecated. |
|
| Method Summary | |
|---|---|
static double[] |
getLengthParams(double es)
Deprecated. Retrieves a set of ellipse distance parameters for given excentricity |
static double |
invMeridLength(double arg,
double es,
double[] en)
Deprecated. Calculates the inverse meridional distance for ellipsoid |
static double |
meridLength(double phi,
double sphi,
double cphi,
double[] en)
Deprecated. Calculates meridinal distance for ellipsoid. |
static double |
msfn(double sinphi,
double cosphi,
double es)
Deprecated. This is an undocumented method copied one-to-one from the proj-4.4.7 source code. |
static double |
phi2(double ts,
double e)
Deprecated. Also this one is from the proj-4.4.7 source code. |
static double |
ssfn(double phi,
double sinphi,
double e)
Deprecated. This is an undocumented method copied one-to-one from the proj-4.4.7 source code. |
static double |
tsfn(double phi,
double sinphi,
double e)
Deprecated. This is an undocumented method copied one-to-one from the proj-4.4.7 source code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapTransformUtils()
| Method Detail |
|---|
public static double meridLength(double phi,
double sphi,
double cphi,
double[] en)
phi - sphi - cphi - en -
public static double invMeridLength(double arg,
double es,
double[] en)
public static double[] getLengthParams(double es)
public static double msfn(double sinphi,
double cosphi,
double es)
sinphi - cosphi - es -
public static double tsfn(double phi,
double sinphi,
double e)
phi - sinphi - e -
public static double phi2(double ts,
double e)
ts - e -
public static double ssfn(double phi,
double sinphi,
double e)
phi - sinphi - e -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||