|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.simbad.CooFrame
Used as a structure for managing a coordinate frame.
Field Summary | |
(package private) java.lang.String |
cooEpoch
|
(package private) java.lang.String |
cooEquinox
|
(package private) java.lang.String |
cooFrame
|
Constructor Summary | |
CooFrame()
creates a default CooFrame object with ICRS,2000,2000 |
|
CooFrame(CooFrame cf)
Copy constructor. |
|
CooFrame(java.lang.String frame,
java.lang.String epoch)
creates a CooFrame object with the specified parameters. |
|
CooFrame(java.lang.String frame,
java.lang.String equinox,
java.lang.String epoch)
creates a CooFrame object with the specified parameters |
Method Summary | |
boolean |
equals(java.lang.Object o)
MOD-BB 21-01-04 Ajout de cette methode. |
java.lang.String |
getEpoch()
Gets the epoch |
java.lang.String |
getEquinox()
Gets the equinox |
java.lang.String |
getFrame()
Gets the frame |
void |
set(CooFrame cf)
Sets the ooFrame object from another one |
CooFrame |
setEpoch(java.lang.String epoch)
Sets the epoch |
CooFrame |
setEquinox(java.lang.String equi)
Sets the equinox |
CooFrame |
setFrame(java.lang.String frame)
Sets the frame |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.String cooFrame
java.lang.String cooEquinox
java.lang.String cooEpoch
Constructor Detail |
public CooFrame()
public CooFrame(java.lang.String frame, java.lang.String equinox, java.lang.String epoch)
frame
- Frame. it must belong to ICRS,FK4,FK5,GAL,SGAL,ECLequinox
- Equinox yearepoch
- Epoch yearpublic CooFrame(java.lang.String frame, java.lang.String epoch)
frame
- Frame. it must belong to ICRS,FK4,FK5,GAL,SGAL,ECLepoch
- Epoch yearpublic CooFrame(CooFrame cf)
cf
- Cooframe object to copyMethod Detail |
public void set(CooFrame cf)
cf
- CooFrame from which the values will be copiedpublic CooFrame setFrame(java.lang.String frame)
frame
- Frame. it must belong to ICRS,FK4,FK5,GAL,SGAL,ECL
public CooFrame setEquinox(java.lang.String equi)
equi
- Equinox year
public CooFrame setEpoch(java.lang.String epoch)
epoch
- Epoch year
public java.lang.String getFrame()
public java.lang.String getEquinox()
public java.lang.String getEpoch()
public boolean equals(java.lang.Object o)
o
- Objet a comparer.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |