|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTSCoo
class TSCoo
.
====================================================================== Class TSCoo -- Coordinate for different geographical Systems Attention: Usage of region-numbers is different to common documentation of this theme ##TSCoo (Eyecatcher) ======================================================================
Field Summary | |
---|---|
private java.lang.String |
EMsg
|
private static double |
eps
|
private double |
Hgt
|
protected static double |
HPI
|
protected static java.lang.String |
IdStr
|
private double |
Lat
|
private static double[] |
LC
|
private double |
Lon
|
protected static double |
PI2
|
private double |
Px
|
private double |
Pz
|
private int |
Qx
|
private int |
Qz
|
private static double |
R
|
private static double |
X1
|
private static double |
X2
|
private static double |
X3
|
private static double |
X4
|
private static double |
Z1
|
private static double |
Z2
|
Constructor Summary | |
---|---|
protected |
TSCoo()
. |
protected |
TSCoo(int qx,
int qz,
double x,
double y,
double z)
. |
Method Summary | |
---|---|
protected java.lang.String |
getErr()
. |
protected double |
getHgt()
. |
protected double |
getLat()
. |
protected double |
getLon()
. |
protected static double |
R2D(double r)
. |
protected java.lang.String |
toLatLon()
. |
protected java.lang.String |
toStr()
. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String IdStr
protected static double PI2
protected static double HPI
private static double eps
private static double R
private static double Z1
private static double Z2
private static double X1
private static double X2
private static double X3
private static double X4
private static double[] LC
private int Qx
private int Qz
private double Px
private double Pz
private double Lat
private double Lon
private double Hgt
private java.lang.String EMsg
Constructor Detail |
---|
protected TSCoo()
===================================================================== Constructor: (1) Create Default-Entry =====================================================================
protected TSCoo(int qx, int qz, double x, double y, double z)
===================================================================== Constructor: (2) Create Standard-Entry =====================================================================
Method Detail |
---|
protected final java.lang.String getErr()
===================================================================== Method "getErr" Get active error-message (or 'null' if none) ##getErr.TSCoo (Eyecatcher) =====================================================================
protected final double getHgt()
===================================================================== Method "getHgt" Get current value for Height ##getHgt.TSCoo (Eyecatcher) =====================================================================
protected final double getLat()
===================================================================== Method "getLat" Get current value for Latitude Value will be computed if not available ##getLat.TSCoo (Eyecatcher) =====================================================================
protected final double getLon()
===================================================================== Method "getLon" Get current value for Longitude Value will be computed if not available ##getLon.TSCoo (Eyecatcher) =====================================================================
protected static double R2D(double r)
===================================================================== Method "R2D" (static) Transform radiant-value to degrees (-PI..+PI)->(-180..+180) ##R2D.TSCoo (Eyecatcher) =====================================================================
protected final java.lang.String toLatLon()
===================================================================== Method "toLatLon" Convert Coordinate to Lat/Lon-Format Method returns error-message or null if no error Longitude: -180°..180° (-PI..PI), Latitude: -90°..90° (-PI/2..PI/2) Region-numbers used(documentation->program): 0->8, 1->0, 2->9, 3->1, 4->2, 5->3, 6->6, 7->7, 8->4, 9->5, 10->10, 11->11 ##toLatLon.TSCoo (Eyecatcher) =====================================================================
protected final java.lang.String toStr()
===================================================================== Method "toStr" Build a string-representation of all values of this class ##toStr.TSCoo (Eyecatcher) =====================================================================
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |