public class Besselian.BesselianInverse extends SphereDistorter
| Constructor and Description |
|---|
BesselianInverse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getInputDimension, getOutputDimensiontransform, transformpublic java.lang.String getName()
SphereDistortergetName in interface ComponentgetName in class SphereDistorterpublic SphereDistorter inverse()
Transformerinverse in class SphereDistorterpublic boolean isInverse(Transformer t)
isInverse in class Transformerpublic java.lang.String getDescription()
SphereDistortergetDescription in interface ComponentgetDescription in class SphereDistorterpublic 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.