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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
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.
|
GroundFieldOfViewDetector(Frame frame,
FieldOfView fov)
Build a new instance.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.