Uses of Class
org.orekit.errors.OrekitIllegalArgumentException
Packages that use OrekitIllegalArgumentException
Package
Description
The measurements package defines everything that is related to orbit
determination measurements.
This package provides classes related to RINEX navigation files.
This package provides inertial force model.
This package provides classes related to GNSS applications.
This package provides classes related to receiver and satellites antenna modeling.
This package provides interfaces and classes dealing with events occurring during propagation.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
-
Uses of OrekitIllegalArgumentException in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that throw OrekitIllegalArgumentExceptionModifier and TypeMethodDescriptiondouble[]EstimatedMeasurement.getParameterDerivatives(ParameterDriver driver) Get the partial derivatives of thesimulated measurementwith respect to a parameter.double[]EstimatedMeasurement.getParameterDerivatives(ParameterDriver driver, AbsoluteDate date) Get the partial derivatives of thesimulated measurementwith respect to a parameter. -
Uses of OrekitIllegalArgumentException in org.orekit.forces.inertia
Constructors in org.orekit.forces.inertia that throw OrekitIllegalArgumentException -
Uses of OrekitIllegalArgumentException in org.orekit.gnss
Methods in org.orekit.gnss that throw OrekitIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic PredefinedTimeSystemPredefinedTimeSystem.parseOneLetterCode(String code) Parse a string to get the time system.static SatelliteSystemSatelliteSystem.parseSatelliteSystem(String s) Parse a string to get the satellite system.static PredefinedTimeSystemPredefinedTimeSystem.parseTimeSystem(String s) Parse a string to get the time system.static PredefinedTimeSystemPredefinedTimeSystem.parseTwoLettersCode(String code) Parse a string to get the time system. -
Uses of OrekitIllegalArgumentException in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that throw OrekitIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic SatelliteTypeSatelliteType.parseSatelliteType(String s) Parse a string to get the satellite type. -
Uses of OrekitIllegalArgumentException in org.orekit.propagation.events
Constructors in org.orekit.propagation.events that throw OrekitIllegalArgumentExceptionModifierConstructorDescriptionPositionAngleDetector(double maxCheck, double threshold, OrbitType orbitType, PositionAngleType positionAngleType, double angle) Build a detector.PositionAngleDetector(OrbitType orbitType, PositionAngleType positionAngleType, double angle) Build a new detector.protectedPositionAngleDetector(EventDetectionSettings detectionSettings, EventHandler handler, OrbitType orbitType, PositionAngleType positionAngleType, double angle) Protected constructor with full parameters. -
Uses of OrekitIllegalArgumentException in org.orekit.time
Methods in org.orekit.time that throw OrekitIllegalArgumentExceptionModifier and TypeMethodDescriptionstatic AbsoluteDateAbsoluteDate.createMJDDate(int mjd, double secondsInDay, TimeScale timeScale) Build an instance corresponding to a Modified Julian Day date.static AbsoluteDateAbsoluteDate.createMJDDate(int mjd, TimeOffset secondsInDay, TimeScale timeScale) Build an instance corresponding to a Modified Julian Day date.Constructors in org.orekit.time that throw OrekitIllegalArgumentExceptionModifierConstructorDescriptionTimeComponents(double secondInDay) Build a time from the second number within the day.TimeComponents(int secondInDayA, double secondInDayB) Build a time from the second number within the day.