| Package | Description |
|---|---|
| org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
| Modifier and Type | Method and Description |
|---|---|
EstimatedMeasurementBase.Status |
EstimatedMeasurementBase.getStatus()
Get the status.
|
static EstimatedMeasurementBase.Status |
EstimatedMeasurementBase.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstimatedMeasurementBase.Status[] |
EstimatedMeasurementBase.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 |
EstimatedMeasurementBase.setStatus(EstimatedMeasurementBase.Status status)
Set the status.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.