public static class SensorMeanPlaneCrossing.CrossingResult extends Object
| Constructor and Description |
|---|
SensorMeanPlaneCrossing.CrossingResult(AbsoluteDate crossingDate,
double crossingLine,
Vector3D target,
FieldVector3D<DerivativeStructure> targetDirection)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbsoluteDate |
getDate()
Get the crossing date.
|
double |
getLine()
Get the crossing line.
|
Vector3D |
getTarget()
Get the target ground point.
|
FieldVector3D<DerivativeStructure> |
getTargetDirection()
Get the normalized target direction in spacecraft frame at crossing.
|
public SensorMeanPlaneCrossing.CrossingResult(AbsoluteDate crossingDate, double crossingLine, Vector3D target, FieldVector3D<DerivativeStructure> targetDirection)
crossingDate - crossing datecrossingLine - crossing linetarget - target ground pointtargetDirection - target direction in spacecraft framepublic AbsoluteDate getDate()
public double getLine()
public Vector3D getTarget()
public FieldVector3D<DerivativeStructure> getTargetDirection()
Copyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.