|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.coordinate.ECEFConvention
CartesianConvention implementation of the ECEF
(Earth Centered Earth Fixed) convention.
| Constructor Summary | |
ECEFConvention()
Constructor |
|
| Method Summary | |
void |
fromDefault(double[] value)
Rearrange in place the array of double values from the default convention to the required convention in the correct x, y, z order. |
void |
toDefault(double[] value)
Rearrange in place the array of double values from the required convention to the default convention in the correct x, y, z order. |
java.lang.String |
toString()
Return the String identifier of this CartesianConvention |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ECEFConvention()
| Method Detail |
public void toDefault(double[] value)
toDefault in interface CartesianConventionpublic void fromDefault(double[] value)
fromDefault in interface CartesianConventionpublic java.lang.String toString()
String identifier of this CartesianConvention
toString in interface CartesianConvention
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||