Uses of Class
org.orekit.files.sinex.Station
-
Packages that use Station Package Description org.orekit.files.sinex This package provides classes related to station data. -
-
Uses of Station in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return types with arguments of type Station Modifier and Type Method Description Map<String,Station>
Sinex. getStations()
Get the parsed station data.Constructor parameters in org.orekit.files.sinex with type arguments of type Station Constructor Description Sinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, Map<String,Station> stations, Map<AbsoluteDate,SinexEopEntry> eop)
Simple constructor.
-