Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method and Description |
---|---|
static VisibilityTrigger |
VisibilityTrigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisibilityTrigger[] |
VisibilityTrigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CircularFieldOfViewDetector(double maxCheck,
PVCoordinatesProvider pvTarget,
double radiusTarget,
VisibilityTrigger trigger,
Vector3D center,
double halfAperture)
Build a new instance.
|
FieldOfViewDetector(PVCoordinatesProvider pvTarget,
double radiusTarget,
VisibilityTrigger trigger,
FieldOfView fov)
Build a new instance.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.