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.jcbStationsPlottedprivate JComboBox<GroundStation> PolarOrbitTrackControl.locationComboBoxprivate final List<GroundStation> PolarOrbitTrackControl.stationsprivate final Map<GroundStation, CurveDrawer> PolarOrbitTrackControl.stationToCurveprivate final Map<GroundStation, TextDisplayable> PolarOrbitTrackControl.stationToTextMethods 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 voidPolarOrbitTrackControl.addGroundStation(GroundStation gs, boolean isCustom) private TextDisplayablePolarOrbitTrackControl.labelGroundStation(GroundStation station) private CurveDrawerPolarOrbitTrackControl.makeCoverageCircle(GroundStation gs) private voidPolarOrbitTrackControl.replaceCurve(GroundStation gs) private voidPolarOrbitTrackControl.updateGroundStationWidgets(GroundStation gs) private voidPolarOrbitTrackControl.updateStationColor(GroundStation gs, Color newColor) private voidPolarOrbitTrackControl.updateStationFont(GroundStation gs, Font newFont) Method parameters in edu.wisc.ssec.mcidasv.control with type arguments of type GroundStationModifier and TypeMethodDescriptionvoidPolarOrbitTrackControl.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