Constructor and Description |
---|
CdmData(CommentsContainer commentsBlock,
ODParameters ODparametersBlock,
AdditionalParameters additionalParametersBlock,
StateVector stateVectorBlock,
RTNCovariance covarianceMatrixBlock)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
AdditionalParameters |
getAdditionalParametersBlock()
Get the additional parameters logical block.
|
List<String> |
getComments()
Get the comments.
|
ODParameters |
getODParametersBlock()
Get the OD parameters logical block.
|
RTNCovariance |
getRTNCovarianceBlock()
Get the covariance matrix logical block.
|
StateVector |
getStateVectorBlock()
Get the state vector logical block.
|
void |
validate(double version)
Check is all mandatory entries have been initialized.
|
public CdmData(CommentsContainer commentsBlock, ODParameters ODparametersBlock, AdditionalParameters additionalParametersBlock, StateVector stateVectorBlock, RTNCovariance covarianceMatrixBlock)
commentsBlock
- general comments blockODparametersBlock
- OD parameters block (may be null)additionalParametersBlock
- additionnal parameters block (may be null)stateVectorBlock
- state vector blockcovarianceMatrixBlock
- covariance matrix in RTN coordinates frame blockpublic void validate(double version)
This method should throw an exception if some mandatory entries are missing or not compatible with version number.
public ODParameters getODParametersBlock()
public AdditionalParameters getAdditionalParametersBlock()
public StateVector getStateVectorBlock()
public RTNCovariance getRTNCovarianceBlock()
Copyright © 2002-2022 CS GROUP. All rights reserved.