|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.Displayable
ucar.visad.display.DisplayableData
ucar.unidata.view.sounding.IntermediateRings
public class IntermediateRings
Provides support for intermediate-level rings in a 3D wind hodograph.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.visad.display.DisplayableData |
|---|
DisplayableData.DragAdapter |
| Field Summary |
|---|
| Fields inherited from class ucar.visad.display.DisplayableData |
|---|
LINE_WIDTH, MANIPULABLE, renderer, VISIBLE |
| Fields inherited from class ucar.visad.display.Displayable |
|---|
DISPLAY, parent, SCALAR_MAP_SET |
| Constructor Summary | |
|---|---|
protected |
IntermediateRings(IntermediateRings that)
Constructs from another instance. |
|
IntermediateRings(RealTupleType polarType)
Constructs from a type for the vector space. |
| Method Summary | |
|---|---|
Displayable |
cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display. |
protected static Field |
computeRingField(Gridded1DSet altitudes,
SampledSet ringSetTemplate)
Computes the data object to be displayed from a set of altitudes and a ring template. |
void |
setAltitudes(Gridded1DSet altitudes)
Sets the altitudes for the rings. |
void |
setRingSpeeds(Gridded1DSet speeds)
Sets the speeds for the rings. |
| Methods inherited from class ucar.visad.display.DisplayableData |
|---|
addAction, dataChange, destroy, getActive, getAnimationSet, getData, getDataRenderer, getLineWidth, getName, getPointSize, hasData, hasDataObject, isManipulable, isPickable, myAddConstantMaps, myAddDataReferences, myRemoveDataReferences, removeAction, setActive, setData, setDataReference, setDragAdapter, setLineWidth, setManipulable, setPickable, setPointMode, setPointSize, setUseFastRendering, setVisible, showme, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntermediateRings(RealTupleType polarType)
throws VisADException,
RemoteException
polarType - The type for the vector space.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
protected IntermediateRings(IntermediateRings that)
throws RemoteException,
VisADException
that - The other instance.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public void setAltitudes(Gridded1DSet altitudes)
throws VisADException,
RemoteException
altitudes - The altitudes for the rings.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public void setRingSpeeds(Gridded1DSet speeds)
throws VisADException,
RemoteException
speeds - The speeds for the rings.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public Displayable cloneForDisplay()
throws RemoteException,
VisADException
cloneForDisplay in class DisplayableDataVisADException - VisAD failure.
RemoteException - Java RMI failure.
protected static Field computeRingField(Gridded1DSet altitudes,
SampledSet ringSetTemplate)
throws VisADException,
RemoteException
altitudes - The set of altitudes.ringSetTemplate - The ring template.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||