public class GtmObjectData extends Object
| Constructor and Description |
|---|
GtmObjectData(String description,
int satNum,
char classification,
int launchYear,
int launchNumber,
String launchPiece,
int elementNumber,
int revolutionNumberAtEpoch,
String storeDir,
boolean isHierarchical)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getClassification()
Method to get the classification
|
String |
getDescription()
Method to get the satellite description
|
int |
getElementNumber()
Method to get the element number for the first TLE
|
int |
getLaunchNumber()
Method to get the launch number
|
String |
getLaunchPiece()
Method to get the launch piece
|
int |
getLaunchYear()
Method to get the launch year
|
int |
getRevolutionNumberAtEpoch()
Method to get the revolution number at epoch of the first TLE
|
int |
getSatNum()
Method to get the satellite number
|
String |
getStoreDir()
Method to get the name of the directory where to store the TLE file
|
boolean |
isHierarchical()
Method to know which kind of organization to store TLe (flat or hierarchical)
|
public GtmObjectData(String description, int satNum, char classification, int launchYear, int launchNumber, String launchPiece, int elementNumber, int revolutionNumberAtEpoch, String storeDir, boolean isHierarchical)
description - satellite descriptionsatNum - satellite numberclassification - classification (U for unclassified)launchYear - launch year (all digits)launchNumber - launch numberlaunchPiece - launch pieceelementNumber - element number for the first TLErevolutionNumberAtEpoch - revolution number at epoch of the first TLEstoreDir - Name of the directory where to store the TLE fileisHierarchical - Hierarchical directory organization if truepublic String getDescription()
public int getSatNum()
public char getClassification()
public int getLaunchYear()
public int getLaunchNumber()
public String getLaunchPiece()
public int getElementNumber()
public int getRevolutionNumberAtEpoch()
public String getStoreDir()
public boolean isHierarchical()
Copyright © 2022. All rights reserved.