edu.wisc.ssec.mcidasv.data.adde.sgp4
Class TLE

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.data.adde.sgp4.TLE
All Implemented Interfaces:
Serializable

public class TLE
extends Object
implements Serializable

Author:
ganos
See Also:
Serialized Form

Field Summary
(package private)  String line0
           
(package private)  String line1
           
(package private)  String line2
           
 
Constructor Summary
TLE()
          Creates a new instance of TLE
TLE(String name, String l1, String l2)
           
 
Method Summary
 String getLine1()
           
 String getLine2()
           
 String getSatName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line0

String line0

line1

String line1

line2

String line2
Constructor Detail

TLE

public TLE()
Creates a new instance of TLE


TLE

public TLE(String name,
           String l1,
           String l2)
Method Detail

getSatName

public String getSatName()

getLine1

public String getLine1()

getLine2

public String getLine2()