Uses of Class
org.orekit.estimation.measurements.generation.SignSemantic
-
Packages that use SignSemantic Package Description org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation. -
-
Uses of SignSemantic in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return SignSemantic Modifier and Type Method Description static SignSemantic
SignSemantic. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignSemantic[]
SignSemantic. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.estimation.measurements.generation with parameters of type SignSemantic Constructor Description EventBasedScheduler(MeasurementBuilder<T> builder, DatesSelector selector, Propagator propagator, EventDetector detector, SignSemantic signSemantic)
Simple constructor.
-