|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectastro.StarDescription
mysql.TargetSql.StarSql
public static class TargetSql.StarSql
A class that extends a StarDescription to host additional info
relevant for stellar activity.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class astro.StarDescription |
|---|
StarDescription.StarComparator<T extends StarDescription> |
| Field Summary | |
|---|---|
static String |
COMMON
ID for common name. |
static String |
HISTORY
ID for sb integer. |
static String |
LOGG
ID for sb integer. |
static String |
LUMCLASS
ID for spectral type, luminosity (1-5). |
static String |
MASS
ID for sb integer. |
static String |
METAL
ID for sb integer. |
static String |
PARALLAX
ID for parallax in mas. |
static String |
PERIOD
ID for period in days. |
static String |
REDCOL
ID for V-R. |
static String |
RV
ID for heliocentric velocity. |
static String |
SB
ID for sb integer. |
static String |
SPCLASS
ID for spectral type (O=0, B=10, etc.). |
static String |
SPECTRUM
ID for spectral type. |
static String |
TEFF
ID for sb integer. |
static String |
TYPE
ID for object type. |
static String |
VSINI
ID for rotational velocity. |
| Fields inherited from class astro.StarDescription |
|---|
COLOR, DEC, DEFCOLOR, DEFEPOCH, DEFEQUINOX, DEFID, DEFPROPDEC, DEFPROPRA, EPOCH, EQUINOX, ID, MAG, NAME, PROPDEC, PROPRA, RA, SOL, UNKNOWN |
| Constructor Summary | |
|---|---|
TargetSql.StarSql(String name,
String common)
Constructs a new star from its name and the common name. |
|
| Method Summary | |
|---|---|
Object |
setBinarity(int spclass)
Sets the multiplicity. |
Object |
setHistory(String catalogs)
Sets the history. |
Object |
setLogG(float g)
Sets the log g. |
Object |
setLuminosityClass(int spclass)
Sets the luminosity class as an integer. |
Object |
setMass(float m)
Sets the mass. |
Object |
setMetal(float z)
Sets the metal content. |
Object |
setParallax(float rv)
Sets the parallax as a double. |
Object |
setPeriod(float rv)
Sets the period as a double. |
Object |
setRadialVelocity(float rv)
Sets the heliocentric velocity as a double. |
Object |
setRedColor(float vr)
Sets a red color index of the star, normally a V-R color. |
Object |
setRotationalVelocity(float rv)
Sets the rotational velocity as a double. |
Object |
setSpectralClass(int spclass)
Sets the spectral class as an integer. |
Object |
setSpectrum(String spec)
Sets the spectrum as a string, like B1IV-V |
Object |
setTeff(float t)
Sets the effective Temperature. |
Object |
setType(String spec)
Sets the simbad object type. |
String |
toString()
Simple conversion. |
| Methods inherited from class astro.StarDescription |
|---|
equals, exportIdMap, exportNameMap, fillMissing, fillMissing, get, getColor, getDec, getEpoch, getEquinox, getID, getMag, getName, getPropDec, getProperty, getPropRa, getRa, getSeparation, getSeparation, getSeparation, getSeparation, isFullyValid, isMarginallyValid, isSexagesimal, isValid, isVeryValid, matches, parseSexagesimal, set, setColor, setDec, setEpoch, setEquinox, setID, setMag, setName, setPropDec, setProperty, setPropRa, setRa |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String COMMON
public static String SPECTRUM
public static String SPCLASS
public static String LUMCLASS
public static String RV
public static String VSINI
public static String REDCOL
public static String PERIOD
public static String PARALLAX
public static String TYPE
public static String SB
public static String METAL
public static String MASS
public static String LOGG
public static String TEFF
public static String HISTORY
| Constructor Detail |
|---|
public TargetSql.StarSql(String name,
String common)
| Method Detail |
|---|
public Object setSpectrum(String spec)
public Object setSpectralClass(int spclass)
public Object setLuminosityClass(int spclass)
public Object setRadialVelocity(float rv)
public Object setRotationalVelocity(float rv)
public Object setRedColor(float vr)
public Object setPeriod(float rv)
public Object setParallax(float rv)
public Object setType(String spec)
public Object setBinarity(int spclass)
public Object setMetal(float z)
public Object setMass(float m)
public Object setLogG(float g)
public Object setTeff(float t)
public Object setHistory(String catalogs)
public String toString()
toString in class StarDescription
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||