Constructor and Description |
---|
ILRSHeader() |
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getEndEpoch()
Get the ending epoch (UTC).
|
String |
getFormat()
Get the file format.
|
String |
getIlrsSatelliteId()
Get the IRLS satellite ID (based on COSPAR ID).
|
String |
getName()
Get the satellite target name.
|
String |
getNoradId()
Get the satellite NORAD ID (i.e.
|
DateComponents |
getProductionEpoch()
Get the date component of the ephemeris production.
|
int |
getProductionHour()
Get the hour of ephemeris production (UTC).
|
int |
getSequenceNumber()
Get the ephemeris sequence number.
|
String |
getSic()
Get the SIC ID.
|
AbsoluteDate |
getStartEpoch()
Get the starting epoch (UTC).
|
int |
getTargetClass()
Get the target class.
|
int |
getTargetLocation()
Get the target location.
|
int |
getVersion()
Get the format version.
|
void |
setEndEpoch(AbsoluteDate endEpoch)
Set the ending epoch (UTC).
|
void |
setFormat(String format)
Set the file format.
|
void |
setIlrsSatelliteId(String ilrsSatelliteId)
Set the IRLS satellite ID (based on COSPAR ID).
|
void |
setName(String name)
Set the satellite target name.
|
void |
setNoradId(String noradId)
Set the satellite NORAD ID.
|
void |
setProductionEpoch(DateComponents productionEpoch)
Set the date component of the ephemeris production.
|
void |
setProductionHour(int productionHour)
Set the hour of ephemeris production.
|
void |
setSequenceNumber(int sequenceNumber)
Set the ephemeris sequence number.
|
void |
setSic(String sic)
Set the SIC ID.
|
void |
setStartEpoch(AbsoluteDate startEpoch)
Set the staring epoch (UTC).
|
void |
setTargetClass(int targetClass)
Set the target class.
|
void |
setTargetLocation(int targetLocation)
Set the target location.
|
void |
setVersion(int version)
Set the format version.
|
public String getFormat()
public void setFormat(String format)
format
- the format to setpublic int getVersion()
public void setVersion(int version)
version
- the version to setpublic DateComponents getProductionEpoch()
public void setProductionEpoch(DateComponents productionEpoch)
productionEpoch
- the date component to setpublic int getProductionHour()
public void setProductionHour(int productionHour)
productionHour
- the hour of ephemeris production to setpublic String getName()
public void setName(String name)
name
- the satellite target name to setpublic String getIlrsSatelliteId()
public void setIlrsSatelliteId(String ilrsSatelliteId)
ilrsSatelliteId
- the IRLS satellite ID to setpublic String getSic()
public void setSic(String sic)
sic
- the SIC ID to setpublic String getNoradId()
public void setNoradId(String noradId)
noradId
- the NORAD ID to setpublic int getTargetClass()
0 = no retroreflector; 1 = passive retroreflector; ...
public void setTargetClass(int targetClass)
0 = no retroreflector; 1 = passive retroreflector; ...
targetClass
- the target class to setpublic int getTargetLocation()
1 = Earth orbit; 2 = Lunar orbit; ...
public void setTargetLocation(int targetLocation)
1 = Earth orbit; 2 = Lunar orbit; ...
targetLocation
- the target location to setpublic AbsoluteDate getStartEpoch()
public void setStartEpoch(AbsoluteDate startEpoch)
startEpoch
- the starting epoch to setpublic AbsoluteDate getEndEpoch()
public void setEndEpoch(AbsoluteDate endEpoch)
endEpoch
- the ending epoch to setpublic int getSequenceNumber()
public void setSequenceNumber(int sequenceNumber)
sequenceNumber
- the ephemeris sequence number to setCopyright © 2002-2022 CS GROUP. All rights reserved.