Jeospace API

org.jeospace.coordinate
Class ECEFConvention

java.lang.Object
  extended byorg.jeospace.coordinate.ECEFConvention
All Implemented Interfaces:
CartesianConvention

public class ECEFConvention
extends java.lang.Object
implements CartesianConvention

CartesianConvention implementation of the ECEF (Earth Centered Earth Fixed) convention.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

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

ECEFConvention

public ECEFConvention()
Constructor

Method Detail

toDefault

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

Specified by:
toDefault in interface CartesianConvention

fromDefault

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

Specified by:
fromDefault in interface CartesianConvention

toString

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

Specified by:
toString in interface CartesianConvention

Jeospace API

Copyright © 2006 - jeospace.org