org.jscience.astronomy.solarsystem.coordinates.projecters
Class ZeaProjecter.ZeaDeprojecter

java.lang.Object
  extended by org.jscience.astronomy.solarsystem.coordinates.Transformer
      extended by org.jscience.astronomy.solarsystem.coordinates.Deprojecter
          extended by org.jscience.astronomy.solarsystem.coordinates.projecters.ZeaProjecter.ZeaDeprojecter
All Implemented Interfaces:
Named
Enclosing class:
ZeaProjecter

public class ZeaProjecter.ZeaDeprojecter
extends Deprojecter


Constructor Summary
ZeaProjecter.ZeaDeprojecter()
           
 
Method Summary
 java.lang.String getDescription()
          Get the description of the compontent
 java.lang.String getName()
          Get the name of the component
 Projecter inverse()
          Get the inverse transformation
 boolean isInverse(Transformer t)
          Is this an inverse of some other transformation?
 void transform(double[] plane, double[] sphere)
          Deproject a point from the plane to the sphere.
 
Methods inherited from class org.jscience.astronomy.solarsystem.coordinates.Deprojecter
getInputDimension, getOutputDimension
 
Methods inherited from class org.jscience.astronomy.solarsystem.coordinates.Transformer
transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZeaProjecter.ZeaDeprojecter

public ZeaProjecter.ZeaDeprojecter()
Method Detail

getName

public java.lang.String getName()
Get the name of the component

Returns:
DOCUMENT ME!

getDescription

public java.lang.String getDescription()
Get the description of the compontent


inverse

public Projecter inverse()
Get the inverse transformation

Specified by:
inverse in class Transformer

isInverse

public boolean isInverse(Transformer t)
Is this an inverse of some other transformation?

Specified by:
isInverse in class Transformer

transform

public final void transform(double[] plane,
                            double[] sphere)
Deproject a point from the plane to the sphere.

Specified by:
transform in class Transformer
Parameters:
plane - a double[2] vector in the tangent plane.
sphere - a preallocated double[3] vector.