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 Station Modifier and Type Method Description Station
SinexLoader. getStation(String siteCode)
Get the station corresponding to the given site code.Methods in org.orekit.files.sinex that return types with arguments of type Station Modifier and Type Method Description Map<String,Station>
SinexLoader. getStations()
Get the parsed station data.
-