public class SatPassTime extends Object
| Constructor and Description |
|---|
SatPassTime(Date startTime,
Date endTime,
Date tca,
String polePassed,
int aosAzimuth,
int losAzimuth,
double maxEl) |
SatPassTime(Date startTime,
Date endTime,
String polePassed,
int aos,
int los,
double maxEl) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAosAzimuth() |
Date |
getEndTime() |
int |
getLosAzimuth() |
double |
getMaxEl() |
String |
getPolePassed() |
Date |
getStartTime() |
Date |
getTCA() |
String |
toString()
Returns a string representing the contents of the object.
|
public SatPassTime(Date startTime, Date endTime, String polePassed, int aos, int los, double maxEl)
public final Date getStartTime()
public final Date getEndTime()
public final Date getTCA()
public final String getPolePassed()
public final int getAosAzimuth()
public final int getLosAzimuth()
public final double getMaxEl()
Copyright © 2014–2019. All rights reserved.