Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
Modifier and Type | Method and Description |
---|---|
GeoSelection |
DataSelection.getGeoSelection()
Get the GeoSelection property.
|
GeoSelection |
GeoSelectionPanel.getGeoSelection()
Apply the gui settings to the geo selection and return it
|
GeoSelection |
DataSelection.getGeoSelection(boolean createIfNeeded)
Get the GeoSelection property.
|
static GeoSelection |
GeoSelection.merge(GeoSelection highPriority,
GeoSelection lowPriority)
Create a new GeoSelection by merging the two subsets.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GeoSelectionPanel.applyProperties(GeoSelection geoSelection)
Apply the properties
|
GeoSelectionPanel |
DataSourceImpl.doMakeGeoSelectionPanel(boolean forProperties,
GeoSelection geoSelection)
Make the geoselection panel
|
static GeoSelection |
GeoSelection.merge(GeoSelection highPriority,
GeoSelection lowPriority)
Create a new GeoSelection by merging the two subsets.
|
void |
DataSelection.setGeoSelection(GeoSelection value)
Set the GeoSelection property.
|
Constructor and Description |
---|
GeoSelection(GeoSelection that)
Copy ctor
|
GeoSelectionPanel(GeoSelection geoSelection,
boolean fullVersion,
boolean enabled,
boolean doStride,
boolean doBoundingBox,
ucar.unidata.geoloc.ProjectionImpl sampleProjection,
javax.swing.JComponent extraComponent)
ctor
|
Modifier and Type | Method and Description |
---|---|
GeoSelection |
DataSelectionWidget.getGeoSelection()
Any geo selection
|