Uses of Class
org.orekit.errors.OrekitIllegalArgumentException
-
Packages that use OrekitIllegalArgumentException Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.antenna This package provides classes related to receiver and satellites antenna modeling.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.time 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 OrekitIllegalArgumentException Modifier and Type Method Description double[]
EstimatedMeasurement. getParameterDerivatives(ParameterDriver driver)
Get the partial derivatives of thesimulated measurement
with respect to a parameter. -
Uses of OrekitIllegalArgumentException in org.orekit.gnss
Methods in org.orekit.gnss that throw OrekitIllegalArgumentException Modifier and Type Method Description static SatelliteSystem
SatelliteSystem. parseSatelliteSystem(String s)
Parse a string to get the satellite system. -
Uses of OrekitIllegalArgumentException in org.orekit.gnss.antenna
Methods in org.orekit.gnss.antenna that throw OrekitIllegalArgumentException Modifier and Type Method Description static SatelliteAntennaCode
SatelliteAntennaCode. parseSatelliteAntennaCode(String s)
Deprecated.Parse a string to get the satellite antenna code.static SatelliteType
SatelliteType. 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 OrekitIllegalArgumentException Constructor Description PositionAngleDetector(double maxCheck, double threshold, OrbitType orbitType, PositionAngle positionAngle, double angle)
Build a detector.PositionAngleDetector(OrbitType orbitType, PositionAngle positionAngle, double angle)
Build a new detector. -
Uses of OrekitIllegalArgumentException in org.orekit.time
Methods in org.orekit.time that throw OrekitIllegalArgumentException Modifier and Type Method Description static AbsoluteDate
AbsoluteDate. createMJDDate(int mjd, double secondsInDay, TimeScale timeScale)
Build an instance corresponding to a Modified Julian Day date.Constructors in org.orekit.time that throw OrekitIllegalArgumentException Constructor Description TimeComponents(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.
-