Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
Modifier and Type | Method and Description |
---|---|
EstimatedMeasurement.Status |
EstimatedMeasurement.getStatus()
Get the status.
|
static EstimatedMeasurement.Status |
EstimatedMeasurement.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstimatedMeasurement.Status[] |
EstimatedMeasurement.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EstimatedMeasurement.setStatus(EstimatedMeasurement.Status status)
Set the status.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.