|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.unidata.collab.SharableImpl
ucar.unidata.idv.control.DisplayControlBase
ucar.unidata.idv.control.DisplayControlImpl
edu.wisc.ssec.mcidasv.control.cyclone.StormIntensityControl
public class StormIntensityControl
Created by IntelliJ IDEA. User: yuanho Date: Mar 10, 2009 Time: 1:03:56 PM To change this template use File | Settings | File Templates.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ucar.unidata.idv.control.DisplayControlImpl |
---|
DisplayControlImpl.SideLegendLabel |
Field Summary | |
---|---|
private JButton |
aodtBtn
_more_ |
private DataChoice |
choice
_more_ |
private JComboBox |
domainBox
_more_ |
private int |
domainIndex
_more_ |
private LatLonWidget |
latLonWidget
_more_ |
private String[] |
ocean
_more_ |
private JComboBox |
oceanBox
_more_ |
private int |
oceanIndex
_more_ |
private PointProbe |
probe
the probe |
private LatLonPoint |
probeLocation
_more_ |
private boolean |
running
_more_ |
private boolean |
runOnClick
_more_ |
private JComboBox |
sceneBox
_more_ |
private int |
sceneIndex
_more_ |
private String |
text
_more_ |
private JEditorPane |
textComp
_more_ |
Fields inherited from class ucar.unidata.idv.control.DisplayControlImpl |
---|
categories, colorScaleInfo, colorScales, contourInfo, contourInfoParams, contourWidget, controlContext, ctw, dataSelection, defaultView, defaultViewManager, DISPLAY_LIST_NAME, displayListTable, displayListUsesColor, displayMasters, displayUnit, helpUrl, initNoteText, instantiatedWithNoData, noteTextArea, noteWrapper, paramName, requestProperties, selectRangeWidget, settingVisibility, sharables, showNoteText, skipSlider, version, viewManagers, ZFUDGE |
Fields inherited from interface ucar.unidata.idv.DisplayControl |
---|
BOTTOM_LEGEND, DEFAULT_PROBEFORMAT, PREF_PREFIX, PREF_PROBEFORMAT, PREF_REMOVEONWINDOWCLOSE, PREF_SAMPLING_MODE, PREF_STANDALONE_REMOVEONCLOSE, PREF_STANDALONE_REMOVEONCLOSE_ASK, PROP_LEGENDICON, RASTERMODE_SHOWALL, RASTERMODE_SHOWNONRASTER, RASTERMODE_SHOWRASTER, SIDE_LEGEND |
Constructor Summary | |
---|---|
StormIntensityControl()
_more_ |
Method Summary | |
---|---|
void |
addAODT(EarthLocation el)
_more_ |
protected boolean |
canHandleEvents()
Should we handle display events |
private void |
doAnalysis()
_more_ |
private void |
doAnalysisInner()
_more_ |
Container |
doMakeContents()
_more_ |
protected FlatField |
getFlatField(FieldImpl data)
_more_ |
LatLonPoint |
getProbeLocation()
Get the ProbeLocation property. |
boolean |
getRunOnClick()
Get the RunOnClick property. |
void |
handleDisplayChanged(DisplayEvent event)
Listen for DisplayEvents |
boolean |
init(DataChoice choice)
_more_ |
void |
latLonWidgetChanged()
_more_ |
void |
setProbeLocation(LatLonPoint value)
Set the ProbeLocation property. |
void |
setRunOnClick(boolean value)
Set the RunOnClick property. |
protected boolean |
shouldAddControlListener()
_more_ |
protected boolean |
shouldAddDisplayListener()
_more_ |
EarthLocation |
toEarth(DisplayEvent event)
Map the screen x/y of the event to an earth location |
private void |
updateProbeLocation()
_more_ |
Methods inherited from class ucar.unidata.idv.control.DisplayControlBase |
---|
boxToEarth, boxToEarth, boxToEarth, boxToEarth, boxToEarth, boxToScreen, calculateRectangle, createStationTfo, earthToBox, earthToBox, earthToBoxTuple, earthToScreen, formatLevels, getLabeledReal, getLevelReal, getScreenCenter, getSelectedStation, getTmpProperty, isLeftButtonDown, logException, logException, makeEarthLocation, putTmpProperty, removeTmpProperty, screenToBox, screenToBox, screenToEarth, setStations, setStations, toBox, userErrorMessage, userMessage |
Methods inherited from class ucar.unidata.collab.SharableImpl |
---|
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ucar.unidata.idv.DisplayControl |
---|
getTmpProperty, putTmpProperty, removeTmpProperty |
Methods inherited from interface ucar.unidata.collab.Sharable |
---|
getReceiveShareTime, getShareGroup, getSharing, getUniqueId, setReceiveShareTime |
Field Detail |
---|
private LatLonWidget latLonWidget
private JEditorPane textComp
private LatLonPoint probeLocation
private PointProbe probe
private DataChoice choice
private boolean running
private boolean runOnClick
private JButton aodtBtn
private JComboBox domainBox
private int domainIndex
private JComboBox oceanBox
private int oceanIndex
private JComboBox sceneBox
private int sceneIndex
private String[] ocean
private String text
Constructor Detail |
---|
public StormIntensityControl()
Method Detail |
---|
public boolean init(DataChoice choice) throws VisADException, RemoteException
init
in class DisplayControlImpl
choice
- _more_
RemoteException
- _more_
VisADException
- _more_public Container doMakeContents()
doMakeContents
in class DisplayControlImpl
public void latLonWidgetChanged()
protected boolean shouldAddDisplayListener()
shouldAddDisplayListener
in class DisplayControlImpl
protected boolean shouldAddControlListener()
shouldAddControlListener
in class DisplayControlImpl
protected boolean canHandleEvents()
public void handleDisplayChanged(DisplayEvent event)
handleDisplayChanged
in class DisplayControlImpl
event
- The eventprivate void updateProbeLocation()
private void doAnalysis()
private void doAnalysisInner()
protected FlatField getFlatField(FieldImpl data) throws VisADException, RemoteException
data
- _more_
RemoteException
- _more_
VisADException
- _more_public EarthLocation toEarth(DisplayEvent event) throws VisADException, RemoteException
toEarth
in class DisplayControlBase
event
- The event
RemoteException
- When bad things happen
VisADException
- When bad things happen
RemoteException
- _more_
VisADException
- _more_public void addAODT(EarthLocation el)
el
- _more_public void setProbeLocation(LatLonPoint value)
value
- The new value for ProbeLocationpublic LatLonPoint getProbeLocation()
public void setRunOnClick(boolean value)
value
- The new value for RunOnClickpublic boolean getRunOnClick()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |