Uses of Class
ucar.unidata.data.gis.Transect

Packages that use Transect
ucar.unidata.data.gis DataSource classes and utilities for GIS-like data. 
ucar.unidata.idv The idv package. 
 

Uses of Transect in ucar.unidata.data.gis
 

Constructors in ucar.unidata.data.gis with parameters of type Transect
Transect(Transect that)
          Copy ctor
 

Uses of Transect in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return Transect
 Transect TransectViewManager.getAxisTransect()
          Get the Transect that is implicitly defined by the x axis
 Transect TransectViewManager.getTransect()
          Get the Transect property.
 Transect TransectViewManager.getTransect(boolean force)
          Return the transect
 

Methods in ucar.unidata.idv with parameters of type Transect
 void VMManager.setTransect(Transect transect)
          Set the Transect used for all TransectViewManagers
 void TransectViewManager.setTransect(Transect value)
          Set the Transect property.
 void TransectViewManager.setTransect(Transect value, boolean force)