public class ObjectProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
airmass |
double |
altitude |
double |
azimuth |
Declination |
Dec |
double |
Dec_rate |
double |
hourAngle |
double |
moonAngularDiameter |
double |
moonPositionAngle |
java.lang.String |
objectName |
double |
phase |
RightAscension |
RA |
double |
RA_rate |
FullDate |
requestedDate |
FullTime |
requestedTime |
double |
siderealTime |
| Constructor and Description |
|---|
ObjectProperties()
Class constructor, produces an empty object.
|
ObjectProperties(ObjectProperties props)
Class copy constructor
|
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 hourAngle
public double siderealTime
public double altitude
public double azimuth
public double moonPositionAngle
public double moonAngularDiameter
public double phase
public double airmass
public ObjectProperties()
public ObjectProperties(ObjectProperties props)
props - 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