Uses of Interface
org.orekit.rugged.los.TimeDependentLOS
-
Packages that use TimeDependentLOS Package Description org.orekit.rugged.linesensor This package provides all the tools needed to deal with line sensor model.org.orekit.rugged.los This package provides all the tools to build lines-of-sight (LOS). -
-
Uses of TimeDependentLOS in org.orekit.rugged.linesensor
Constructors in org.orekit.rugged.linesensor with parameters of type TimeDependentLOS Constructor Description LineSensor(String name, LineDatation datationModel, Vector3D position, TimeDependentLOS los)
Simple constructor. -
Uses of TimeDependentLOS in org.orekit.rugged.los
Methods in org.orekit.rugged.los that return TimeDependentLOS Modifier and Type Method Description TimeDependentLOS
LOSBuilder. build()
Build a lines-of-sight provider.
-