StkSatelliteDatabaseEntry Class |
Namespace: AGI.Foundation.Stk
The StkSatelliteDatabaseEntry type exposes the following members.
Name | Description | |
---|---|---|
StkSatelliteDatabaseEntry | Initializes a new instance of the StkSatelliteDatabaseEntry class |
Name | Description | |
---|---|---|
Active |
Gets or sets a value indicating whether the spacecraft is currently active.
| |
Apogee |
Gets or sets the height of the apogee above the Earth's surface, in meters.
| |
CommonName |
Gets or sets a common name for the satellite.
| |
FrequencyRanges |
Gets the list of downlink frequencies known for this satellite.
| |
Inclination |
Gets or sets the inclination, in radians, between the plane of the orbit and the equatorial plane of the planet.
| |
InternationalDesignator |
Gets or sets the international designator for the satellite.
This is a unique number assigned to all objects achieving orbit and observed by U.S. Strategic Command (USSTRATCOM).
| |
LastDatabaseUpdate |
Gets or sets the date of the last database update.
| |
LaunchDateString |
Gets or sets the date and time of the launch.
The format is YYYYMMDDHHMM in UTC.
| |
LaunchSite |
Gets or sets the abbreviated launch site of the satellite.
| |
Mass |
Gets or sets the mass, in kilograms.
| |
Mission |
Gets or sets the mission category of the satellite.
| |
OfficialName |
Gets or sets the official name for the satellite.
| |
OrbitDescription |
Gets or sets a description of the orbit.
This is either "Decayed" plus the date in YYYYMMDD format of the orbit decay, or a description of the orbit.
| |
Owner |
Gets or sets the owner (country) of the satellite.
| |
Perigee |
Gets or sets the height of the perigee above the Earth's surface, in meters.
| |
Period |
Gets or sets the time, in seconds, for the satellite to complete one revolution of the Earth.
This number is rounded to the nearest tenth of a minute.
| |
SatelliteNumber |
Gets or sets the satellite (SSC) number.
This is a 5-digit number assigned by U.S. Strategic Command (USSTRATCOM) as part of the NORAD catalog.
| |
TwoLineElementSet |
Gets or sets the two-line element set for this satellite.
| |
WriteUp |
Gets or sets the arbitrary write-up text associated with this satellite.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
CreatePlatform |
Create a platform for a single StkSatelliteDatabaseEntry.
(Defined by StkSatelliteDatabaseEntryExtensions.) |