public class ProjectionLib extends java.lang.Object implements ProjectionConstants
| Modifier and Type | Field and Description |
|---|---|
static double |
METERS_TO_STANDARD_FEET |
static double |
METERS_TO_US_SURVEY_FEET |
ATOL, DEG2RAD, EPSILON, FOURTHPI, HALFPI, INTERNATIONAL_FEET_TO_METERS, METERS_TO_INTERNATIONAL_FEET, NULL_PROJECTION, ONE_TOL, PI, RAD2DEG, TOL, TWOPI, US_SURVEY_FEET_TO_METERS| Constructor and Description |
|---|
ProjectionLib() |
| Modifier and Type | Method and Description |
|---|---|
static double |
aacos(double v) |
static double |
aasin(double v) |
static double |
aatan2(double n,
double d) |
static double |
asqrt(double v) |
static double |
hypot(double x,
double y)
Returns the hypotenuse of a right triangle with sides length x and y.
|
static double[] |
pj_enfn(double inESquared) |
static double |
pj_msfn(double sinphi,
double cosphi,
double es) |
static double |
pj_phi2(double ts,
double e) |
static double |
pj_qsfn(double sinphi,
double e,
double one_es) |
static double |
pj_tsfn(double phi,
double sinphi,
double e) |
static double |
toDegrees(double radians) |
static double |
toRadians(double degrees) |
public static final double METERS_TO_US_SURVEY_FEET
public static final double METERS_TO_STANDARD_FEET
public static double hypot(double x,
double y)
public static double[] pj_enfn(double inESquared)
public static double pj_tsfn(double phi,
double sinphi,
double e)
public static double pj_phi2(double ts,
double e)
throws java.lang.Exception
java.lang.Exceptionpublic static double pj_msfn(double sinphi,
double cosphi,
double es)
public static double pj_qsfn(double sinphi,
double e,
double one_es)
public static double aasin(double v)
public static double aacos(double v)
public static double asqrt(double v)
public static double aatan2(double n,
double d)
public static double toRadians(double degrees)
public static double toDegrees(double radians)