|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.geometry.Transformer
skyview.geometry.Projecter
public abstract class Projecter
This class projects a point from the celestial sphere to a projection plane.
| Constructor Summary | |
|---|---|
Projecter()
|
|
| Method Summary | |
|---|---|
protected int |
getInputDimension()
What is the input dimensionality of a projecter? |
protected int |
getOutputDimension()
What is the output dimensionality of a projecter? |
abstract Deprojecter |
inverse()
Get the inverse |
| Methods inherited from class skyview.geometry.Transformer |
|---|
isInverse, transform, transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface skyview.Component |
|---|
getDescription, getName |
| Constructor Detail |
|---|
public Projecter()
| Method Detail |
|---|
public abstract Deprojecter inverse()
inverse in class Transformerprotected int getOutputDimension()
getOutputDimension in class Transformerprotected int getInputDimension()
getInputDimension in class Transformer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||