Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method and Description |
---|---|
FieldOfView |
FieldOfViewDetector.getFieldOfView()
Deprecated.
as of 10.1, replaced by
FieldOfViewDetector.getFOV() |
FieldOfView |
FootprintOverlapDetector.getFieldOfView()
Deprecated.
as of 10.1, replaced by
FootprintOverlapDetector.getFOV() |
FieldOfView |
GroundFieldOfViewDetector.getFieldOfView()
Deprecated.
as of 10.1, replaced by
GroundFieldOfViewDetector.getFOV() |
Constructor and Description |
---|
FieldOfViewDetector(PVCoordinatesProvider pvTarget,
double radiusTarget,
VisibilityTrigger trigger,
FieldOfView fov)
Deprecated.
|
FieldOfViewDetector(PVCoordinatesProvider pvTarget,
FieldOfView fov)
Deprecated.
as of 10.1, replaced by
FieldOfViewDetector.FieldOfViewDetector(PVCoordinatesProvider, FieldOfView) |
FootprintOverlapDetector(FieldOfView fov,
OneAxisEllipsoid body,
SphericalPolygonsSet zone,
double samplingStep)
Deprecated.
|
GroundFieldOfViewDetector(Frame frame,
FieldOfView fov)
Deprecated.
as of 10.1, replaced by
GroundFieldOfViewDetector.GroundFieldOfViewDetector(Frame, FieldOfView) |
Copyright © 2002-2020 CS GROUP. All rights reserved.