|
|||||||||
| 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
public class BesselianDistorter
This class implements the distortion of Besselian coordinate systems.
| Nested Class Summary | |
|---|---|
class |
BesselianDistorter.BesselianInverseDistorter
This inner class defines the inverse distortion to the enclosing Besselian distorter. |
| Constructor Summary | |
|---|---|
BesselianDistorter()
|
|
| 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 distorter |
boolean |
isInverse(Transformer t)
Is the the inverse of another transformation |
void |
transform(double[] x,
double[] y)
Convert a single point where the output vector is supplied. |
| 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()
| Method Detail |
|---|
public SphereDistorter inverse()
inverse in class SphereDistorterpublic boolean isInverse(Transformer t)
isInverse in class Transformerpublic java.lang.String getName()
SphereDistorter
getName in interface ComponentgetName in class SphereDistorterpublic java.lang.String getDescription()
SphereDistorter
getDescription in interface ComponentgetDescription in class SphereDistorter
public final void transform(double[] x,
double[] y)
Transformer
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 | ||||||||