Package | Description |
---|---|
agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
Modifier and Type | Method and Description |
---|---|
static NanuType |
NanuType.getDefault()
Get the enum constant that is considered to be the default.
|
static NanuType |
NanuType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
NanuType |
SatelliteOutageDetails.getNanuType()
Gets the type of outage as defined by the NANU.
|
static NanuType |
NanuType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NanuType[] |
NanuType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SatelliteOutage(int satelliteVehicleNumber,
int pseudoRandomNumber,
OutageType outageType,
NanuType nanuType,
String outageSourceName,
String outageReferenceNumber,
TimeInterval outageTimeInterval)
Creates a satellite Outage.
|
SatelliteOutageDetails(OutageType outageType,
NanuType nanuType,
String outageSourceName,
String outageReferenceNumber)
Initializes a new instance.
|