public class CovarianceHistoryMetadata extends CommentsContainer
Modifier and Type | Method and Description |
---|---|
String |
getCovBasis()
Get basis of this covariance time history data.
|
String |
getCovBasisID()
Get identification number of the orbit determination or simulation upon which this covariance is based.
|
double |
getCovConfidence()
Get the measure of confidence in covariance error matching reality.
|
AbsoluteDate |
getCovFrameEpoch()
Get epoch of the
covariance reference frame . |
String |
getCovID()
Get covariance identification number.
|
String |
getCovNextID()
Get identification number of next covariance.
|
Ordering |
getCovOrdering()
Get covariance ordering.
|
String |
getCovPrevID()
Get identification number of previous covariance.
|
FrameFacade |
getCovReferenceFrame()
Get reference frame of the covariance.
|
double |
getCovScaleMax()
Get the maximum scale factor to apply to achieve realism.
|
double |
getCovScaleMin()
Get the minimum scale factor to apply to achieve realism.
|
ElementsType |
getCovType()
Get covariance element set type.
|
List<Unit> |
getCovUnits()
Get covariance element set units.
|
void |
setCovBasis(String covBasis)
Set basis of this covariance time history data.
|
void |
setCovBasisID(String covBasisID)
Set identification number of the orbit determination or simulation upon which this covariance is based.
|
void |
setCovConfidence(double covConfidence)
Set the measure of confidence in covariance error matching reality.
|
void |
setCovFrameEpoch(AbsoluteDate covFrameEpoch)
Set epoch of the
covariance reference frame . |
void |
setCovID(String covID)
Set covariance identification number.
|
void |
setCovNextID(String covNextID)
Set identification number of next covariance.
|
void |
setCovOrdering(Ordering covOrdering)
Set covariance ordering.
|
void |
setCovPrevID(String covPrevID)
Set identification number of previous covariance.
|
void |
setCovReferenceFrame(FrameFacade covReferenceFrame)
Set reference frame of the covariance.
|
void |
setCovScaleMax(double covScaleMax)
Set the maximum scale factor to apply to achieve realism.
|
void |
setCovScaleMin(double covScaleMin)
Set the minimum scale factor to apply to achieve realism.
|
void |
setCovType(ElementsType covType)
Set covariance element set type.
|
void |
setCovUnits(List<Unit> covUnits)
Set covariance element set units.
|
void |
validate(double version)
Check is all mandatory entries have been initialized.
|
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments
public void validate(double version)
This method should throw an exception if some mandatory entries are missing or not compatible with version number.
validate
in interface Section
validate
in class CommentsContainer
version
- format versionpublic String getCovID()
public void setCovID(String covID)
covID
- covariance identification numberpublic String getCovPrevID()
public void setCovPrevID(String covPrevID)
covPrevID
- identification number of previous covariancepublic String getCovNextID()
public void setCovNextID(String covNextID)
covNextID
- identification number of next covariancepublic String getCovBasis()
public void setCovBasis(String covBasis)
covBasis
- basis of this covariance time history datapublic String getCovBasisID()
public void setCovBasisID(String covBasisID)
covBasisID
- identification number of the orbit determination or simulation upon which this covariance is basedpublic FrameFacade getCovReferenceFrame()
public void setCovReferenceFrame(FrameFacade covReferenceFrame)
covReferenceFrame
- the reference frame to be setpublic AbsoluteDate getCovFrameEpoch()
covariance reference frame
.covariance reference frame
public void setCovFrameEpoch(AbsoluteDate covFrameEpoch)
covariance reference frame
.covFrameEpoch
- epoch of the covariance reference frame
public void setCovScaleMin(double covScaleMin)
covScaleMin
- minimum scale factor to apply to achieve realismpublic double getCovScaleMin()
public void setCovScaleMax(double covScaleMax)
covScaleMax
- maximum scale factor to apply to achieve realismpublic double getCovScaleMax()
public void setCovConfidence(double covConfidence)
covConfidence
- measure of confidence in covariance error matching realitypublic double getCovConfidence()
public ElementsType getCovType()
public void setCovType(ElementsType covType)
covType
- covariance element set typepublic Ordering getCovOrdering()
public void setCovOrdering(Ordering covOrdering)
covOrdering
- covariance orderingpublic List<Unit> getCovUnits()
Copyright © 2002-2022 CS GROUP. All rights reserved.