Class Mercator

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

public class Mercator
extends SphericalProjection


Field Summary
static java.lang.String fitsID
           
static java.lang.String fullName
           
 
Constructor Summary
Mercator()
           
 
Method Summary
 java.lang.String getFitsID()
           
 java.lang.String getFullName()
           
 void getOffsets(double theta, double phi, CoordinatePair toOffset)
           
 double phi(CoordinatePair offset)
           
 double theta(CoordinatePair offset)
           
 
Methods inherited from class SphericalProjection
clone, copy, deproject, edit, edit, equals, forName, getCelestialPole, getDeprojected, getNativePole, getProjected, getReference, localDeproject, localProject, 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

Mercator

public Mercator()
Method Detail

getFitsID

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

getFullName

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

getOffsets

public void getOffsets(double theta,
                       double phi,
                       CoordinatePair toOffset)
Specified by:
getOffsets in class SphericalProjection

phi

public double phi(CoordinatePair offset)
Specified by:
phi in class SphericalProjection

theta

public double theta(CoordinatePair offset)
Specified by:
theta in class SphericalProjection