public class ObjectProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
airmass |
double |
altitude |
Declination |
Dec |
double |
Dec_rate |
java.lang.String |
objectName |
double |
phase |
RightAscension |
RA |
double |
RA_rate |
FullDate |
requestedDate |
FullTime |
requestedTime |
| Constructor and Description |
|---|
ObjectProperties()
Class constructor, produces an empty object.
|
ObjectProperties(java.lang.String fullPropertyStr)
Class constructor, from a formatted string that contains the values of the fields.
|
public java.lang.String objectName
public FullDate requestedDate
public FullTime requestedTime
public RightAscension RA
public double RA_rate
public Declination Dec
public double Dec_rate
public double altitude
public double phase
public double airmass
public ObjectProperties()
public ObjectProperties(java.lang.String fullPropertyStr)
throws java.io.IOException,
java.lang.NumberFormatException,
java.lang.IllegalArgumentException
fullPropertyStr - the input string that is parsedjava.io.IOException - in case the string cannot be parsed into a property objectjava.lang.NumberFormatException - in case one of the numerical values cannot be extractedjava.lang.IllegalArgumentException - in case one of the date or time values are not correct