public class UcacStar extends SimpleStar
SimpleStar.Distance, SimpleStar.StarComparator| Modifier and Type | Field and Description |
|---|---|
private double |
deerr
The error of the declination, degrees, always known.
|
static String |
DEERR
Error of the ra in degrees.
|
private double |
raerr
The error of the right ascension, degrees, always known.
|
static String |
RAERR
Error of the ra in degrees.
|
private static long |
serialVersionUID |
private Float |
verr
The error of the star v magniutde.
|
DEFCOLOR, DEFID, DEFPROPDEC, DEFPROPRA, HTM, SKYMAG, SOL, UNKNOWN| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key)
Returns the queried value in its string representation of addintional
info.
|
double |
getDeErr()
Returns the error of the ra in degree
|
float |
getMagErr() |
double |
getRaErr()
Returns the error of the ra in degree
|
Object |
set(String key,
Object val)
Sets the object.
|
double |
setDeErr(double ede)
Sets the error of the declination in degrees.
|
Object |
setMagErr(float isnull) |
double |
setRaErr(double era)
Sets the error of the right ascension in degrees.
|
String |
toString()
Converts the star description name, ra, dec, mag and color into a string.
|
equals, exportIdMap, exportNameMap, fillMissing, getColor, getDe, getEpoch, getEquinox, getHtmName, getHtmName, getID, getMag, getMagComparator, getName, getPropDe, getProperty, getPropRa, getRa, getSeparation, getSeparation, getSeparation, getSeparation, getSeparation, isFullyValid, isMarginallyValid, isSexagesimal, isValid, isVeryValid, matches, matches, parseSexagesimal, raDeString, raDeString, raDeString, raDeString, setColor, setDe, setEpoch, setEquinox, setID, setMag, setName, setPropDe, setProperty, setPropRa, setRa, sexagesimal, sexagesimal, sexagesimal, sexagesimal, toBasicString, toBasicString, toDegreeString, toDegreeStringprivate static final long serialVersionUID
public static final String RAERR
public static final String DEERR
private double raerr
private double deerr
private Float verr
public UcacStar()
public UcacStar(String name)
public double setRaErr(double era)
era - public double setDeErr(double ede)
ede - public double getRaErr()
public double getDeErr()
public Object setMagErr(float isnull)
public float getMagErr()
public Object get(String key)
SimpleStarget in interface Starget in class SimpleStarpublic Object set(String key, Object val)
SimpleStarset in class SimpleStarpublic String toString()
SimpleStartoString in class SimpleStar