public class OmmMetadata extends OdmCommonMetadata
Modifier and Type | Field and Description |
---|---|
static String |
DSST_THEORY
Constant for DSST mean elements theory.
|
static String |
SGP_SGP4_THEORY
Constant for SGP/SGP4 mean elements theory.
|
static String |
SGP4_XP_THEORY
Constant for SGP4-XP mean elements theory.
|
Constructor and Description |
---|
OmmMetadata()
Empty constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMeanElementTheory()
Get the description of the Mean Element Theory.
|
void |
setMeanElementTheory(String meanElementTheory)
Set the description of the Mean Element Theory.
|
boolean |
theoryIsSgpSdp()
Check if mean element theory in SGP or SDP.
|
finalizeMetadata, getCenter, getFrame, getFrameEpoch, getLaunchNumber, getLaunchPiece, getLaunchYear, getObjectID, getReferenceFrame, setCenter, setFrameEpoch, setFrameEpochString, setObjectID, setReferenceFrame, validate
getObjectName, setObjectName
getLaunchNumber, getLaunchPiece, getLaunchYear, getTimeSystem, setTimeSystem
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments
public static final String SGP_SGP4_THEORY
public static final String SGP4_XP_THEORY
public static final String DSST_THEORY
public OmmMetadata()
This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
public boolean theoryIsSgpSdp()
public String getMeanElementTheory()
public void setMeanElementTheory(String meanElementTheory)
meanElementTheory
- the mean element theory to be setCopyright © 2002-2023 CS GROUP. All rights reserved.