Package | Description |
---|---|
ucar.unidata.data.point |
DataSource classes and utilities for point (e.g., surface) data.
|
ucar.unidata.idv.chooser.adde | |
ucar.unidata.idv.control |
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
|
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
ucar.unidata.ui.symbol |
Meteorological symbol drawing.
|
ucar.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Method and Description |
---|---|
StationModel |
PointDataSource.PlotModelSelectionComponent.getPlotModel()
Get the selected plot model
|
Modifier and Type | Method and Description |
---|---|
void |
PointDataSource.PlotModelSelectionComponent.setPlotModel(StationModel model)
Get the selected plot model
|
Modifier and Type | Method and Description |
---|---|
StationModel |
AddePointDataChooser.getSelectedStationModel()
Get the selected station model.
|
Modifier and Type | Method and Description |
---|---|
StationModel |
LayoutModelWidget.getLayoutModel()
get the plot model
|
StationModel |
ValuePlanViewControl.getLayoutModel()
Get the current layout model view.
|
StationModel |
TrackControl.getMarkerLayout()
Get the current layout model view.
|
StationModel |
StationLocationControl.getMyStationModel()
Get the current station model view.
|
StationModel |
StationModelControl.getStationModel()
Get the current station model view.
|
StationModel |
StationModelControl.getTheStationModel()
Get the StationModel property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StationLocationControl.handleChangedStationModel(StationModel changedModel)
Station model has changed.
|
protected void |
ValuePlanViewControl.handleChangedStationModel(StationModel changedModel)
The station model changed
|
protected void |
StationModelControl.handleChangedStationModel(StationModel changedModel)
The station model changed
|
void |
LayoutModelWidget.setLayoutModel(StationModel sm)
set the plot model
|
void |
ValuePlanViewControl.setLayoutModel(StationModel model)
Set the current station model view.
|
protected void |
StationModelControl.setLayoutModel(java.lang.String id,
StationModel stationModel)
Set layout model
|
void |
ValuePlanViewControl.setLayoutModelFromWidget(StationModel lm)
Set the layout model
|
void |
TrackControl.setMarkerLayout(StationModel model)
Set the current station model view.
|
void |
TrackControl.setStationModelFromWidget(StationModel sm)
set the station model
|
void |
StationModelControl.setStationModelFromWidget(StationModel sm)
Set the station model
|
void |
StationModelControl.setTheStationModel(StationModel value)
Set the StationModel property.
|
Constructor and Description |
---|
LayoutModelWidget(DisplayControlImpl control,
java.lang.Object layoutModelListener,
java.lang.String methodName,
StationModel layoutModel)
Default constructor.
|
LayoutModelWidget(DisplayControlImpl control,
java.lang.Object layoutModelListener,
java.lang.String methodName,
StationModel layoutModel,
boolean addNone)
ctor
|
Modifier and Type | Method and Description |
---|---|
StationModel |
PlotModelComponent.getPlotModel()
get the plot model
|
Modifier and Type | Method and Description |
---|---|
void |
PlotModelComponent.setPlotModel(StationModel sm)
set the plot model
|
Constructor and Description |
---|
PlotModelComponent(IntegratedDataViewer idv,
java.lang.Object plotModelListener,
java.lang.String methodName,
StationModel plotModel)
Create a new PlotModelComponent
|
PlotModelComponent(IntegratedDataViewer idv,
java.lang.Object plotModelListener,
java.lang.String methodName,
StationModel plotModel,
boolean addNone)
Create a new PlotModelComponent
|
Modifier and Type | Method and Description |
---|---|
StationModel |
StationModelManager.getDefaultStationModel()
Get the default station model.
|
StationModel |
StationModelManager.getSelectedStationModel()
Get the station model to use for selected locations
|
StationModel |
StationModelManager.getStationModel()
Return the currently station model being edited.
|
StationModel |
StationModelCanvas.getStationModel()
Get the current station model
|
StationModel |
StationModelManager.getStationModel(java.lang.String name)
Get the named station model
|
Modifier and Type | Method and Description |
---|---|
void |
StationModelManager.addStationModel(StationModel stationModel)
Add the station model into the list of user SMS
|
void |
StationModelCanvas.setStationModel(StationModel l)
Set the current station model_
|
void |
StationModelCanvas.setStationModel(StationModel newModel,
boolean closeDialogs)
Set the current station model
|
void |
StationModelManager.show(StationModel initModel)
Show the editor dialog for the station model.
|
Modifier and Type | Method and Description |
---|---|
StationModel |
StationModelDisplayable.getStationModel()
Get the station model used by this displayable.
|
Modifier and Type | Method and Description |
---|---|
void |
StationModelDisplayable.setStationModel(StationModel model)
Set the station ob model for this object
|
void |
StationModelDisplayable.setStationModel(StationModel model,
boolean update)
Set the station ob model for this object
|
Constructor and Description |
---|
StationLocationDisplayable(java.lang.String name,
StationModel view)
Constructs an instance with the supplied reference name and
station model view.
|
StationModelDisplayable(StationModel model)
Construct a StationModelDisplayable using the specified model.
|
StationModelDisplayable(StationModel model,
JythonManager jythonManager)
Construct a StationModelDisplayable using the specified model.
|
StationModelDisplayable(java.lang.String name,
StationModel stationModel)
Construct a StationModelDisplayable using the specified model and
name.
|
StationModelDisplayable(java.lang.String name,
StationModel stationModel,
JythonManager jythonManager)
Construct a StationModelDisplayable using the specified model and
name.
|