Uses of Enum Class
org.orekit.propagation.events.VisibilityTrigger
Packages that use VisibilityTrigger
Package
Description
This package provides classes for representing a spacecraft sensor Field Of View.
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of VisibilityTrigger in org.orekit.geometry.fov
Methods in org.orekit.geometry.fov with parameters of type VisibilityTriggerModifier and TypeMethodDescriptiondoubleCircularFieldOfView.offsetFromBoundary(Vector3D lineOfSight, double angularRadius, VisibilityTrigger trigger) Get the offset of target body with respect to the Field Of View Boundary.doubleEllipticalFieldOfView.offsetFromBoundary(Vector3D lineOfSight, double angularRadius, VisibilityTrigger trigger) Get the offset of target body with respect to the Field Of View Boundary.doubleFieldOfView.offsetFromBoundary(Vector3D lineOfSight, double angularRadius, VisibilityTrigger trigger) Get the offset of target body with respect to the Field Of View Boundary.doublePolygonalFieldOfView.offsetFromBoundary(Vector3D lineOfSight, double angularRadius, VisibilityTrigger trigger) Get the offset of target body with respect to the Field Of View Boundary. -
Uses of VisibilityTrigger in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return VisibilityTriggerModifier and TypeMethodDescriptionstatic VisibilityTriggerReturns the enum constant of this class with the specified name.static VisibilityTrigger[]VisibilityTrigger.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.propagation.events with parameters of type VisibilityTriggerModifierConstructorDescriptionprotectedFieldOfViewDetector(EventDetectionSettings detectionSettings, EventHandler handler, PVCoordinatesProvider pvTarget, double radiusTarget, VisibilityTrigger trigger, FieldOfView fov) Protected constructor with full parameters.FieldOfViewDetector(PVCoordinatesProvider pvTarget, double radiusTarget, VisibilityTrigger trigger, FieldOfView fov) Build a new instance.