Class Gnomonic

java.lang.Object
  extended by SphericalProjection
      extended by ZenithalProjection
          extended by Gnomonic
All Implemented Interfaces:
java.lang.Cloneable

public class Gnomonic
extends ZenithalProjection


Field Summary
static java.lang.String fitsID
           
static java.lang.String fullName
           
 
Constructor Summary
Gnomonic()
           
 
Method Summary
 java.lang.String getFitsID()
           
 java.lang.String getFullName()
           
 double R(double theta)
           
 double thetaOfR(double value)
           
 
Methods inherited from class ZenithalProjection
getOffsets, localDeproject, localProject, phi, theta
 
Methods inherited from class SphericalProjection
clone, copy, deproject, edit, edit, equals, forName, getCelestialPole, getDeprojected, getNativePole, getProjected, getReference, parse, parse, project, register, setDefaultPole, setPole, setPole, setReference, setReference
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fitsID

public static final java.lang.String fitsID
See Also:
Constant Field Values

fullName

public static final java.lang.String fullName
See Also:
Constant Field Values
Constructor Detail

Gnomonic

public Gnomonic()
Method Detail

R

public double R(double theta)
Specified by:
R in class ZenithalProjection

thetaOfR

public double thetaOfR(double value)
Specified by:
thetaOfR in class ZenithalProjection

getFitsID

public java.lang.String getFitsID()
Specified by:
getFitsID in class SphericalProjection

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in class SphericalProjection