LineDatation
public 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 LineDatation
lineNumber
- line numberpublic double getLine(org.orekit.time.AbsoluteDate date)
getLine
in interface LineDatation
date
- datepublic double getRate(double lineNumber)
getRate
in interface LineDatation
lineNumber
- line numberCopyright © 2014-2019 CS Systèmes d'information. All rights reserved.