Uses of Class
org.orekit.rugged.adjustment.measurements.SensorToGroundMapping
-
Packages that use SensorToGroundMapping Package Description org.orekit.rugged.adjustment.measurements This package provides tools for measurements generation. -
-
Uses of SensorToGroundMapping in org.orekit.rugged.adjustment.measurements
Methods in org.orekit.rugged.adjustment.measurements that return SensorToGroundMapping Modifier and Type Method Description SensorToGroundMapping
Observables. getGroundMapping(String ruggedName, String sensorName)
Get a ground Mapping for a sensor.Methods in org.orekit.rugged.adjustment.measurements that return types with arguments of type SensorToGroundMapping Modifier and Type Method Description Collection<SensorToGroundMapping>
Observables. getGroundMappings()
Get all the ground mapping entries.Methods in org.orekit.rugged.adjustment.measurements with parameters of type SensorToGroundMapping Modifier and Type Method Description void
Observables. addGroundMapping(SensorToGroundMapping groundMapping)
Add a ground mapping.
-