Uses of Class
ucar.unidata.ui.symbol.StationModel
Packages that use StationModel
Package
Description
DataSource classes and utilities for point (e.g., surface) data.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User Interface (UI) classes for the IDV
Meteorological symbol drawing.
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of StationModel in ucar.unidata.data.point
Methods in ucar.unidata.data.point that return StationModelModifier and TypeMethodDescriptionPointDataSource.PlotModelSelectionComponent.getPlotModel()
Get the selected plot modelMethods in ucar.unidata.data.point with parameters of type StationModelModifier and TypeMethodDescriptionvoid
PointDataSource.PlotModelSelectionComponent.setPlotModel
(StationModel model) Get the selected plot model -
Uses of StationModel in ucar.unidata.idv.chooser.adde
Methods in ucar.unidata.idv.chooser.adde that return StationModelModifier and TypeMethodDescriptionAddePointDataChooser.getSelectedStationModel()
Get the selected station model. -
Uses of StationModel in ucar.unidata.idv.control
Methods in ucar.unidata.idv.control that return StationModelModifier and TypeMethodDescriptionLayoutModelWidget.getLayoutModel()
get the plot modelValuePlanViewControl.getLayoutModel()
Get the current layout model view.TrackControl.getMarkerLayout()
Get the current layout model view.StationLocationControl.getMyStationModel()
Get the current station model view.StationModelControl.getStationModel()
Get the current station model view.StationModelControl.getTheStationModel()
Get the StationModel property.Methods in ucar.unidata.idv.control with parameters of type StationModelModifier and TypeMethodDescriptionprotected void
StationLocationControl.handleChangedStationModel
(StationModel changedModel) Station model has changed.protected void
StationModelControl.handleChangedStationModel
(StationModel changedModel) The station model changedprotected void
ValuePlanViewControl.handleChangedStationModel
(StationModel changedModel) The station model changedvoid
LayoutModelWidget.setLayoutModel
(StationModel sm) set the plot modelprotected void
StationModelControl.setLayoutModel
(String id, StationModel stationModel) Set layout modelvoid
ValuePlanViewControl.setLayoutModel
(StationModel model) Set the current station model view.void
ValuePlanViewControl.setLayoutModelFromWidget
(StationModel lm) Set the layout modelvoid
TrackControl.setMarkerLayout
(StationModel model) Set the current station model view.void
StationModelControl.setStationModelFromWidget
(StationModel sm) Set the station modelvoid
TrackControl.setStationModelFromWidget
(StationModel sm) set the station modelvoid
StationModelControl.setTheStationModel
(StationModel value) Set the StationModel property.Constructors in ucar.unidata.idv.control with parameters of type StationModelModifierConstructorDescriptionLayoutModelWidget
(DisplayControlImpl control, Object layoutModelListener, String methodName, StationModel layoutModel) Default constructor.LayoutModelWidget
(DisplayControlImpl control, Object layoutModelListener, String methodName, StationModel layoutModel, boolean addNone) ctor -
Uses of StationModel in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return StationModelMethods in ucar.unidata.idv.ui with parameters of type StationModelModifier and TypeMethodDescriptionvoid
PlotModelComponent.setPlotModel
(StationModel sm) set the plot modelConstructors in ucar.unidata.idv.ui with parameters of type StationModelModifierConstructorDescriptionPlotModelComponent
(IntegratedDataViewer idv, Object plotModelListener, String methodName, StationModel plotModel) Create a new PlotModelComponentPlotModelComponent
(IntegratedDataViewer idv, Object plotModelListener, String methodName, StationModel plotModel, boolean addNone) Create a new PlotModelComponent -
Uses of StationModel in ucar.unidata.ui.symbol
Methods in ucar.unidata.ui.symbol that return StationModelModifier and TypeMethodDescriptionStationModelManager.getDefaultStationModel()
Get the default station model.StationModelManager.getSelectedStationModel()
Get the station model to use for selected locationsStationModelCanvas.getStationModel()
Get the current station modelStationModelManager.getStationModel()
Return the currently station model being edited.StationModelManager.getStationModel
(String name) Get the named station modelMethods in ucar.unidata.ui.symbol with parameters of type StationModelModifier and TypeMethodDescriptionvoid
StationModelManager.addStationModel
(StationModel stationModel) Add the station model into the list of user SMSvoid
StationModelCanvas.setStationModel
(StationModel l) Set the current station model_void
StationModelCanvas.setStationModel
(StationModel newModel, boolean closeDialogs) Set the current station modelvoid
StationModelManager.show
(StationModel initModel) Show the editor dialog for the station model. -
Uses of StationModel in ucar.visad.display
Methods in ucar.visad.display that return StationModelModifier and TypeMethodDescriptionStationModelDisplayable.getStationModel()
Get the station model used by this displayable.Methods in ucar.visad.display with parameters of type StationModelModifier and TypeMethodDescriptionvoid
StationModelDisplayable.setStationModel
(StationModel model) Set the station ob model for this objectvoid
StationModelDisplayable.setStationModel
(StationModel model, boolean update) Set the station ob model for this objectConstructors in ucar.visad.display with parameters of type StationModelModifierConstructorDescriptionStationLocationDisplayable
(String name, StationModel view) Constructs an instance with the supplied reference name and station model view.StationModelDisplayable
(String name, StationModel stationModel) Construct a StationModelDisplayable using the specified model and name.StationModelDisplayable
(String name, StationModel stationModel, JythonManager jythonManager) Construct a StationModelDisplayable using the specified model and name.Construct a StationModelDisplayable using the specified model.StationModelDisplayable
(StationModel model, JythonManager jythonManager) Construct a StationModelDisplayable using the specified model.