|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Requirements for converting Cartesian data values between conventions.
A cartesian convention establishes the relationship of a cartesian coordinate system's
axis's to the reference planes (equatorial plane, the plane of the prime meridian)
and polar axis of a spherical or ellipsoidal coordinate system.
| Method Summary | |
void |
fromDefault(double[] values)
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[] values)
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 |
| Method Detail |
public void toDefault(double[] values)
public void fromDefault(double[] values)
public java.lang.String toString()
String identifier of this CartesianConvention
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||