Uses of Class
org.orekit.propagation.events.FieldOfView
-
Packages that use FieldOfView Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of FieldOfView in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldOfView Modifier and Type Method Description FieldOfView
FieldOfViewDetector. getFieldOfView()
Get the Field Of View.FieldOfView
FootprintOverlapDetector. getFieldOfView()
Get the Field Of View.FieldOfView
GroundFieldOfViewDetector. getFieldOfView()
Get the Field Of View.Constructors in org.orekit.propagation.events with parameters of type FieldOfView Constructor Description FieldOfViewDetector(PVCoordinatesProvider pvTarget, FieldOfView fov)
Build a new instance.FootprintOverlapDetector(FieldOfView fov, OneAxisEllipsoid body, org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet zone, double samplingStep)
Build a new instance.GroundFieldOfViewDetector(Frame frame, FieldOfView fov)
Build a new instance.
-