public class TargetGroundPointing extends GroundPointing
TargetPointing does not guarantee the
target point belongs to the body surface, this class always provides a ground point target.
The satellite z axis is pointing to a ground point target.
GroundPointing,
TargetPointing,
Serialized Form| Constructor and Description |
|---|
TargetGroundPointing(BodyShape shape,
GeodeticPoint targetGeo)
Creates a new instance from body shape and target expressed in geodetic coordinates.
|
TargetGroundPointing(BodyShape bodyShape,
Vector3D targetIn)
Creates a new instance from body shape and target expressed in cartesian coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector3D |
getTargetPoint(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point in specified frame.
|
getAttitude, getBodyFrame, getBodyShape, getTargetPVgetAttitude, getSpinDerivativesComputation, setSpinDerivativesComputationpublic TargetGroundPointing(BodyShape bodyShape, Vector3D targetIn)
bodyShape - body shape.targetIn - target position in body framepublic TargetGroundPointing(BodyShape shape, GeodeticPoint targetGeo)
shape - body shapetargetGeo - target defined as a geodetic point in body shape frameprotected Vector3D getTargetPoint(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws PatriusException
getTargetPoint in class GroundPointingpvProv - provider for PV coordinatesdate - date at which target point is requestedframe - frame in which observed ground point should be providedPatriusException - if some specific error occurs,
such as no target reachedCopyright © 2017 CNES. All rights reserved.