Uses of Enum Class
org.orekit.estimation.measurements.generation.SignSemantic
Packages that use SignSemantic
Package
Description
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 SignSemanticModifier and TypeMethodDescriptionstatic SignSemanticReturns the enum constant of this class with the specified name.static SignSemantic[]SignSemantic.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.estimation.measurements.generation with parameters of type SignSemanticModifierConstructorDescriptionEventBasedScheduler(MeasurementBuilder<T> builder, DatesSelector selector, Predicate<EstimatedMeasurementBase<T>> filter, Propagator propagator, EventDetector detector, SignSemantic signSemantic) Simple constructor.EventBasedScheduler(MeasurementBuilder<T> builder, DatesSelector selector, Propagator propagator, EventDetector detector, SignSemantic signSemantic) Simple constructor.