Package skyview.geometry
Class Deprojecter
- java.lang.Object
-
- skyview.geometry.Transformer
-
- skyview.geometry.Deprojecter
-
- All Implemented Interfaces:
java.io.Serializable,Component
- Direct Known Subclasses:
Ait.AitDeproj,Arc.ArcDeproj,Cah.CahDeproj,Car.CarDeproj,Csc.CscDeproj,Hpx.HpxDeproj,Mer.MerDeproj,Mol.MolDeproj,Sfl.SflDeproj,Sin.SinDeproj,Stg.StgDeproj,Tan.TanDeproj,Tea.TeaDeproj,Toa.ToaDeproj,Tot.TotDeproj,Zea.ZeaDeproj,Zpn.ZpnDeproj
public abstract class Deprojecter extends Transformer
This class deprojects a point from a projection plane onto the celestial sphere.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Deprojecter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetInputDimension()What is the input dimensionality of a deprojecter?protected intgetOutputDimension()What is the output dimensionality of a deprojecter?-
Methods inherited from class skyview.geometry.Transformer
inverse, 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
-
-
-
-
Method Detail
-
getOutputDimension
protected int getOutputDimension()
What is the output dimensionality of a deprojecter?- Specified by:
getOutputDimensionin classTransformer
-
getInputDimension
protected int getInputDimension()
What is the input dimensionality of a deprojecter?- Specified by:
getInputDimensionin classTransformer
-
-