Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.data.gis |
DataSource classes and utilities for GIS-like data.
|
ucar.unidata.data.grid |
DataSource classes and utilities for gridded data.
|
ucar.unidata.data.imagery |
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
|
ucar.unidata.data.point |
DataSource classes and utilities for point (e.g., surface) data.
|
ucar.unidata.data.profiler |
DataSource classes and utilities for wind profiler data.
|
ucar.unidata.data.radar |
DataSource classes and utilities for radar data.
|
ucar.unidata.data.sounding |
DataSource classes and utilities for sounding data.
|
ucar.unidata.data.text |
DataSource classes and utilities for text-like data.
|
ucar.unidata.idv |
The idv package.
|
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.idv.control.chart |
Charting facilities used by DisplayControls.
|
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeDataChoice
A class for compositing data choices.
|
class |
DataDataChoice
A data choice that simply holds a reference to a visad.Data object
|
class |
DerivedDataChoice
A subclass of DataChoice for derived quantities.
|
class |
DirectDataChoice
A subclass of DataChoice for supporting a leaf choice.
|
class |
ListDataChoice
A subclass of DataChoice for derived quantities.
|
class |
UnboundDataChoice
Represents a DataChoice in a formula that is unbound.
|
class |
UrlDataChoice
A DataChoice for a URL
|
class |
UserDataChoice
Represents a DataChoice in a formula that is numeric.
|
Modifier and Type | Field and Description |
---|---|
protected DataChoice |
DataInstance.dataChoice
The
DataChoice associated with the instance |
protected DataChoice |
DataChoice.parent
DataChoice-s can follow a composite pattern.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DataChoice> |
DataSourceImpl.dataChoices
List of associated DataChoices
|
Modifier and Type | Method and Description |
---|---|
DataChoice |
DataDataChoice.cloneMe()
Clone me
|
DataChoice |
UrlDataChoice.cloneMe()
Override superclass method for creating a clone.
|
DataChoice |
CompositeDataChoice.cloneMe()
Method for cloning this choice.
|
DataChoice |
DirectDataChoice.cloneMe()
Method for cloning.
|
abstract DataChoice |
DataChoice.cloneMe()
Create a new instance of this DataChoice.
|
DataChoice |
DerivedDataChoice.cloneMe()
Create a new instance of this object.
|
DataChoice |
UnboundDataChoice.cloneMe()
Create a clone of this.
|
DataChoice |
ListDataChoice.cloneMe()
Create a new instance of this object.
|
DataChoice |
UserDataChoice.cloneMe()
Make a clone of me.
|
DataChoice |
DataChoice.createClone()
Create a new instance of this DataChoice.
|
DataChoice |
DataSourceImpl.findDataChoice(java.lang.Object id)
Search through the list of DataChoice-s and return the
DataChoice object whose id equals the given id parameter.
|
DataChoice |
DataSource.findDataChoice(java.lang.Object dataChoiceId)
A utility method to find a given DataChoice based on the id
|
DataChoice |
ListDataSource.get(int i)
Get the DataChoice at index i
|
DataChoice |
CacheDataSource.DataChoiceHolder.getDataChoice()
Get the DataChoice property.
|
DataChoice |
DataInstance.getDataChoice()
Get the
DataChoice associated with this instance. |
DataChoice |
DataChoice.getParent()
Return the parent of this DataChoice (may be, and usually is, null).
|
Modifier and Type | Method and Description |
---|---|
protected void |
ListDataChoice.addDataChangeListeners(DataChoice dataChoice)
Add the data change listeners to the data choice
|
void |
ListDataSource.addDataChoice(DataChoice choice)
Add a DataChoice.
|
protected void |
DataSourceImpl.addDataChoice(DataChoice choice)
Insert the new DataChoice into the dataChoice list.
|
void |
CompositeDataChoice.addDataChoice(DataChoice c)
Add a
DataChoice to the composite |
void |
CacheDataSource.addDataChoice(DataChoice dataChoice,
java.lang.String name,
visad.Data data)
Add a data choice into the list with the given name.
|
void |
CacheDataSource.addDataChoice(DataChoice dataChoice,
java.lang.String name,
visad.Data data,
DataSelection dataSelection)
add the data choice
|
static void |
DerivedDataDescriptor.addToChoicesSoFar(java.util.Hashtable choicesSoFar,
DataChoice dataChoice)
Add the given data choice into the Hashtable of choicesSoFar.
|
boolean |
DirectDataChoice.basicallyEquals(DataChoice that)
This just checks for basic equality.
|
boolean |
DataChoice.basicallyEquals(DataChoice that)
This just checks for basic equality.
|
boolean |
ListDataChoice.basicallyEquals(DataChoice that)
This just checks for basic equality.
|
boolean |
DataSourceImpl.canAddCurrentName(DataChoice dataChoice)
Can we add the data choice name to the global list of parameter names (used in the station model editor)
|
boolean |
DataSource.canAddCurrentName(DataChoice dataChoice)
can we add the data choice to the global list of parameter names
|
boolean |
ListDataSource.contains(DataChoice choice)
See if this contains the choice in question.
|
protected java.lang.Object |
DataSourceImpl.createCacheKey(DataChoice dataChoice,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Utility to create the key used when caching
|
java.util.List |
DataSourceImpl.getAllDateTimes(DataChoice dataChoice)
Get all the times for the given DataChoice
|
java.util.List |
DataSource.getAllDateTimes(DataChoice dataChoice)
Get the list of all times available from the DataChoice
|
java.util.List |
DataSourceImpl.getAllLevels(DataChoice dataChoice)
Get the list of all levels available from this DataSource
|
java.util.List |
DataSource.getAllLevels(DataChoice dataChoice)
Get the list of all levels available from this DataSource
|
java.util.List |
DataSourceImpl.getAllLevels(DataChoice dataChoice,
DataSelection dataSelection)
Get all of the levels
|
java.util.List |
DataSource.getAllLevels(DataChoice dataChoice,
DataSelection dataSelection)
Get all levels for the data choice and selection
|
protected java.util.List<visad.DateTime> |
DataSourceImpl.getAllTimesForTimeDriver(DataChoice dataChoice,
DataSelection selection,
java.util.List<visad.DateTime> timeDriverTimes)
Get the list of times to compare to the time driver times
|
visad.Data |
DataSourceImpl.getData(DataChoice dataChoice,
DataCategory category,
DataSelection incomingDataSelection,
java.util.Hashtable requestProperties)
Get the data applicable to the DataChoice and selection criteria.
|
visad.Data |
DataSource.getData(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Return the visad.Data object represented by the given
dataChoice argument
|
visad.Data |
DataSourceImpl.getData(DataChoice dataChoice,
DataCategory dataCategory,
java.util.Hashtable requestProperties)
Get the data applicable to the DataChoice and selection criteria.
|
visad.Data |
DataSource.getData(DataChoice dataChoice,
DataCategory category,
java.util.Hashtable requestProperties)
Return the visad.Data object represented by the given dataChoice argument
|
protected visad.Data |
DataSourceImpl.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection)
Have this one around for other, non-unidata, datasource implementations.
|
protected visad.Data |
ListDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
This should never get called.
|
protected visad.Data |
DataSourceImpl.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
DescriptorDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Override the superclass method to return null, since this does not
have any data.
|
protected visad.Data |
CacheDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties) |
protected visad.Data |
VisadDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
This method should create and return the visad.Data that is
identified by the given
DataChoice . |
protected visad.Data |
SerializedDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
java.util.List<DataSelectionComponent> |
DataSourceImpl.getDataSelectionComponents(DataChoice dataChoice)
A hook to allow this data source to add data selection components
to the IDV field selector
|
java.util.List<DataSelectionComponent> |
DataSource.getDataSelectionComponents(DataChoice dataChoice)
Returns a list of DataSelectionComponents that are shown in the field selector
|
java.util.List |
DataSourceImpl.getSelectedDateTimes(DataChoice dataChoice)
Get the selected times for the given DataChoice.
|
java.util.List |
DataSource.getSelectedDateTimes(DataChoice dataChoice)
Get the list of all times selected from the DataChoice
|
protected java.util.List |
DataSourceImpl.getTimesFromDataSelection(DataSelection givenDataSelection,
DataChoice dataChoice)
If givenDataSelection is non-null and has a non-null
times list then return that.
|
void |
DataSourceImpl.initDataChoice(DataChoice dataChoice)
Sets the global id of the given dataChoice to be a per process
unique string value.
|
protected void |
DataSourceImpl.initDataSelectionComponents(java.util.List<DataSelectionComponent> components,
DataChoice dataChoice)
Add any data selection components
|
void |
ListDataSource.removeDataChoice(DataChoice choice)
Remove a DataChoice from the list.
|
protected void |
DataSourceImpl.removeDataChoice(DataChoice choice)
Remove the choice
|
void |
CompositeDataChoice.removeDataChoice(DataChoice c)
Remove a
DataChoice from the composite |
void |
DataSourceImpl.replaceDataChoice(DataChoice oldDataChoice,
DataChoice newDataChoice)
Replace the given child with the given chold
|
void |
CompositeDataChoice.replaceDataChoice(DataChoice oldDataChoice,
DataChoice newDataChoice)
Replace the given child with the given chold
|
void |
CacheDataSource.DataChoiceHolder.setDataChoice(DataChoice value)
Set the DataChoice property.
|
void |
DataChoice.setParent(DataChoice parent)
Set the parent of this DataChoice.
|
protected boolean |
DataSourceImpl.shouldCache(DataChoice dataChoice,
visad.Data data)
See if this DataSource should cache or not
|
Constructor and Description |
---|
DataChoice(DataChoice other)
Create a new DataChoice, using the state of the given DataChoice to
initialize the new object.
|
DataChoiceHolder(DataChoice dataChoice,
java.lang.String name,
DataSelection dataSelection)
ctor
|
DataInstance(DataChoice dataChoice,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Create a new DataInstance.
|
DataInstance(DataChoice dataChoice,
DataSelection dataSelection,
java.util.Hashtable requestProperties,
visad.Data theData)
Create a new DataInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
KmlGroundOverlay
Class KmlGroundOverlay represents a ground overlay in KML
|
class |
KmlImageElement
Class KmlImageElement represents a ground overlay in KML
|
class |
KmlInfo
Class KmlInfo holds information about a kml node or group of nodes
|
class |
KmlPhotoOverlay
Class KmlPhotoOverlay represents a photo overlay in KML
|
class |
KmlPoints
Class KmlPoints holds point info from KML
|
class |
KmlPolygons
Class KmlPolygons represents polygons from KML
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
JsonDataSource.getAllDateTimes(DataChoice dataChoice)
Get all the times for the given DataChoice
|
java.util.List<visad.DateTime> |
JsonDataSource.getAllTimesForTimeDriver(DataChoice dataChoice,
DataSelection selection,
java.util.List<visad.DateTime> timeDriverTimes)
Get the list of times to compare to the time driver times
|
protected visad.Data |
GeodasDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
DemDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
KmlDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
JsonDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
PlaceFileDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
ShapeFileDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
WmsDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
GeotiffDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
This method should create and return the visad.Data that is
identified by the given
DataChoice . |
Modifier and Type | Method and Description |
---|---|
ucar.nc2.ft2.coverage.adapter.DtCoverage |
GridCoverageDataSource.findGridForDataChoice(ucar.nc2.ft2.coverage.adapter.DtCoverageDataset ds,
DataChoice dc)
Find the grid in the dataset from the DataChoice
|
ucar.nc2.dt.grid.GeoGrid |
GeoGridDataSource.findGridForDataChoice(ucar.nc2.dt.grid.GridDataset ds,
DataChoice dc)
Find the grid in the dataset from the DataChoice
|
java.util.List |
GridCoverageDataSource.getAllDateTimes(DataChoice dataChoice)
Override the base class method to return the times for the data choice
|
java.util.List |
GeoGridDataSource.getAllDateTimes(DataChoice dataChoice)
Override the base class method to return the times for the data choice
|
java.util.List |
GridCoverageDataSource.getAllLevels(DataChoice dataChoice,
DataSelection dataSelection)
Get the list of all levels available from this DataSource
|
java.util.List |
GeoGridDataSource.getAllLevels(DataChoice dataChoice,
DataSelection dataSelection)
Get the list of all levels available from this DataSource
|
protected visad.Data |
GridCoverageDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection givenDataSelection,
java.util.Hashtable requestProperties)
Get the Data object specified by the particular selection criteria.
|
protected visad.Data |
GeoGridDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection givenDataSelection,
java.util.Hashtable requestProperties)
Get the Data object specified by the particular selection criteria.
|
protected visad.Data |
Vis5DDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the data described by the selection parameters
|
visad.FieldImpl |
Vis5DDataSource.getField(DataChoice dc,
DataSelection dataSelection)
Get the grid described by the selection parameters
|
Constructor and Description |
---|
GridDataInstance(DataChoice dataChoice,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Create a GridDataInstance.
|
GridDataInstance(DataChoice dataChoice,
DataSelection dataSelection,
java.util.Hashtable requestProperties,
visad.Data theData)
Create a GridDataInstance.
|
Modifier and Type | Field and Description |
---|---|
DataChoice |
AddeImageDataSelection.dataChoice
_more_
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DataChoice> |
AddeImageDataSource.stashedChoices
_more_
|
Modifier and Type | Method and Description |
---|---|
DataChoice |
AddeImageAdvancedPanel.getDataChoice()
_more_
|
DataChoice |
AddeImageDataSelection.getDataChoice()
_more_
|
Modifier and Type | Method and Description |
---|---|
protected void |
AddeImageDataSource.addDataChoice(DataChoice choice)
_more_
|
java.util.List |
ImageXmlDataSource.getAllDateTimes(DataChoice dataChoice)
Override the base class method to return the times for the data choice
|
java.util.List |
ImageDataSource.getAllDateTimes(DataChoice dataChoice)
Override the base class method for the non composite choices.
|
protected visad.Data |
McIDASImageDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
_more_
|
protected visad.Data |
AddeImageDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
_more_
|
protected visad.Data |
ImageXmlDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
This method should create and return the visad.Data that is
identified by the given
DataChoice . |
protected visad.Data |
ImageDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Create the actual data represented by the given
DataChoice . |
protected java.util.List |
AddeImageDataSource.getDescriptors(DataChoice dataChoice,
DataSelection subset)
_more_
|
protected java.util.List |
ImageDataSource.getDescriptors(DataChoice dataChoice,
DataSelection subset)
Get a list of descriptors from the choice and subset
|
java.util.List |
ImageDataSource.getSelectedDateTimes(DataChoice dataChoice)
Override the base class method for the non-composite choices.
|
protected void |
McIDASImageDataSource.initDataSelectionComponents(java.util.List components,
DataChoice dataChoice)
_more_
|
protected void |
AddeImageDataSource.initDataSelectionComponents(java.util.List components,
DataChoice dataChoice)
_more_
|
protected void |
AddeImageDataSource.initOldBundle(DataChoice dataChoice,
java.util.List<AddeImageDescriptor> descriptors,
java.lang.String sourceStr)
_more_
|
protected visad.meteorology.SingleBandedImage |
ImageDataSource.makeImage(DataChoice dataChoice,
DataSelection subset)
Create the single image defined by the given dataChoice.
|
protected visad.meteorology.ImageSequence |
ImageDataSource.makeImageSequence(DataChoice dataChoice,
DataSelection subset)
Create the image sequence defined by the given dataChoice.
|
void |
AddeImagePreviewPanel.setDataChoice(DataChoice dataChoice)
_more_
|
void |
AddeImageAdvancedPanel.setDataChoice(DataChoice choice)
_more_
|
void |
AddeImageDataSelection.setDataChoice(DataChoice choice)
_more_
|
void |
AddeImageDataSelection.AddeImagePreviewPanel.setDataChoice(DataChoice dataChoice)
_more_
|
Constructor and Description |
---|
AddeImageAdvancedPanel(AddeImageDataSource dataSource,
DataChoice dc,
java.lang.String source,
edu.wisc.ssec.mcidas.AREAnav baseAnav,
AddeImageDescriptor descriptor,
visad.georef.MapProjection sample,
AddeImagePreviewPanel region)
Construct a AddeImageAdvancedPanel
|
AddeImageDataSelection(ImageDataSource dataSource,
DataChoice dc,
java.lang.String source,
edu.wisc.ssec.mcidas.AREAnav baseAnav,
AddeImageDescriptor descriptor,
visad.georef.MapProjection sample,
visad.data.mcidas.AreaAdapter aAdapter)
Construct a AddeImageDataSelection
|
AddeImageDataSelection(ImageDataSource dataSource,
DataChoice dc,
java.lang.String source,
edu.wisc.ssec.mcidas.AREAnav baseAnav,
AddeImageInfo addeImageInfo,
visad.georef.MapProjection sample,
visad.data.mcidas.AreaAdapter aAdapter,
edu.wisc.ssec.mcidas.Calibrator cali,
int band) |
Modifier and Type | Method and Description |
---|---|
protected DataChoice |
PointDataSource.getDescriptionDataChoice()
Get the data choice to use for the description
|
Modifier and Type | Method and Description |
---|---|
boolean |
PointDataSource.canAddCurrentName(DataChoice dataChoice)
not sure what this does
|
java.util.List |
NetcdfPointCloudDataSource.getAllDateTimes(DataChoice dataChoice)
Get all the times for the given DataChoice
|
java.util.List |
AddePointDataSource.getAllLevels(DataChoice dataChoice,
DataSelection dataSelection)
Get the list of all levels available from this DataSource
|
protected visad.Data |
PointDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the data represented by this class.
|
protected visad.Data |
TextPointDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the data represented by this class.
|
protected visad.Data |
PointCloudDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
_more_
|
protected visad.Data |
WRFHDNetcdfDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
_more_
|
protected visad.Data |
NetcdfPointCloudDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
_more_
|
protected visad.FieldImpl |
PointDataSource.getSample(DataChoice dataChoice)
Read a sample of the data.
|
protected visad.FieldImpl |
TextPointDataSource.getSample(DataChoice dataChoice)
Read a sample of the data.
|
protected visad.FieldImpl |
AddePointDataSource.getSample(DataChoice dataChoice)
Get a sample observation
|
protected visad.FieldImpl |
NetcdfPointDataSource.getSample(DataChoice dataChoice)
Read a sample of the data.
|
static java.util.List |
NetcdfPointCloudDataSource.getSelectedTimes(DataChoice dataChoice,
DataSelection subset) |
protected java.lang.String |
PointDataSource.getSource(DataChoice dataChoice)
Get the file or url source path from the given data choice.
|
protected java.lang.String |
TextPointDataSource.getSource(DataChoice dataChoice)
the data choice
|
protected void |
PointDataSource.initDataSelectionComponents(java.util.List<DataSelectionComponent> components,
DataChoice dataChoice)
Add the GridParameters for the field selector
|
protected abstract visad.FieldImpl |
PointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox)
Make the observation data
|
visad.FieldImpl |
TextPointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox)
Make PointObs from the raw VisAD data
|
protected visad.FieldImpl |
WaterMLDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox)
make the obs
|
protected visad.FieldImpl |
AddePointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox)
Get the data from the ADDE URL and make the FieldImpl of
PointObs from it.
|
protected visad.FieldImpl |
DbPointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox)
make the obs
|
protected visad.FieldImpl |
NetcdfPointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox)
Make PointObs from the choice
|
protected visad.FieldImpl |
AddePointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
boolean sampleIt) |
protected visad.FieldImpl |
WRFHDNetcdfDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
boolean sample)
make the obs
|
protected visad.FieldImpl |
NetcdfPointCloudDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
boolean sample)
make the obs
|
protected visad.FieldImpl |
NetcdfPointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
boolean sample)
make the obs
|
visad.FieldImpl |
TextPointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
java.lang.String trackParam,
boolean sampleIt,
boolean showAttributeGuiIfNeeded)
make the observations from the given datachoice
|
visad.FieldImpl |
CDOGTextPointDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox,
java.lang.String trackParam,
boolean sampleIt,
boolean showAttributeGuiIfNeeded)
make the observations from the given datachoice
|
static visad.FieldImpl |
PointObFactory.makePointObs(ucar.nc2.ft.FeatureDatasetPoint input,
DataChoice dataChoice,
double binRoundTo,
double binWidth,
ucar.unidata.geoloc.LatLonRect llr,
DateSelection dateSelection,
boolean sample)
Make point obs
|
protected boolean |
PointDataSource.shouldCache(DataChoice dataChoice,
visad.Data data)
See if this DataSource should cache or not
|
Constructor and Description |
---|
PointDataInstance(DataChoice choice,
DataSelection selection,
java.util.Hashtable requestProperties)
Create a new PointDataInstance from the parameters
|
Modifier and Type | Method and Description |
---|---|
protected visad.Data |
AddeProfilerDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
CDMProfilerDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
EOLProfilerDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
Level2RadarDataSource.getAllLevels(DataChoice dataChoice,
DataSelection dataSelection)
Get the list of all levels available from this DataSource
|
java.util.List |
CDMRadarDataSource.getAllLevels(DataChoice dataChoice,
DataSelection dataSelection)
Get the list of all levels available from this DataSource
|
java.util.List<visad.DateTime> |
CDMRadarDataSource.getAllTimesForTimeDriver(DataChoice dataChoice,
DataSelection selection,
java.util.List<visad.DateTime> timeDriverTimes)
Get all times for the time driver
|
visad.DataImpl |
NetcdfSweepfileAdapter.getData(DataChoice dataChoice,
DataSelection subset,
java.util.Hashtable requestProperties)
Get the data for the given DataChoice and selection criteria.
|
visad.DataImpl |
Level2Adapter.getData(DataChoice choice,
DataSelection ds,
java.util.Hashtable requestProperties)
Get the data for this DataChoice
|
visad.DataImpl |
CDMRadarAdapter.getData(DataChoice dataChoice,
DataSelection subset,
java.util.Hashtable requestProperties)
Get the data for the given DataChoice and selection criteria.
|
visad.DataImpl |
DoradeAdapter.getData(DataChoice dataChoice,
DataSelection subset,
java.util.Hashtable requestProperties)
Get the data for the given DataChoice and selection criteria.
|
visad.DataImpl |
RadarAdapter.getData(DataChoice dataChoice,
DataSelection subset,
java.util.Hashtable requestProperties)
Get the data for the given DataChoice and selection criteria.
|
protected visad.Data |
RadarDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection subset,
java.util.Hashtable requestProperties)
Get the data for the given DataChoice and selection criteria.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<DataChoice> |
RaobDataSource.getTimeMatchingDataChoices(java.util.List<SoundingOb> soundingObs)
_more_
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
RaobDataSource.getAllTimesForTimeDriver(DataChoice dataChoice,
DataSelection selection,
java.util.List<visad.DateTime> timeDriverTimes)
_more_
|
protected java.lang.String |
TrackDataSource.getChoiceId(DataChoice dc)
Utility to extract the choice id
|
protected java.lang.String |
TrackDataSource.getChoiceId0(DataChoice dc)
Utility to extract the choice id
|
protected visad.Data |
SondeDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the VisAD Data object that corresponds to the dataChoice
category and dataSelection criteria.
|
protected visad.Data |
TrajectoryFeatureTypeDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the VisAD Data object that corresponds to the dataChoice
category and dataSelection criteria.
|
protected visad.Data |
RaobDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
|
protected visad.Data |
TrackDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Get the VisAD Data object that corresponds to the dataChoice
category and dataSelection criteria.
|
protected visad.FieldImpl |
TrackDataSource.getLastPointOb(DataChoice dc,
DataSelection dataSelection)
Gets the last point ob associated with this track
|
protected visad.FieldImpl |
TrackDataSource.getPointObTrack(DataChoice dc,
DataSelection dataSelection,
ucar.ma2.Range range)
Gets the point ob track associated with this DataChoice
|
protected visad.Data |
TrackDataSource.getSoundingOb(DataChoice dc,
DataSelection dataSelection)
Gets the SoundingOb associated with this DataChoice
|
protected visad.Data |
TrackDataSource.getSoundingTrace(DataChoice dc,
DataSelection dataSelection)
Gets the sounding trace associated with this DataChoice
|
protected visad.FlatField |
TrackDataSource.getTrack(DataChoice dc,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Gets the track associated with this DataChoice
|
protected java.lang.String |
TrackDataSource.getTrackId(DataChoice dc)
Utility to get the track id
|
protected java.util.List |
TrackDataSource.getTracks(DataChoice dc,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Gets the track associated with this DataChoice
|
protected visad.FieldImpl |
CDMProfileDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox) |
protected visad.FieldImpl |
DbTrajectoryDataSource.makeObs(DataChoice dataChoice,
DataSelection subset,
ucar.unidata.geoloc.LatLonRect bbox)
_more_
|
Modifier and Type | Method and Description |
---|---|
protected visad.Data |
FrontDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
MovieDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Override the base class to do nothing.
|
protected visad.Data |
DrawingDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
TextDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
protected visad.Data |
AddeTextDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
java.util.Hashtable requestProperties)
Actually get the data identified by the given DataChoce.
|
Modifier and Type | Method and Description |
---|---|
DataChoice |
DisplayControl.getDataChoice()
Get the
DataChoice associated with this control. |
DataChoice |
IntegratedDataViewer.selectDataChoice(ControlDescriptor descriptor)
Popup a dialog containing a
DataTree
showing the DataChoice s that are applicable
to the given ControlDescriptor . |
Modifier and Type | Method and Description |
---|---|
boolean |
ControlDescriptor.applicableTo(DataChoice dataChoice)
Wrapper that calls applicableTo
with the list of categories of the given
DataChoice . |
void |
JythonManager.deleteKeyPressed(DataChoice dataChoice)
Delete the data choice if it is a user formula
|
DisplayControl |
IntegratedDataViewer.doMakeControl(DataChoice dataChoice,
ControlDescriptor descriptor,
java.lang.String properties)
|
DisplayControl |
IntegratedDataViewer.doMakeControl(DataChoice dataChoice,
ControlDescriptor descriptor,
java.lang.String properties,
DataSelection dataSelection)
|
DisplayControl |
IntegratedDataViewer.doMakeControl(java.lang.String controlName,
DataChoice dataChoice)
make a control
|
javax.swing.JMenu |
IntegratedDataViewer.doMakeDataChoiceMenu(DataChoice dataChoice)
Make and return the menu of commands that can be applied
to the given
DataChoice . |
javax.swing.JMenu |
ControlContext.doMakeDataChoiceMenu(DataChoice dataChoice)
Create a menu of commands for the given DataChoice
|
void |
JythonManager.doMakeDataChoiceMenuItems(DataChoice dataChoice,
java.util.List items)
Create the list of menu items for editing a data choice
that represents an end user formula.
|
DisplayControl |
ControlDescriptor.doMakeDisplay(DataChoice dataChoice,
IntegratedDataViewer viewer,
java.lang.String argProperties,
DataSelection dataSelection)
Wrapper method that makes a single element array of DataChoices with the given
DataChoice parameter.
|
void |
IntegratedDataViewer.evaluateAndSave(DataChoice dataChoice)
Evalute the data choice and then save it off in a CacheDataSource
|
void |
JythonManager.evaluateDataChoice(DataChoice dataChoice)
This simply clones the given data choice and calls getData
on it.
|
void |
IntegratedDataViewer.saveInCache(DataChoice dataChoice,
visad.Data data)
Clone the data choice and then save it off in a CacheDataSource
|
void |
IntegratedDataViewer.saveInCache(DataChoice dataChoice,
visad.Data data,
DataSelection dataSelection)
Save the given data in the CacheDataSource
|
void |
IntegratedDataViewer.saveInCache(DataChoice dataChoice,
visad.Data data,
DataSelection dataSelection,
java.lang.String name)
Clone the data choice and then save it off in a CacheDataSource
|
void |
IntegratedDataViewer.saveInCache(DataChoice dataChoice,
visad.Data data,
java.lang.String name)
Clone the data choice and then save it off in a CacheDataSource
|
Modifier and Type | Field and Description |
---|---|
protected DataChoice |
WindTimeHeightControl.currentDataChoice
selected data choice
|
protected DataChoice |
PlanViewControl.datachoice
data choice for the data
|
protected DataChoice |
VolumeVectorControl.datachoice
data choice for the data
|
protected DataChoice |
DrawingControl.datachoice |
protected DataChoice |
GridTrajectoryControlNew.MyTrajectoryControl.datachoice
data choice for the data
|
DataChoice |
ScatterDisplay.dataChoiceX
_more_
|
DataChoice |
ScatterDisplay.dataChoiceY
_more_
|
Modifier and Type | Method and Description |
---|---|
DataChoice |
WindTimeHeightControl.getCurrentDataChoice()
Get the CurrentDataChoice property.
|
DataChoice |
DisplayControlImpl.getDataChoice()
Return the single
DataChoice |
DataChoice |
VerticalProfileControl.getDataChoiceAtRow(int row)
Get the DataChoice associated with the parameter at a particular
row.
|
DataChoice |
ProbeControl.getDataChoiceAtRow(int row)
Get the DataChoice associated with the parameter at a particular
row.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<DataChoice> |
DisplayControlImpl.selectDataChoices(java.lang.String dialogMessage,
java.awt.Component from,
boolean multiples,
java.util.List categories)
Popup a DataTreeDialog
|
Modifier and Type | Method and Description |
---|---|
boolean |
DisplayControlImpl.addDataChoice(DataChoice c)
Add the given
DataChoice to the list of
data choices and return true if this is a new DataChoice. |
protected DataInstance |
ImageSequenceControl.doMakeDataInstance(DataChoice dataChoice)
Make the data instance
|
protected DataInstance |
DisplayControlImpl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the
DataInstance
corresponding to a DataChoice . |
protected DataInstance |
ProfilerMultiStationControl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the
GridDataInstance
corresponding to a DataChoice . |
protected DataInstance |
ObsDisplayControl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the
DataInstance
corresponding to a DataChoice . |
protected DataInstance |
GridTrajectoryControl.doMakeDataInstance(DataChoice dataChoice)
_more_
|
protected DataInstance |
StationLocationControl.doMakeDataInstance(DataChoice dataChoice)
Creates and returns the
DataInstance
corresponding to a DataChoice . |
protected DataInstance |
RadarSweepControl.doMakeDataInstance(DataChoice dataChoice)
Override the super class to set the initial level
|
protected DataInstance |
CappiControl.doMakeDataInstance(DataChoice dataChoice)
Override the super class to set the initial level
|
protected DataInstance |
WMSControl.doMakeDataInstance(DataChoice dataChoice)
make the data instance
|
protected DataInstance |
GridTrajectoryControlNew.doMakeDataInstance(DataChoice dataChoice)
_more_
|
protected DataInstance |
GridTrajectoryControlNew.MyTrajectoryControl.doMakeDataInstance(DataChoice dataChoice)
_more_
|
protected DataInstance |
GridDisplayControl.doMakeDataInstance(DataChoice dataChoice)
Create the GridDataInstance from the dataChoice.
|
boolean |
WorldWindControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made the Displayable.
|
boolean |
VerticalProfileControl.init(DataChoice dataChoice)
Construct the vertical profile display and control buttons
|
boolean |
ImageSequenceControl.init(DataChoice choice)
Called to make this kind of Display Control; also calls code to
made the Displayable.
|
boolean |
AudioControl.init(DataChoice dataChoice)
Called to make this kind of Display Control;
This method is called from inside DisplayControlImpl init(several args).
|
boolean |
ColorRadarVolumeControl.init(DataChoice dataChoice)
Basic constructor-like actions; returns false if setData fails
|
boolean |
TimeSeriesControl.init(DataChoice dataChoice)
Construct a time series display of data values at one map location
versus time, and its control buttons, in a window.
|
boolean |
NoteControl.init(DataChoice dataChoice)
Initialize this class
|
boolean |
DisplayControlImpl.init(DataChoice choice)
Initialize this instance according to a data choice.
|
boolean |
ThreeDSurfaceControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
PlanViewControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made the Displayable.
|
boolean |
ProfilerMultiStationControl.init(DataChoice dataChoice)
Construct the Displayable and controls; get and load data in display.
|
boolean |
LocationIndicatorControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
CrossSectionControl.init(DataChoice dataChoice)
Initialize the control using the data choice
|
boolean |
VolumeRenderControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
DataTransectControl.init(DataChoice dataChoice)
Initialize the class.
|
boolean |
GridTrajectoryControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
RadarVWPControl.init(DataChoice dataChoice)
Construct the DisplayMaster, Displayable, frame, and controls.
|
boolean |
StationLocationControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made the Displayable.
|
boolean |
RaobSoundingControl.init(DataChoice dataChoice)
Initializes this instance with a
DataChoice . |
boolean |
TextDisplayControl.init(DataChoice dataChoice)
Initialize this class with the supplied
DataChoice . |
boolean |
MovieDisplayControl.init(DataChoice dataChoice)
Initialize the control.
|
boolean |
TimeHeightControl.init(DataChoice dataChoice)
Construct the display, frame, and controls
|
boolean |
TimeHeightControl.MyTimeHeightControl.init(DataChoice dataChoice)
Construct the display, frame, and controls
|
boolean |
ProfilerTimeHeightControl.init(DataChoice dataChoice)
Construct the DisplayMaster, Displayable, frame, and controls.
|
boolean |
HovmollerControl.init(DataChoice dataChoice)
Construct the display, frame, and controls
|
boolean |
JythonControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made the Displayable.
|
boolean |
TemplateControl.init(DataChoice dataChoice)
After this object is created the init method is called, passing in
the DataChoice that was selected.
|
boolean |
RangeAndBearingControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made its Displayable, the line.
|
boolean |
TrackSoundingControl.init(DataChoice dataChoice)
Creates the display and control buttons from a
DataChoice . |
boolean |
TextProductControl.init(DataChoice dataChoice) |
boolean |
ImageControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made the Displayable.
|
boolean |
ADTControl.init(DataChoice choice) |
boolean |
RadarSweepControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
ChatLogControl.init(DataChoice dataChoice)
Initialize this class with the supplied
DataChoice . |
boolean |
WindTimeHeightControl.init(DataChoice dataChoice)
Construct the DisplayMaster, Displayable, frame, and controls.
|
boolean |
VolumeVectorControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
DrawingControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
RGBCompositeControl.init(DataChoice dataChoice) |
boolean |
ProfileControl.init(DataChoice dataChoice)
Construct the vertical profile display and control buttons
|
boolean |
TrajectoryFeatureTypeSoundingControl.init(DataChoice dataChoice)
Creates the display and control buttons from a
DataChoice . |
boolean |
ObsListControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
WMSControl.init(DataChoice dataChoice)
Called to make this kind of Display Control;
This method is called from inside DisplayControlImpl init(several args).
|
boolean |
PointCloudControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
ImageMovieControl.init(DataChoice dataChoice)
Called to make this kind of Display Control;
This method is called from inside DisplayControlImpl init(several args).
|
boolean |
TrackControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
GridTableControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
AnimationTextControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made its Displayable, the line.
|
boolean |
YahooLocationControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made the Displayable.
|
boolean |
GridTrajectoryControlNew.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
GridTrajectoryControlNew.MyTrajectoryControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
MapDisplayControl.init(DataChoice dataChoice)
Called to make this kind of Display Control; also calls code to
made its Displayable.
|
boolean |
ShapefileControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
boolean |
GriddedSoundingControl.init(DataChoice dataChoice)
Constructs the vertical profile display and control buttons
|
boolean |
RadarGridControl.init(DataChoice dataChoice)
Called to make this kind of Display Control;
also makes the Displayable.
|
boolean |
StationModelControl.init(DataChoice dataChoice)
Call to help make this kind of Display Control; also calls code to
made the Displayable (empty of data thus far).
|
protected boolean |
ImageSequenceControl.init(DataChoice choice,
boolean doLoad)
Called to make this kind of Display Control; also calls code to
made the Displayable.
|
boolean |
ContourCrossSectionControl.MyContourCrossSectionControl.init(DataChoice dataChoice,
CrossSectionSelector crossSectionSelector)
Construct the display, frame, and controls
|
boolean |
FlowCrossSectionControl.MyFlowCrossSectionControl.init(DataChoice dataChoice,
CrossSectionSelector crossSectionSelector)
Construct the display, frame, and controls
|
protected boolean |
RadarVWPControl.initStation(DataChoice dataChoice)
Initialize the data.
|
protected boolean |
ProfilerTimeHeightControl.initStation(DataChoice dataChoice)
get data field; load in displayable; make LineProbe in place
|
protected boolean |
WindTimeHeightControl.initStation(DataChoice dataChoice)
Initialize a station from the data choice
|
protected void |
CrossSectionControl.processNewData(DataChoice dc,
CrossSectionControl csc)
Override base class method which is called when the user has selected
new data choices.
|
void |
CrossSectionControl.processNewDataV(DataChoice dc,
CrossSectionControl csc)
Override base class method which is called when the user has selected
new data choices.
|
protected void |
DrawingControl.processProperties(DataChoice dataChoice)
Process the visad data object.
|
boolean |
GridTrajectoryControlNew.reInit(DataChoice dataChoice)
Call the api when reset the datachoice
such as time driver times changed
|
void |
DisplayControlImpl.removeDataChoice(DataChoice dataChoice)
Remove the given
DataChoice from the myDataChoices
list. |
void |
WindTimeHeightControl.setCurrentDataChoice(DataChoice value)
Set the CurrentDataChoice property.
|
protected boolean |
ColorRadarVolumeControl.setData(DataChoice dataChoice)
Called by the init(datachoice) method.
|
protected boolean |
TimeSeriesControl.setData(DataChoice dataChoice)
Set the data from the given dataChoice.
|
protected boolean |
DisplayControlImpl.setData(DataChoice dataChoice)
Sets the data associated with this instance.
|
protected boolean |
RadarRhiControl.setData(DataChoice choice)
Set the data in the control
|
protected boolean |
ThreeDSurfaceControl.setData(DataChoice choice)
Set the data in the display control from the data choice
|
protected boolean |
PlanViewControl.setData(DataChoice dataChoice)
Called to initialize this control from the given dataChoice;
sets levels controls to match data; make data slice at first level;
set display's color table and display units.
|
protected boolean |
ProfilerMultiStationControl.setData(DataChoice dataChoice)
Get FieldImpl with data to display, from the DataChoice.
|
protected boolean |
CrossSectionControl.setData(DataChoice dataChoice)
Called when the user asked for a new kind of parameter to be displayed
in a pre-existing display of this class, with other kind of data
already displayed there.
|
protected boolean |
VolumeRenderControl.setData(DataChoice choice)
Set the data in this control.
|
protected boolean |
ContourCrossSectionControl.setData(DataChoice dataChoice)
Set the data for this control
|
protected boolean |
ContourCrossSectionControl.MyContourCrossSectionControl.setData(DataChoice dataChoice)
User has asked to see a different new parameter in this existing display.
|
protected boolean |
StationLocationControl.setData(DataChoice choice)
Override the superclass method since currently, the DataChoice
for this instance is null or not used.
|
protected boolean |
TimeHeightControl.setData(DataChoice dataChoice)
User has asked to see a different new parameter in this existing display.
|
protected boolean |
TimeHeightControl.MyTimeHeightControl.setData(DataChoice dataChoice)
User has asked to see a different new parameter in this existing display.
|
protected boolean |
HovmollerControl.setData(DataChoice dataChoice)
User has asked to see a different new parameter in this existing display.
|
protected boolean |
TemplateControl.setData(DataChoice choice)
The setData method is called when the user has selected a different
DataChoice for this control.
|
protected boolean |
ImageControl.setData(DataChoice dataChoice)
Called to initialize this control from the given dataChoice;
sets levels controls to match data; make data slice at first level;
set display's color table and display units.
|
protected boolean |
FlowCrossSectionControl.setData(DataChoice dataChoice)
Called to initialize this control from the given dataChoice;
override super class instance to set skip factor before displaying data.
|
protected boolean |
FlowCrossSectionControl.MyFlowCrossSectionControl.setData(DataChoice dataChoice)
User has asked to see a different new parameter in this existing display.
|
protected boolean |
RadarSweepControl.setData(DataChoice choice)
Set the data in the control.
|
protected boolean |
ImagePlanViewControl.setData(DataChoice dataChoice)
Called to initialize this control from the given dataChoice;
sets levels controls to match data; make data slice at first level;
set display's color table and display units.
|
protected boolean |
VolumeVectorControl.setData(DataChoice choice)
Set the data in this control.
|
protected boolean |
ProfileControl.setData(DataChoice dataChoice)
Set the data for this control based on the data choice.
|
protected boolean |
ColorRhiControl.setData(DataChoice choice)
Set the data in the control
|
protected boolean |
ObsListControl.setData(DataChoice choice)
Set the data for this instance from the choice supplied.
|
protected boolean |
WMSControl.setData(DataChoice dataChoice)
set the data
|
protected boolean |
PointCloudControl.setData(DataChoice choice)
Set the data in this control.
|
protected boolean |
TrackControl.setData(DataChoice choice)
Set the data in this control
|
protected boolean |
GridTableControl.setData(DataChoice choice)
Set the data in the display control from the data choice
|
protected boolean |
FlowPlanViewControl.setData(DataChoice dataChoice)
Called to initialize this control from the given dataChoice;
override super class instance to set skip factor before displaying data.
|
protected boolean |
GridTrajectoryControlNew.MyTrajectoryControl.setData(DataChoice choice)
Set the data in this control.
|
protected boolean |
RadarCrossSectionControl.setData(DataChoice choice)
Set the data in the control
|
protected boolean |
ContourPlanViewControl.setData(DataChoice data)
Set the data displayed by this control
|
protected boolean |
ShapefileControl.setData(DataChoice choice)
Set the data in this control.
|
protected boolean |
StationModelControl.setData(DataChoice choice)
Set the data for this instance from the choice supplied.
|
protected boolean |
Level2ColorCrossSectionControl.setData(DataChoice choice)
Set the data in the control
|
Modifier and Type | Method and Description |
---|---|
DataChoice |
DataChoiceWrapper.getDataChoice()
Get the DataChoice property.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartWrapper.addDataChoice(DataChoice dataChoice)
Add the dta choice
|
protected DataChoiceWrapper |
ChartWrapper.createDataChoiceWrapper(DataChoice dataChoice)
A utility to create a data choice wrapper
|
void |
DataChoiceWrapper.setDataChoice(DataChoice value)
Set the DataChoice property.
|
Constructor and Description |
---|
DataChoiceWrapper(DataChoice dataChoice)
ctor
|
Modifier and Type | Method and Description |
---|---|
DataChoice |
DataControlDialog.getDataChoice()
Get the
DataChoice we are representing |
DataChoice |
DataTree.getSelectedDataChoice()
Find and return the first DataChoice that is selected.
|
DataChoice |
DataTree.getSelectedDataChoice(ControlDescriptor descriptor)
Find the first selected data choice that the given
ControlDescriptor is applicable
to. |
DataChoice |
IdvUIManager.selectDataChoice(ControlDescriptor descriptor)
Popup a
DataTreeDialog to let the user select a
DataChoice that the given control
descriptor is applicable to. |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataChoice> |
DataTree.getSelectedDataChoices()
Get the list of selected data choices
|
java.util.List<DataChoice> |
DataTree.getSelectedDataChoicesRecursive()
Get the list of selected data choices
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceHolder.addDisplayControl(DisplayControl control,
DataChoice choice)
A no-op that can be overrode by a derived class
|
void |
DataTree.addDisplayControl(DisplayControl control,
DataChoice choice)
We have this here so we can display the
DisplayControl -s in the DataTree. |
void |
AutoDisplayEditor.addDisplayForDataSource(DataChoice dataChoice,
ControlDescriptor cd)
Add into the autodisplays collection the given data choice and control
|
void |
IdvUIManager.createDataChoiceMenuItem(DataChoice choice,
javax.swing.JMenu parentMenu,
javax.swing.JMenu dataMenu)
Create the menu items for dealing with the given data choice
|
javax.swing.JComponent |
DataControlDialog.doMakeDataChoiceDialog(DataChoice dataChoice)
Make the GUI for configuring a
DataChoice |
javax.swing.JMenu |
IdvUIManager.doMakeDataChoiceMenu(DataChoice dataChoice)
Make the menu for the given data choice
|
java.util.List |
IdvUIManager.doMakeDataChoiceMenuItems(DataChoice dataChoice,
boolean isUserFormula,
boolean showAll)
Make the menu items for the given data choice
|
java.util.List |
IdvUIManager.doMakeDataChoiceMenus(DataChoice dataChoice)
Make the menu items for the given data choice
|
void |
DataControlDialog.setDataChoice(DataChoice dc)
Set the
DataChoice we are representing |
protected void |
DataSelectionWidget.updateSelectionTab(DataChoice dataChoice)
Update the tabbed pane
|
protected boolean |
DataSelectionWidget.updateSelectionTab(DataSource dataSource,
DataChoice dc)
Update selection panel for data source
|
Constructor and Description |
---|
DataControlDialog(IntegratedDataViewer idv,
DataChoice dataChoice,
int x,
int y)
Constructor for configuring a
DataChoice |