Uses of Class
edu.wisc.ssec.mcidasv.data.GroundStation
Packages that use GroundStation
Package
Description
McIDAS-V specific controls.
McIDAS-V specific data choosers.
-
Uses of GroundStation in edu.wisc.ssec.mcidasv.control
Fields in edu.wisc.ssec.mcidasv.control with type parameters of type GroundStationModifier and TypeFieldDescriptionprivate JComboBox
<GroundStation> PolarOrbitTrackControl.jcbStationsPlotted
private JComboBox
<GroundStation> PolarOrbitTrackControl.locationComboBox
private final List
<GroundStation> PolarOrbitTrackControl.stations
private final Map
<GroundStation, CurveDrawer> PolarOrbitTrackControl.stationToCurve
private final Map
<GroundStation, TextDisplayable> PolarOrbitTrackControl.stationToText
Methods in edu.wisc.ssec.mcidasv.control that return types with arguments of type GroundStationMethods in edu.wisc.ssec.mcidasv.control with parameters of type GroundStationModifier and TypeMethodDescriptionprivate void
PolarOrbitTrackControl.addGroundStation
(GroundStation gs, boolean isCustom) private TextDisplayable
PolarOrbitTrackControl.labelGroundStation
(GroundStation station) private CurveDrawer
PolarOrbitTrackControl.makeCoverageCircle
(GroundStation gs) private void
PolarOrbitTrackControl.replaceCurve
(GroundStation gs) private void
PolarOrbitTrackControl.updateGroundStationWidgets
(GroundStation gs) private void
PolarOrbitTrackControl.updateStationColor
(GroundStation gs, Color newColor) private void
PolarOrbitTrackControl.updateStationFont
(GroundStation gs, Font newFont) Method parameters in edu.wisc.ssec.mcidasv.control with type arguments of type GroundStationModifier and TypeMethodDescriptionvoid
PolarOrbitTrackControl.setStations
(List<GroundStation> newStations) -
Uses of GroundStation in edu.wisc.ssec.mcidasv.data
Fields in edu.wisc.ssec.mcidasv.data with type parameters of type GroundStationMethods in edu.wisc.ssec.mcidasv.data that return types with arguments of type GroundStation