public class UserEphemeris extends Object implements IUserEphemeris
Constructor and Description |
---|
UserEphemeris(String ephemerisFile,
DateComponents referenceEpoch,
TimeScale timeScale,
Frame frame)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Map<AbsoluteDate,PVCoordinates> |
getEphemeris() |
Frame |
getReferenceFrame() |
public UserEphemeris(String ephemerisFile, DateComponents referenceEpoch, TimeScale timeScale, Frame frame) throws IOException
ephemerisFile
- the file containing the ephemerisreferenceEpoch
- the reference epochtimeScale
- the reference time scaleframe
- the reference frameIOException
- input/output exceptionpublic Map<AbsoluteDate,PVCoordinates> getEphemeris()
getEphemeris
in interface IUserEphemeris
public Frame getReferenceFrame()
getReferenceFrame
in interface IUserEphemeris
Copyright © 2019 CNES. All Rights Reserved.