|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.astronomy.solarsystem.coordinates.Transformer
org.jscience.astronomy.solarsystem.coordinates.SphereDistorter
org.jscience.astronomy.solarsystem.coordinates.spheredistorters.BesselianDistorter.BesselianInverseDistorter
public class BesselianDistorter.BesselianInverseDistorter
This inner class defines the inverse distortion to the enclosing Besselian distorter.
| Constructor Summary | |
|---|---|
BesselianDistorter.BesselianInverseDistorter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
What does this object do? |
java.lang.String |
getName()
A name for this object |
SphereDistorter |
inverse()
Get the inverse of the transformation. |
boolean |
isInverse(Transformer t)
Is the the inverse of another transformation |
void |
transform(double[] x,
double[] y)
Convert coordinates from B1950 to J2000 for epoch 1950. |
| Methods inherited from class org.jscience.astronomy.solarsystem.coordinates.SphereDistorter |
|---|
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 |
|---|
public BesselianDistorter.BesselianInverseDistorter()
| Method Detail |
|---|
public java.lang.String getName()
SphereDistorter
getName in interface NamedgetName in class SphereDistorterpublic SphereDistorter inverse()
Transformer
inverse in class SphereDistorterpublic boolean isInverse(Transformer t)
isInverse in class Transformerpublic java.lang.String getDescription()
SphereDistorter
getDescription in class SphereDistorter
public final void transform(double[] x,
double[] y)
transform in class Transformerx - The input vector.y - The output vector, it may be the same as the input
vector if the dimensionalities are the same. All
transformers are expected to work with aliased inputs and output.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||