stsci.arcobj
Class GSC2obj

java.lang.Object
  |
  +--stsci.arcobj.ArcObj
        |
        +--stsci.arcobj.GSC2obj
All Implemented Interfaces:
ArchiveObject, Eccentric, java.io.Serializable
Direct Known Subclasses:
CompassObj, GSC1obj

public class GSC2obj
extends ArcObj
implements Eccentric

See Also:
Serialized Form

Field Summary
 int bandcode
           
 int classification
           
 double decEpsilon
           
 double decProperMotionErr
           
 double eccentricity
           
static java.text.DecimalFormat eform
           
 double epoch
           
static int F
           
static int J
           
static java.lang.String[] magcodes
           
 double[] magErrs
           
 double[] mags
           
static int N
           
 double positionAngle
           
 double raEpsilon
           
 double raProperMotionErr
           
 double semiMajor
           
 int status
           
static int V
           
 
Fields inherited from class stsci.arcobj.ArcObj
alpha, b_v, decform, delta, id, lform, mag, muAlpha, muDelta, paralax, raform, sep, sform
 
Constructor Summary
GSC2obj()
           
 
Method Summary
 double angle()
           
 java.lang.String bandcode()
           
 java.lang.String classification()
           
 double decEpsilon()
           
 double decProperMotionErr()
           
 double eccentricity()
           
 double epoch()
           
 java.lang.String header()
          A Line of text representing header for a onw line representaion of this object.
 double muAlpha(int year)
          MuAlpha and MuDelta for the purpose of animation need to give the offset in degrees for a given year this means subtracting the zero year and converting to degrees.
 double muDelta(int year)
           
 double raEpsilon()
           
 double raProperMotionErr()
           
 double semiMajor()
           
 int status()
           
 java.lang.String toString()
           
 
Methods inherited from class stsci.arcobj.ArcObj
alpha, b_v, delta, id, magnitude, muAlpha, muDelta, paralax
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

classification

public int classification

bandcode

public int bandcode

semiMajor

public double semiMajor

eccentricity

public double eccentricity

positionAngle

public double positionAngle

raEpsilon

public double raEpsilon

decEpsilon

public double decEpsilon

raProperMotionErr

public double raProperMotionErr

decProperMotionErr

public double decProperMotionErr

epoch

public double epoch

F

public static final int F

J

public static final int J

V

public static final int V

N

public static final int N

magcodes

public static final java.lang.String[] magcodes

mags

public double[] mags

magErrs

public double[] magErrs

status

public int status

eform

public static final java.text.DecimalFormat eform
Constructor Detail

GSC2obj

public GSC2obj()
Method Detail

bandcode

public java.lang.String bandcode()
Overrides:
bandcode in class ArcObj

classification

public java.lang.String classification()
Overrides:
classification in class ArcObj

muAlpha

public double muAlpha(int year)
Description copied from interface: ArchiveObject
MuAlpha and MuDelta for the purpose of animation need to give the offset in degrees for a given year this means subtracting the zero year and converting to degrees.
Overrides:
muAlpha in class ArcObj

muDelta

public double muDelta(int year)
Overrides:
muDelta in class ArcObj

semiMajor

public double semiMajor()
Specified by:
semiMajor in interface Eccentric

eccentricity

public double eccentricity()
Specified by:
eccentricity in interface Eccentric

angle

public double angle()
Specified by:
angle in interface Eccentric

status

public int status()
Overrides:
status in class ArcObj

raEpsilon

public double raEpsilon()

decEpsilon

public double decEpsilon()

raProperMotionErr

public double raProperMotionErr()

decProperMotionErr

public double decProperMotionErr()

toString

public java.lang.String toString()
Overrides:
toString in class ArcObj

header

public java.lang.String header()
Description copied from interface: ArchiveObject
A Line of text representing header for a onw line representaion of this object.
Overrides:
header in class ArcObj

epoch

public double epoch()
Overrides:
epoch in class ArcObj