LineDatationpublic class LinearLineDatation extends Object implements LineDatation
line datation.
Instances of this class are guaranteed to be immutable.
| Constructor | Description |
|---|---|
LinearLineDatation(org.orekit.time.AbsoluteDate referenceDate,
double referenceLine,
double rate) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.orekit.time.AbsoluteDate |
getDate(double lineNumber) |
Get the date for a given line.
|
double |
getLine(org.orekit.time.AbsoluteDate date) |
Get the line for a given date.
|
double |
getRate(double lineNumber) |
Get the rate of lines scanning.
|
public LinearLineDatation(org.orekit.time.AbsoluteDate referenceDate,
double referenceLine,
double rate)
referenceDate - reference datereferenceLine - line number at reference daterate - rate of lines scanning (lines / seconds)public org.orekit.time.AbsoluteDate getDate(double lineNumber)
getDate in interface LineDatationlineNumber - line numberpublic double getLine(org.orekit.time.AbsoluteDate date)
getLine in interface LineDatationdate - datepublic double getRate(double lineNumber)
getRate in interface LineDatationlineNumber - line numberCopyright © 2014-2019 CS Systèmes d'information. All rights reserved.