public abstract class NDMFile extends Object
Constructor and Description |
---|
NDMFile()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IERSConventions |
getConventions()
Get IERS conventions.
|
AbsoluteDate |
getCreationDate()
Get the file creation date and time in UTC.
|
DataContext |
getDataContext()
Get the data context.
|
double |
getFormatVersion()
Get the CCSDS NDM (ADM or ODM) format version.
|
List<String> |
getHeaderComment()
Get the header comment.
|
AbsoluteDate |
getMissionReferenceDate()
Get reference date for Mission Elapsed Time and Mission Relative Time time systems.
|
double |
getMu()
Get the used gravitational coefficient.
|
String |
getOriginator()
Get the file originator.
|
void |
setConventions(IERSConventions conventions)
Set IERS conventions.
|
void |
setCreationDate(AbsoluteDate creationDate)
Set the file creation date and time in UTC.
|
void |
setDataContext(DataContext dataContext)
Set the data context.
|
void |
setFormatVersion(double formatVersion)
Set the CCSDS NDM (ADM or ODM) format version.
|
void |
setHeaderComment(List<String> headerComment)
Set the header comment.
|
void |
setMissionReferenceDate(AbsoluteDate missionReferenceDate)
Set reference date for Mission Elapsed Time and Mission Relative Time time systems.
|
void |
setMu(double mu)
Set the used gravitational coefficient.
|
void |
setOriginator(String originator)
Set the file originator.
|
public double getMu()
public void setMu(double mu)
mu
- the coefficient to setpublic double getFormatVersion()
public void setFormatVersion(double formatVersion)
formatVersion
- the format version to be setpublic List<String> getHeaderComment()
public void setHeaderComment(List<String> headerComment)
headerComment
- header commentpublic AbsoluteDate getCreationDate()
public void setCreationDate(AbsoluteDate creationDate)
creationDate
- the creation date to be setpublic String getOriginator()
public void setOriginator(String originator)
originator
- the originator to be setpublic IERSConventions getConventions()
public void setConventions(IERSConventions conventions)
conventions
- IERS conventions to be setpublic AbsoluteDate getMissionReferenceDate()
public void setMissionReferenceDate(AbsoluteDate missionReferenceDate)
missionReferenceDate
- reference date for Mission Elapsed Time and Mission Relative Time time systems.public DataContext getDataContext()
public void setDataContext(DataContext dataContext)
dataContext
- used for creating frames, time scales, etc.Copyright © 2002-2020 CS GROUP. All rights reserved.