|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.Transformer
skyview.geometry.SphereDistorter
skyview.geometry.spheredistorter.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 skyview.geometry.SphereDistorter |
|---|
getInputDimension, getOutputDimension |
| Methods inherited from class skyview.geometry.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 ComponentgetName 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 interface ComponentgetDescription 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 | ||||||||