Uses of Interface
org.orekit.geometry.fov.FieldOfView
-
Packages that use FieldOfView 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 FieldOfView in org.orekit.geometry.fov
Classes in org.orekit.geometry.fov that implement FieldOfView Modifier and Type Class Description class
AbstractFieldOfView
Abstract class representing a spacecraft sensor Field Of View.class
CircularFieldOfView
Class representing a spacecraft sensor Field Of View with circular shape.class
DoubleDihedraFieldOfView
Class representing a spacecraft sensor Field Of View with dihedral shape (i.e.class
EllipticalFieldOfView
Class representing a spacecraft sensor Field Of View with elliptical shape.class
PolygonalFieldOfView
Class representing a spacecraft sensor Field Of View with polygonal shape.class
SmoothFieldOfView
Class representing a spacecraft sensor Field Of View with shape defined by a smooth single loop. -
Uses of FieldOfView in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldOfView Modifier and Type Method Description FieldOfView
FieldOfViewDetector. getFOV()
Get the Field Of View.FieldOfView
FootprintOverlapDetector. getFOV()
Get the Field Of View.FieldOfView
GroundFieldOfViewDetector. getFOV()
Get the Field Of View.Constructors in org.orekit.propagation.events with parameters of type FieldOfView 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.FieldOfViewDetector(PVCoordinatesProvider pvTarget, FieldOfView fov)
Build a new instance.FootprintOverlapDetector(FieldOfView fov, OneAxisEllipsoid body, SphericalPolygonsSet zone, double samplingStep)
Build a new instance.FootprintOverlapDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler, FieldOfView fov, OneAxisEllipsoid body, SphericalPolygonsSet zone, double samplingStep, List<org.orekit.propagation.events.FootprintOverlapDetector.SamplingPoint> sampledZone)
Protected constructor with full parameters.GroundFieldOfViewDetector(Frame frame, FieldOfView fov)
Build a new instance.GroundFieldOfViewDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler, Frame frame, FieldOfView fov)
Protected constructor with full parameters.
-