Class FieldElevationDetector<T extends org.hipparchus.RealFieldElement<T>>

  • All Implemented Interfaces:
    FieldEventDetector<T>

    public class FieldElevationDetector<T extends org.hipparchus.RealFieldElement<T>>
    extends FieldAbstractDetector<FieldElevationDetector<T>,​T>
    Finder for satellite raising/setting events that allows for the setting of azimuth and/or elevation bounds or a ground azimuth/elevation mask input. Each calculation be configured to use atmospheric refraction as well.

    The default implementation behavior is to continue propagation at raising and to stop propagation at setting. This can be changed by calling FieldAbstractDetector.withHandler(FieldEventHandler) after construction.

    Author:
    Hank Grabowski