|
||||||||||
| 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
ucar.unidata.idv.control.GridDisplayControl
ucar.unidata.idv.control.PlanViewControl
ucar.unidata.idv.control.TopographyControl
public class TopographyControl
A Display Control with Displayable and controls for one 3D surface display of topography.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.unidata.idv.control.PlanViewControl |
|---|
PlanViewControl.VerticalRangeWidget |
| Nested classes/interfaces inherited from class ucar.unidata.idv.control.DisplayControlImpl |
|---|
DisplayControlImpl.SideLegendLabel |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.idv.control.PlanViewControl |
|---|
currentLevel, currentLevels, currentSlice, datachoice, haveEnsemble, levelReadout, MACRO_LEVEL, SHARE_LEVEL |
| Fields inherited from class ucar.unidata.idv.control.GridDisplayControl |
|---|
CMD_CONTOURDIALOG, CMD_SETLEVELS, gridDataInstance, INITIAL_PROBE_EARTHLOCATION, log_, settingLevel |
| 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 | |
|---|---|
TopographyControl()
Construct a new topography control. |
|
| Method Summary | |
|---|---|
protected void |
addTopographyMap()
Wrapper around GridDisplayControl.addTopographyMap(int) to allow subclasses
to set their own index. |
DisplayableData |
createPlanDisplay()
Method for creating the DisplayableData object
that is the main depiction for the data controlled by this
PlanViewControl; implemented by each subclass. |
void |
getControlWidgets(List<ControlWidget> controlWidgets)
Get any special control widgets for this control. |
protected Grid2DDisplayable |
getGridDisplay()
Get the main DisplayableData used for depicting this
data as a Grid2DDisplayable. |
boolean |
getIsRaster()
Is this a raster display? |
boolean |
getMultipleIsTopography()
Get the multiple is topography property. |
boolean |
getSmoothed()
Return whether the display should show smoothed shading or not. |
void |
setPointSize(float value)
_more_ |
void |
setSmoothed(boolean v)
Set whether the display should show smoothed shading or not. |
| 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, toEarth, 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 |
| Constructor Detail |
|---|
public TopographyControl()
| Method Detail |
|---|
public DisplayableData createPlanDisplay()
throws VisADException,
RemoteException
DisplayableData object
that is the main depiction for the data controlled by this
PlanViewControl; implemented by each subclass.
createPlanDisplay in class PlanViewControlDisplayableData for the data depiction.
RemoteException - Java RMI error
VisADException - VisAD Error
protected void addTopographyMap()
throws VisADException,
RemoteException
GridDisplayControl.addTopographyMap(int) to allow subclasses
to set their own index.
addTopographyMap in class PlanViewControlRemoteException - Java RMI error
VisADException - VisAD errorpublic boolean getMultipleIsTopography()
getMultipleIsTopography in class PlanViewControl
public void getControlWidgets(List<ControlWidget> controlWidgets)
throws VisADException,
RemoteException
getControlWidgets in class PlanViewControlcontrolWidgets - input/ouput list of widgets
VisADException - couldn't set the data
RemoteException - couldn't set the dataprotected Grid2DDisplayable getGridDisplay()
DisplayableData used for depicting this
data as a Grid2DDisplayable.
public void setSmoothed(boolean v)
v - true if shading is to be smoothed. Used by XML persistence.public boolean getSmoothed()
public boolean getIsRaster()
getIsRaster in class DisplayControlImplpublic void setPointSize(float value)
setPointSize in class PlanViewControlvalue - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||