Uses of Class
org.orekit.propagation.events.VisibilityTrigger
-
Packages that use VisibilityTrigger Package Description org.orekit.geometry.fov This package provides classes for representing a spacecraft sensor Field Of View.org.orekit.propagation.events 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 VisibilityTrigger Modifier and Type Method Description double
CircularFieldOfView. offsetFromBoundary(Vector3D lineOfSight, double angularRadius, VisibilityTrigger trigger)
Get the offset of target body with respect to the Field Of View Boundary.double
EllipticalFieldOfView. offsetFromBoundary(Vector3D lineOfSight, double angularRadius, VisibilityTrigger trigger)
Get the offset of target body with respect to the Field Of View Boundary.double
FieldOfView. offsetFromBoundary(Vector3D lineOfSight, double angularRadius, VisibilityTrigger trigger)
Get the offset of target body with respect to the Field Of View Boundary.double
PolygonalFieldOfView. 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 VisibilityTrigger Modifier and Type Method Description static VisibilityTrigger
VisibilityTrigger. valueOf(String name)
Returns the enum constant of this type with the specified name.static VisibilityTrigger[]
VisibilityTrigger. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.propagation.events with parameters of type VisibilityTrigger Constructor Description FieldOfViewDetector(AdaptableInterval maxCheck, double threshold, int maxIter, 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.
-