Package | Description |
---|---|
ucar.unidata.data.gis |
DataSource classes and utilities for GIS-like data.
|
ucar.unidata.idv |
The idv package.
|
Constructor and Description |
---|
Transect(Transect that)
Copy ctor
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
TransectViewManager.setTransect(Transect value)
Set the Transect property.
|
void |
VMManager.setTransect(Transect transect)
Set the Transect used for all TransectViewManagers
|
void |
TransectViewManager.setTransect(Transect value,
boolean force)
Sets the transect.
|