|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.VerticalProfileInfo
public class VerticalProfileInfo
Class VerticalProfileInfo holds information for the multiple vertical profiles
| Constructor Summary | |
|---|---|
VerticalProfileInfo()
Default Constructor |
|
VerticalProfileInfo(VerticalProfileControl control)
Constructor |
|
| Method Summary | |
|---|---|
GridDataInstance |
getDataInstance()
Get the data instance |
LineState |
getLineState()
Get the LineState property. |
FieldImpl |
getProfile()
Get the last profile |
FieldImpl |
getProfile(LatLonPoint llp)
Get the profile we last used. |
int |
getSamplingMode()
Get the SamplingMode property. |
Unit |
getUnit()
Get the Unit property. |
protected void |
setDataInstance(GridDataInstance di)
Set the data instance |
void |
setLineState(LineState value)
Set the LineState property. |
protected void |
setProfile(FieldImpl profile,
LatLonPoint llp)
Set the profile we last used |
void |
setSamplingMode(int value)
Set the SamplingMode property. |
void |
setUnit(Unit value)
Set the Unit property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerticalProfileInfo()
public VerticalProfileInfo(VerticalProfileControl control)
control - The control we're in. Just use it for
getting the sampling mode| Method Detail |
|---|
public Unit getUnit()
public void setUnit(Unit value)
value - The new value for Unitpublic int getSamplingMode()
public void setSamplingMode(int value)
value - The new value for SamplingModepublic GridDataInstance getDataInstance()
protected void setDataInstance(GridDataInstance di)
di - The data instancepublic void setLineState(LineState value)
value - The new value for LineStatepublic LineState getLineState()
protected void setProfile(FieldImpl profile,
LatLonPoint llp)
profile - profilellp - The point we sampled onpublic FieldImpl getProfile()
public FieldImpl getProfile(LatLonPoint llp)
llp - The point we want to sample on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||