public class TargetGroundPointing extends AbstractGroundPointing
TargetPointing does not guarantee the
target point belongs to the body surface, this class always provides a ground point target.
By default, the satellite z axis is pointing to a ground point target.
TargetPointing,
Serialized Form| Constructor and Description |
|---|
TargetGroundPointing(BodyPoint targetPointIn)
Creates a new instance from body shape and target expressed in ellipsoid coordinates.
|
TargetGroundPointing(BodyPoint targetPointIn,
Vector3D losInSatFrameVec,
Vector3D losNormalInSatFrameVec)
Creates a new instance from body target with specified los axis in satellite frame.
|
TargetGroundPointing(BodyPoint targetPointIn,
Vector3D losInSatFrameVec,
Vector3D losNormalInSatFrameVec,
double targetVelocityDeltaT)
Creates a new instance from body target with specified los axis in satellite frame.
|
TargetGroundPointing(BodyShape shape,
Vector3D targetIn)
Creates a new instance from body shape and target expressed in cartesian coordinates.
|
TargetGroundPointing(BodyShape shape,
Vector3D targetIn,
Vector3D losInSatFrameVec,
Vector3D losNormalInSatFrameVec)
Creates a new instance from body shape and target expressed in cartesian coordinates with specified los axis in
satellite frame.
|
TargetGroundPointing(BodyShape shape,
Vector3D targetIn,
Vector3D losInSatFrameVec,
Vector3D losNormalInSatFrameVec,
double targetVelocityDeltaT)
Creates a new instance from body shape and target expressed in cartesian coordinates with specified los axis in
satellite frame.
|
| Modifier and Type | Method and Description |
|---|---|
BodyPoint |
getTargetPoint()
Getter for the target point.
|
protected Vector3D |
getTargetPosition(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target ground point position in specified frame.
|
String |
toString() |
getAttitude, getBodyFrame, getBodyShape, getLosInSatFrame, getLosNormalInSatFrame, getTargetPVgetSpinDerivativesComputation, setSpinDerivativesComputationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeSpinByFD, computeSpinDerivativeByFD, getAttitudepublic TargetGroundPointing(BodyShape shape, Vector3D targetIn)
shape - Body shapetargetIn - Target position in body framepublic TargetGroundPointing(BodyPoint targetPointIn)
targetPointIn - Target pointpublic TargetGroundPointing(BodyShape shape, Vector3D targetIn, Vector3D losInSatFrameVec, Vector3D losNormalInSatFrameVec)
shape - Body shapetargetIn - Target position in body framelosInSatFrameVec - LOS in satellite frame axislosNormalInSatFrameVec - LOS normal axis in satellite framepublic TargetGroundPointing(BodyPoint targetPointIn, Vector3D losInSatFrameVec, Vector3D losNormalInSatFrameVec)
targetPointIn - Target pointlosInSatFrameVec - LOS in satellite frame axislosNormalInSatFrameVec - LOS normal axis in satellite framepublic TargetGroundPointing(BodyShape shape, Vector3D targetIn, Vector3D losInSatFrameVec, Vector3D losNormalInSatFrameVec, double targetVelocityDeltaT)
shape - Body shapetargetIn - Target position in body framelosInSatFrameVec - LOS in satellite frame axislosNormalInSatFrameVec - LOS normal axis in satellite frametargetVelocityDeltaT - Delta-T used to compute target velocity by finite differencespublic TargetGroundPointing(BodyPoint targetPointIn, Vector3D losInSatFrameVec, Vector3D losNormalInSatFrameVec, double targetVelocityDeltaT)
targetPointIn - Target pointlosInSatFrameVec - LOS in satellite frame axislosNormalInSatFrameVec - LOS normal axis in satellite frametargetVelocityDeltaT - Delta-T used to compute target velocity by finite differencesprotected Vector3D getTargetPosition(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws PatriusException
getTargetPosition in class AbstractGroundPointingpvProv - 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 reachedpublic BodyPoint getTargetPoint()
Copyright © 2025 CNES. All rights reserved.