|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.Transformer
skyview.geometry.Projecter
skyview.geometry.projecter.CarProjecter
public final class CarProjecter
This class implements the Cartesian (rectangular) projection. Note that the tangent point is assumed to be at the north pole. This class assumes preallocated arrays for maximum efficiency.
| Nested Class Summary | |
|---|---|
class |
CarProjecter.CarDeprojecter
|
| Constructor Summary | |
|---|---|
CarProjecter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Return a description of the component |
java.lang.String |
getName()
Get the name of the compontent |
Deprojecter |
inverse()
Get the inverse transformation |
boolean |
isInverse(Transformer t)
Is this an inverse of some other transformation? |
void |
transform(double[] sphere,
double[] plane)
Do the transfromation |
| Methods inherited from class skyview.geometry.Projecter |
|---|
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 CarProjecter()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public Deprojecter inverse()
inverse in class Projecterpublic boolean isInverse(Transformer t)
isInverse in class Transformer
public final void transform(double[] sphere,
double[] plane)
transform in class Transformersphere - The input vector.plane - 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 | ||||||||