Uses of Interface
org.orekit.geometry.fov.FieldOfView
Packages that use FieldOfView
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 FieldOfView in org.orekit.geometry.fov
Classes in org.orekit.geometry.fov that implement FieldOfViewModifier and TypeClassDescriptionclassAbstract class representing a spacecraft sensor Field Of View.classClass representing a spacecraft sensor Field Of View with circular shape.classClass representing a spacecraft sensor Field Of View with dihedral shape (i.e. rectangular shape).classClass representing a spacecraft sensor Field Of View with elliptical shape.classClass representing a spacecraft sensor Field Of View with polygonal shape.classClass 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 FieldOfViewModifier and TypeMethodDescriptionFieldOfViewDetector.getFOV()Get the Field Of View.FootprintOverlapDetector.getFOV()Get the Field Of View.GroundFieldOfViewDetector.getFOV()Get the Field Of View.Constructors in org.orekit.propagation.events with parameters of type FieldOfViewModifierConstructorDescriptionprotectedFieldOfViewDetector(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.FieldOfViewDetector(PVCoordinatesProvider pvTarget, FieldOfView fov) Build a new instance.FootprintOverlapDetector(FieldOfView fov, OneAxisEllipsoid body, SphericalPolygonsSet zone, double samplingStep) Build a new instance.protectedFootprintOverlapDetector(EventDetectionSettings detectionSettings, 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.protectedGroundFieldOfViewDetector(EventDetectionSettings detectionSettings, EventHandler handler, Frame frame, FieldOfView fov) Protected constructor with full parameters.