Class AbstractGeodeticExtremumDetector<T extends AbstractDetector<T>>

    • Constructor Detail

      • AbstractGeodeticExtremumDetector

        protected AbstractGeodeticExtremumDetector​(EventDetectionSettings detectionSettings,
                                                   EventHandler handler,
                                                   BodyShape body)
        Protected constructor with full parameters.

        This constructor is not public as users are expected to use the builder API with the various withXxx() methods to set up the instance in a readable manner without using a huge amount of parameters.

        Parameters:
        detectionSettings - event detection settings
        handler - event handler to call at event occurrences
        body - body
        Since:
        13.0
    • Method Detail

      • transformToFieldGeodeticPoint

        public FieldGeodeticPoint<UnivariateDerivative2> transformToFieldGeodeticPoint​(SpacecraftState s)
        Compute the geodetic coordinates with automatic differentiation.
        Parameters:
        s - the current state information: date, kinematics, attitude
        Returns:
        geodetic point in Taylor Differential Algebra