Jeospace API

org.jeospace.coordinate
Interface CartesianConvention

All Known Implementing Classes:
DefaultConvention, ECEFConvention

public interface CartesianConvention

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.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

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

toDefault

public 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.


fromDefault

public 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.


toString

public java.lang.String toString()
Return the String identifier of this CartesianConvention


Jeospace API

Copyright © 2006 - jeospace.org