public class OEMFile.EphemeridesBlock extends Object
Constructor and Description |
---|
OEMFile.EphemeridesBlock()
EphemeridesBlock constructor.
|
Modifier and Type | Method and Description |
---|---|
List<OEMFile.CovarianceMatrix> |
getCovarianceMatrices()
Get the list of Covariance Matrices.
|
List<OEMFile.EphemeridesDataLine> |
getEphemeridesDataLines()
Get the list of Ephemerides data lines.
|
List<String> |
getEphemeridesDataLinesComment()
Get the ephemerides data lines comment.
|
boolean |
getHasRefFrameEpoch()
Get boolean testing whether the reference frame has an epoch associated to it.
|
int |
getInterpolationDegree()
Get the interpolation degree.
|
String |
getInterpolationMethod()
Get the interpolation method to be used.
|
ODMMetaData |
getMetaData()
Get the meta-data for the block.
|
AbsoluteDate |
getStartTime()
Get start of total time span covered by ephemerides data and
covariance data.
|
AbsoluteDate |
getStopTime()
Get end of total time span covered by ephemerides data and covariance
data.
|
AbsoluteDate |
getUseableStartTime()
Get start of useable time span covered by ephemerides data, it may be
necessary to allow for proper interpolation.
|
AbsoluteDate |
getUseableStopTime()
Get end of useable time span covered by ephemerides data, it may be
necessary to allow for proper interpolation.
|
public OEMFile.EphemeridesBlock()
public List<OEMFile.EphemeridesDataLine> getEphemeridesDataLines()
public List<OEMFile.CovarianceMatrix> getCovarianceMatrices()
public ODMMetaData getMetaData()
public AbsoluteDate getStartTime()
public AbsoluteDate getStopTime()
public AbsoluteDate getUseableStartTime()
public AbsoluteDate getUseableStopTime()
public String getInterpolationMethod()
public int getInterpolationDegree()
public boolean getHasRefFrameEpoch()
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.