Uses of Class
org.orekit.rugged.api.Rugged
-
Packages that use Rugged Package Description org.orekit.rugged.adjustment This package provides tools to deal with viewing model refining.org.orekit.rugged.api This package provides the principal class of Rugged library API, as well as the builder for Rugged instances.org.orekit.rugged.errors This package provides classes to generate and handle exceptions. -
-
Uses of Rugged in org.orekit.rugged.adjustment
Constructors in org.orekit.rugged.adjustment with parameters of type Rugged Constructor Description GroundOptimizationProblemBuilder(List<LineSensor> sensors, Observables measurements, Rugged rugged)
Build a new instance of the optimization problem.Constructor parameters in org.orekit.rugged.adjustment with type arguments of type Rugged Constructor Description AdjustmentContext(Collection<Rugged> viewingModel, Observables measurements)
Build a new instance.InterSensorsOptimizationProblemBuilder(List<LineSensor> sensors, Observables measurements, Collection<Rugged> ruggedList)
Constructor. -
Uses of Rugged in org.orekit.rugged.api
Methods in org.orekit.rugged.api that return Rugged Modifier and Type Method Description Rugged
RuggedBuilder. build()
Build aRugged
instance. -
Uses of Rugged in org.orekit.rugged.errors
Methods in org.orekit.rugged.errors that return Rugged Modifier and Type Method Description Rugged
DumpReplayer. createRugged()
Create a Rugged instance from parsed data.Methods in org.orekit.rugged.errors with parameters of type Rugged Modifier and Type Method Description DumpReplayer.Result[]
DumpReplayer. execute(Rugged rugged)
Execute all dumped calls.
-