Uses of Class
ucar.unidata.util.Coord
Packages that use Coord
Package
Description
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
General utilities.
-
Uses of Coord in ucar.unidata.idv.control
Fields in ucar.unidata.idv.control declared as CoordModifier and TypeFieldDescriptionprotected Coord
CrossSectionControl.endCoord
ending coordinate for the cross section selectorprotected Coord
CrossSectionControl.startCoord
starting coordinate for the cross section selectorMethods in ucar.unidata.idv.control that return CoordModifier and TypeMethodDescriptionCrossSectionControl.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.Methods in ucar.unidata.idv.control with parameters of type CoordModifier and TypeMethodDescriptionCrossSectionControl.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. -
Uses of Coord in ucar.unidata.util
Constructors in ucar.unidata.util with parameters of type Coord