Package | Description |
---|---|
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.util |
General utilities.
|
Modifier and Type | Field and Description |
---|---|
protected Coord |
CrossSectionControl.endCoord
ending coordinate for the cross section selector
|
protected Coord |
CrossSectionControl.startCoord
starting coordinate for the cross section selector
|
Modifier and Type | Method and Description |
---|---|
Coord |
CrossSectionControl.convertToDisplay(Coord from)
Convert a Coord (x, y, z) in grid index values
to a Coord in VisAD internal values; -1.0 to 1.0 in VisAD box.
|
Modifier and Type | Method and Description |
---|---|
Coord |
CrossSectionControl.convertToDisplay(Coord from)
Convert a Coord (x, y, z) in grid index values
to a Coord in VisAD internal values; -1.0 to 1.0 in VisAD box.
|
void |
CrossSectionControl.setEndCoord(Coord c)
Set the ending coordinate of the cross section selector.
|
void |
CrossSectionControl.setStartCoord(Coord c)
Set the starting coordinate of the cross section selector.
|
Constructor and Description |
---|
Coord(Coord s)
_more_
|