public class StkSatelliteDatabaseEntry extends Object
StkSatelliteDatabase
.Constructor and Description |
---|
StkSatelliteDatabaseEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
Gets a value indicating whether the spacecraft is currently active.
|
double |
getApogee()
Gets the height of the apogee above the Earth's surface, in meters.
|
String |
getCommonName()
Gets a common name for the satellite.
|
ArrayList<StkDatabaseFrequencyRange> |
getFrequencyRanges()
Gets the list of downlink frequencies known for this satellite.
|
double |
getInclination()
Gets the inclination, in radians, between the plane of the orbit and the equatorial plane of the planet.
|
String |
getInternationalDesignator()
Gets the international designator for the satellite.
|
ZonedDateTime |
getLastDatabaseUpdate()
Gets the date of the last database update.
|
String |
getLaunchDateString()
Gets the date and time of the launch.
|
String |
getLaunchSite()
Gets the abbreviated launch site of the satellite.
|
double |
getMass()
Gets the mass, in kilograms.
|
String |
getMission()
Gets the mission category of the satellite.
|
String |
getOfficialName()
Gets the official name for the satellite.
|
String |
getOrbitDescription()
Gets a description of the orbit.
|
String |
getOwner()
Gets the owner (country) of the satellite.
|
double |
getPerigee()
Gets the height of the perigee above the Earth's surface, in meters.
|
double |
getPeriod()
Gets the time, in seconds, for the satellite to complete one revolution of the Earth.
|
String |
getSatelliteNumber()
Gets the satellite (SSC) number.
|
TwoLineElementSet |
getTwoLineElementSet()
Gets the two-line element set for this satellite.
|
String |
getWriteUp()
Gets the arbitrary write-up text associated with this satellite.
|
void |
setActive(boolean value)
Sets a value indicating whether the spacecraft is currently active.
|
void |
setApogee(double value)
Sets the height of the apogee above the Earth's surface, in meters.
|
void |
setCommonName(String value)
Sets a common name for the satellite.
|
void |
setInclination(double value)
Sets the inclination, in radians, between the plane of the orbit and the equatorial plane of the planet.
|
void |
setInternationalDesignator(String value)
Sets the international designator for the satellite.
|
void |
setLastDatabaseUpdate(ZonedDateTime value)
Sets the date of the last database update.
|
void |
setLaunchDateString(String value)
Sets the date and time of the launch.
|
void |
setLaunchSite(String value)
Sets the abbreviated launch site of the satellite.
|
void |
setMass(double value)
Sets the mass, in kilograms.
|
void |
setMission(String value)
Sets the mission category of the satellite.
|
void |
setOfficialName(String value)
Sets the official name for the satellite.
|
void |
setOrbitDescription(String value)
Sets a description of the orbit.
|
void |
setOwner(String value)
Sets the owner (country) of the satellite.
|
void |
setPerigee(double value)
Sets the height of the perigee above the Earth's surface, in meters.
|
void |
setPeriod(double value)
Sets the time, in seconds, for the satellite to complete one revolution of the Earth.
|
void |
setSatelliteNumber(String value)
Sets the satellite (SSC) number.
|
void |
setTwoLineElementSet(TwoLineElementSet value)
Sets the two-line element set for this satellite.
|
void |
setWriteUp(String value)
Sets the arbitrary write-up text associated with this satellite.
|
public final String getSatelliteNumber()
public final void setSatelliteNumber(String value)
public final String getCommonName()
public final void setCommonName(String value)
public final String getOfficialName()
public final void setOfficialName(String value)
public final String getInternationalDesignator()
public final void setInternationalDesignator(String value)
public final String getOwner()
public final void setOwner(String value)
public final String getMission()
public final void setMission(String value)
public final String getLaunchSite()
public final void setLaunchSite(String value)
public final String getLaunchDateString()
public final void setLaunchDateString(String value)
public final String getOrbitDescription()
public final void setOrbitDescription(String value)
public final double getMass()
public final void setMass(double value)
public final double getApogee()
public final void setApogee(double value)
public final double getPerigee()
public final void setPerigee(double value)
public final double getPeriod()
public final void setPeriod(double value)
public final double getInclination()
public final void setInclination(double value)
public final boolean getActive()
public final void setActive(boolean value)
@Nonnull public final ZonedDateTime getLastDatabaseUpdate()
public final void setLastDatabaseUpdate(@Nonnull ZonedDateTime value)
@Nonnull public final ArrayList<StkDatabaseFrequencyRange> getFrequencyRanges()
public final String getWriteUp()
public final void setWriteUp(String value)
public final TwoLineElementSet getTwoLineElementSet()
public final void setTwoLineElementSet(TwoLineElementSet value)