stsci.arcobj
Class PlateObj
java.lang.Object
|
+--stsci.arcobj.ArcObj
|
+--stsci.arcobj.PlateObj
- All Implemented Interfaces:
- ArchiveObject, Plate, java.io.Serializable
- public class PlateObj
- extends ArcObj
- implements Plate
- See Also:
- Serialized Form
Fields inherited from class stsci.arcobj.ArcObj |
alpha, b_v, decform, delta, id, lform, mag, muAlpha, muDelta, paralax, raform, sep, sform |
Method Summary |
java.lang.String |
bandcode()
|
java.lang.String |
classification()
|
java.lang.Integer |
getSureveyFieldId()
|
java.lang.String |
getSurveyField()
|
double |
getWidth()
|
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)
|
void |
setSurveyField(java.lang.String surveyField)
|
void |
setWidth(double width)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlateObj
public PlateObj()
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.
- Specified by:
muAlpha
in interface ArchiveObject
- Overrides:
muAlpha
in class ArcObj
muDelta
public double muDelta(int year)
- Specified by:
muDelta
in interface ArchiveObject
- Overrides:
muDelta
in class ArcObj
bandcode
public java.lang.String bandcode()
- Specified by:
bandcode
in interface ArchiveObject
- Overrides:
bandcode
in class ArcObj
classification
public java.lang.String classification()
- Specified by:
classification
in interface ArchiveObject
- Overrides:
classification
in class ArcObj
setWidth
public void setWidth(double width)
getWidth
public double getWidth()
- Specified by:
getWidth
in interface Plate
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.
- Specified by:
header
in interface ArchiveObject
- Overrides:
header
in class ArcObj
toString
public java.lang.String toString()
- Overrides:
toString
in class ArcObj
setSurveyField
public void setSurveyField(java.lang.String surveyField)
getSurveyField
public java.lang.String getSurveyField()
- Specified by:
getSurveyField
in interface Plate
getSureveyFieldId
public java.lang.Integer getSureveyFieldId()
- Specified by:
getSureveyFieldId
in interface Plate