Uses of Class
ucar.unidata.data.DataSelection
Packages that use DataSelection
Package
Description
The data package.
DataSource classes and utilities for GIS-like data.
DataSource classes and utilities for gridded data.
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
DataSource classes and utilities for point (e.g., surface) data.
DataSource classes and utilities for wind profiler data.
DataSource classes and utilities for radar data.
DataSource classes and utilities for sounding data.
DataSource classes and utilities for text-like data.
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User Interface (UI) classes for the IDV
-
Uses of DataSelection in ucar.unidata.data
Fields in ucar.unidata.data declared as DataSelectionModifier and TypeFieldDescriptionprotected DataSelection
DataInstance.dataSelection
The dataselection for the choiceprotected DataSelection
DataSelectionComponent.dataSelection
We can be used by a display control and this is the control's data selectionstatic final DataSelection
DataSelection.NULL
Null DataSelectionstatic final DataSelection
DataChoice.NULL_DATASELECTION
Anull
DataSelection
Methods in ucar.unidata.data that return DataSelectionModifier and TypeMethodDescriptionDataSelection.cloneMe()
Method for creating a clone of this DataSelectionCacheDataSource.DataChoiceHolder.getDataSelection()
Get the DataSelection property.DataChoice.getDataSelection()
Get the data selection for this choiceDataInstance.getDataSelection()
DataSource.getDataSelection()
Get the DataSelection for this DataSourceDataSourceImpl.getDataSelection()
Return the DataSelection for this DataSource.static DataSelection
DataSelection.merge
(DataSelection higherPriority, DataSelection lowerPriority) If either of the params are null then simply return the other one.Methods in ucar.unidata.data with parameters of type DataSelectionModifier and TypeMethodDescriptionvoid
CacheDataSource.addDataChoice
(DataChoice dataChoice, String name, Data data, DataSelection dataSelection) add the data choiceabstract void
DataSelectionComponent.applyToDataSelection
(DataSelection dataSelection) Apply settings to the data selectionprotected Object
DataSourceImpl.createCacheKey
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties) Utility to create the key used when cachingAddeUtil.generateTimeUrls
(DataSourceImpl datasource, String url, DataSelection subset) Generate a list of URLs, expanding any time macrosCompositeDataChoice.getAllLevels
(DataSelection dataSelection) Get all the levels associated with this choiceDataChoice.getAllLevels
(DataSelection dataSelection) Get all the levels associated with this choiceDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get all levels for the data choice and selectionDataSourceImpl.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get all of the levelsDirectDataChoice.getAllLevels
(DataSelection dataSelection) Get all the levels associated with this choiceListDataChoice.getAllLevels
(DataSelection dataSelection) Get the union of all of the childrenDataChoice
-s levels.DataSourceImpl.getAllTimesForTimeDriver
(DataChoice dataChoice, DataSelection selection, List<DateTime> timeDriverTimes) Get the list of times to compare to the time driver timesDataSelectionComponent.getContents
(DataSelection dataSelection) Make if needed and return the gui contentsprotected abstract Data
DataChoice.getData
(DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Return theData
object that this DataChoice represents.final Data
DataChoice.getData
(DataSelection incomingDataSelection) Return theData
object that this DataChoice represents.final Data
DataChoice.getData
(DataSelection incomingDataSelection, Hashtable requestProperties) Return theData
object that this DataChoice represents.protected Data
DataDataChoice.getData
(DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Return theData
object that this DataChoice represents.DataInstance.getData
(DataSelection dataSelection) Get the data using the specified sub selection.DataInstance.getData
(DataSelection dataSelection, Hashtable requestProperties) Get the data using the specified sub selection and extra request propertiesDataSource.getData
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Return the visad.Data object represented by the given dataChoice argumentDataSourceImpl.getData
(DataChoice dataChoice, DataCategory category, DataSelection incomingDataSelection, Hashtable requestProperties) Get the data applicable to the DataChoice and selection criteria.protected Data
DerivedDataChoice.getData
(DataCategory category, DataSelection incomingDataSelection, Hashtable requestProperties) Apply the derived operation.protected Data
DirectDataChoice.getData
(DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the data that this choice represents.protected Data
ListDataChoice.getData
(DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the dataprotected Data
UnboundDataChoice.getData
(DataCategory category, DataSelection dataSelection, Hashtable requestProperties) A no-opprotected Data
UrlDataChoice.getData
(DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Implementation of the getData method.protected Data
UserDataChoice.getData
(DataCategory category, DataSelection dataSelection, Hashtable requestProperties) A no-opprotected Data
CacheDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) protected Data
DataSourceImpl.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection) Have this one around for other, non-unidata, datasource implementations.protected Data
DataSourceImpl.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
DescriptorDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Override the superclass method to return null, since this does not have any data.protected Data
ListDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) This should never get called.protected Data
SerializedDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
VisadDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) This method should create and return the visad.Data that is identified by the givenDataChoice
.protected Object[]
ListDataChoice.getDataList
(DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the array of data from the children data choicesprotected List
DataSourceImpl.getTimesFromDataSelection
(DataSelection givenDataSelection, DataChoice dataChoice) If givenDataSelection is non-null and has a non-null times list then return that.static DataSelection
DataSelection.merge
(DataSelection higherPriority, DataSelection lowerPriority) If either of the params are null then simply return the other one.DataSourceImpl.selectTimesFromList
(DataSelection dataSelection, List sourceTimes, List<DateTime> selectionTimes) For each time in selectionTimes this method finds the closest time in sourceTimesvoid
CacheDataSource.DataChoiceHolder.setDataSelection
(DataSelection value) Set the DataSelection property.void
DataChoice.setDataSelection
(DataSelection dataSelection) Set the data time selection for this choicevoid
DataInstance.setDataSelection
(DataSelection dataSelection) Set the data selectionvoid
DataSourceImpl.setDataSelection
(DataSelection s) Set the DataSelection for this DataSource.Constructors in ucar.unidata.data with parameters of type DataSelectionModifierConstructorDescriptionDataChoiceHolder
(DataChoice dataChoice, String name, DataSelection dataSelection) ctorDataInstance
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties) Create a new DataInstance.DataInstance
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties, Data theData) Create a new DataInstance.DataSelection
(DataSelection that) Construct aDataSelection
from another instance.DirectDataChoice
(DataSource dataSource, Object id, String name, String description, List categories, DataSelection dataSelection) Create a new DirectDataChoice.DirectDataChoice
(DataSource dataSource, Object id, String name, String description, List categories, DataSelection dataSelection, Hashtable properties) Create a new DirectDataChoice. -
Uses of DataSelection in ucar.unidata.data.gis
Methods in ucar.unidata.data.gis with parameters of type DataSelectionModifier and TypeMethodDescriptionJsonDataSource.getAllTimesForTimeDriver
(DataChoice dataChoice, DataSelection selection, List<DateTime> timeDriverTimes) Get the list of times to compare to the time driver timesprotected Data
DemDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
GeodasDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
GeotiffDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) This method should create and return the visad.Data that is identified by the givenDataChoice
.protected Data
JsonDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
KmlDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
PlaceFileDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
ShapeFileDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
WmsDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce. -
Uses of DataSelection in ucar.unidata.data.grid
Methods in ucar.unidata.data.grid with parameters of type DataSelectionModifier and TypeMethodDescriptionGeoGridDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceGridCoverageDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceprotected Data
GeoGridDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection givenDataSelection, Hashtable requestProperties) Get the Data object specified by the particular selection criteria.protected Data
GridCoverageDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection givenDataSelection, Hashtable requestProperties) Get the Data object specified by the particular selection criteria.protected Data
Vis5DDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the data described by the selection parametersVis5DDataSource.getField
(DataChoice dc, DataSelection dataSelection) Get the grid described by the selection parametersConstructors in ucar.unidata.data.grid with parameters of type DataSelectionModifierConstructorDescriptionGridDataInstance
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties) Create a GridDataInstance.GridDataInstance
(DataChoice dataChoice, DataSelection dataSelection, Hashtable requestProperties, Data theData) Create a GridDataInstance. -
Uses of DataSelection in ucar.unidata.data.imagery
Methods in ucar.unidata.data.imagery with parameters of type DataSelectionModifier and TypeMethodDescriptionvoid
AddeImageAdvancedPanel.applyToDataSelection
(DataSelection dataSelection) _more_void
AddeImageDataSelection.AddeImageAdvancedPanel.applyToDataSelection
(DataSelection dataSelection) _more_void
AddeImageDataSelection.AddeImagePreviewPanel.applyToDataSelection
(DataSelection dataSelection) _more_void
AddeImagePreviewPanel.applyToDataSelection
(DataSelection dataSelection) _more_void
AddeImageSelection.applyToDataSelection
(DataSelection dataSelection) protected Data
AddeImageDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected Data
ImageDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Create the actual data represented by the givenDataChoice
.protected Data
ImageXmlDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) This method should create and return the visad.Data that is identified by the givenDataChoice
.protected Data
McIDASImageDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected List
AddeImageDataSource.getDescriptors
(DataChoice dataChoice, DataSelection subset) _more_protected List
ImageDataSource.getDescriptors
(DataChoice dataChoice, DataSelection subset) Get a list of descriptors from the choice and subsetprotected final SingleBandedImage
ImageDataSource.makeImage
(DataChoice dataChoice, DataSelection subset) Create the single image defined by the given dataChoice.protected ImageSequence
ImageDataSource.makeImageSequence
(DataChoice dataChoice, DataSelection subset) Create the image sequence defined by the given dataChoice. -
Uses of DataSelection in ucar.unidata.data.point
Methods in ucar.unidata.data.point with parameters of type DataSelectionModifier and TypeMethodDescriptionvoid
PointDataSource.PlotModelSelectionComponent.applyToDataSelection
(DataSelection dataSelection) set properties on dataselectionAddePointDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceprotected Data
NetcdfPointCloudDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected Data
PointCloudDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_protected Data
PointDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the data represented by this class.protected Data
TextPointDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the data represented by this class.protected Data
WRFHDNetcdfDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) _more_static List
NetcdfPointCloudDataSource.getSelectedTimes
(DataChoice dataChoice, DataSelection subset) protected 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 FieldImpl
AddePointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, boolean sampleIt) CDOGTextPointDataSource.makeObs
(String contents, String delimiter, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, String trackParam, boolean sampleIt, boolean showAttributeGuiIfNeeded) Make obs from the textCDOGTextPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, String trackParam, boolean sampleIt, boolean showAttributeGuiIfNeeded) make the observations from the given datachoiceprotected FieldImpl
DbPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) make the obsprotected FieldImpl
NetcdfPointCloudDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, boolean sample) make the obsprotected FieldImpl
NetcdfPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) Make PointObs from the choiceprotected FieldImpl
NetcdfPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, boolean sample) make the obsprotected abstract FieldImpl
PointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) Make the observation dataTextPointDataSource.makeObs
(String contents, String delimiter, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, String trackParam, boolean sampleIt, boolean showAttributeGuiIfNeeded) make the observations from the given datachoiceTextPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) Make PointObs from the raw VisAD dataTextPointDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, String trackParam, boolean sampleIt, boolean showAttributeGuiIfNeeded) make the observations from the given datachoiceprotected FieldImpl
WaterMLDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) make the obsprotected FieldImpl
WRFHDNetcdfDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox, boolean sample) make the obsprotected float[][]
PointCloudDataSource.readPoints
(String filePath, DataSelection dataSelection, int skipToUse) This reads the actual lat/lon/alt points and returns an array of the form:Constructors in ucar.unidata.data.point with parameters of type DataSelectionModifierConstructorDescriptionPointDataInstance
(DataChoice choice, DataSelection selection, Hashtable requestProperties) Create a new PointDataInstance from the parameters -
Uses of DataSelection in ucar.unidata.data.profiler
Methods in ucar.unidata.data.profiler with parameters of type DataSelectionModifier and TypeMethodDescriptionprotected Data
AddeProfilerDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
CDMProfilerDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
EOLProfilerDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce. -
Uses of DataSelection in ucar.unidata.data.radar
Methods in ucar.unidata.data.radar with parameters of type DataSelectionModifier and TypeMethodDescriptionCDMRadarDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceLevel2RadarDataSource.getAllLevels
(DataChoice dataChoice, DataSelection dataSelection) Get the list of all levels available from this DataSourceCDMRadarDataSource.getAllTimesForTimeDriver
(DataChoice dataChoice, DataSelection selection, List<DateTime> timeDriverTimes) Get all times for the time driverCDMRadarAdapter.getData
(DataChoice dataChoice, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria.DoradeAdapter.getData
(DataChoice dataChoice, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria.Level2Adapter.getData
(DataChoice choice, DataSelection ds, Hashtable requestProperties) Get the data for this DataChoiceNetcdfSweepfileAdapter.getData
(DataChoice dataChoice, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria.RadarAdapter.getData
(DataChoice dataChoice, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria.protected Data
RadarDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria. -
Uses of DataSelection in ucar.unidata.data.sounding
Methods in ucar.unidata.data.sounding with parameters of type DataSelectionModifier and TypeMethodDescriptionRaobDataSource.getAllTimesForTimeDriver
(DataChoice dataChoice, DataSelection selection, List<DateTime> timeDriverTimes) _more_protected Data
RaobDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) protected Data
SondeDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the VisAD Data object that corresponds to the dataChoice category and dataSelection criteria.protected Data
TrackDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the VisAD Data object that corresponds to the dataChoice category and dataSelection criteria.protected Data
TrajectoryFeatureTypeDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Get the VisAD Data object that corresponds to the dataChoice category and dataSelection criteria.protected FieldImpl
TrackDataSource.getLastPointOb
(DataChoice dc, DataSelection dataSelection) Gets the last point ob associated with this trackprotected FieldImpl
TrackDataSource.getPointObTrack
(DataChoice dc, DataSelection dataSelection, ucar.ma2.Range range) Gets the point ob track associated with this DataChoiceprotected Data
TrackDataSource.getSoundingOb
(DataChoice dc, DataSelection dataSelection) Gets the SoundingOb associated with this DataChoiceprotected Data
TrackDataSource.getSoundingTrace
(DataChoice dc, DataSelection dataSelection) Gets the sounding trace associated with this DataChoiceprotected FlatField
TrackDataSource.getTrack
(DataChoice dc, DataSelection dataSelection, Hashtable requestProperties) Gets the track associated with this DataChoiceprotected List
TrackDataSource.getTracks
(DataChoice dc, DataSelection dataSelection, Hashtable requestProperties) Gets the track associated with this DataChoiceprotected FieldImpl
CDMProfileDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) protected FieldImpl
DbTrajectoryDataSource.makeObs
(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) _more_ -
Uses of DataSelection in ucar.unidata.data.text
Methods in ucar.unidata.data.text with parameters of type DataSelectionModifier and TypeMethodDescriptionprotected Data
AddeTextDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
DrawingDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
FrontDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce.protected Data
MovieDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Override the base class to do nothing.protected Data
TextDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Actually get the data identified by the given DataChoce. -
Uses of DataSelection in ucar.unidata.idv
Fields in ucar.unidata.idv declared as DataSelectionModifier and TypeFieldDescriptionstatic final DataSelection
IdvConstants.NULL_DATA_SELECTION
Helper so we don't have to do (DataSelection)nullMethods in ucar.unidata.idv with parameters of type DataSelectionModifier and TypeMethodDescriptionIntegratedDataViewer.doMakeControl
(List dataChoices, ControlDescriptor descriptor, String propertiesString, DataSelection dataSelection) Create theDisplayControl
, identified by the givenControlDescriptor
for the given list ofDataChoice
sIntegratedDataViewer.doMakeControl
(List dataChoices, ControlDescriptor descriptor, String propertiesString, DataSelection dataSelection, boolean initDisplayInThread) Finally, we really create theDisplayControl
, identified by the givenControlDescriptor
using the given list ofDataChoice
sIntegratedDataViewer.doMakeControl
(List dataChoices, ControlDescriptor descriptor, Hashtable properties, DataSelection dataSelection) Create theDisplayControl
, identified by the givenControlDescriptor
for the given list ofDataChoice
sIntegratedDataViewer.doMakeControl
(List dataChoices, ControlDescriptor descriptor, Hashtable properties, DataSelection dataSelection, boolean initDisplayInThread) Finally, we really create theDisplayControl
, identified by the given *ControlDescriptor
using the given list ofDataChoice
sIntegratedDataViewer.doMakeControl
(DataChoice dataChoice, ControlDescriptor descriptor, String properties, DataSelection dataSelection) ControlDescriptor.doMakeDisplay
(List dataChoices, IntegratedDataViewer viewer, String argPropertiesString, DataSelection dataSelection, boolean initDisplayInThread) Instantiate the DisplayControl defined by the Class data member.ControlDescriptor.doMakeDisplay
(List dataChoices, IntegratedDataViewer viewer, Hashtable argProperties, DataSelection dataSelection, boolean initDisplayInThread) Instantiate the DisplayControl defined by the Class data member.ControlDescriptor.doMakeDisplay
(DataChoice dataChoice, IntegratedDataViewer viewer, String argProperties, DataSelection dataSelection) Wrapper method that makes a single element array of DataChoices with the given DataChoice parameter.void
DisplayControl.init
(String displayId, List dataCategories, List choices, ControlContext viewer, String properties, DataSelection dataSelection) Initialize the DisplayControl.void
DisplayControl.init
(String displayId, List dataCategories, List choices, ControlContext viewer, Hashtable properties, DataSelection dataSelection) Initialize the DisplayControl.void
ControlDescriptor.initControl
(DisplayControl control, List newDataChoices, IntegratedDataViewer idv, String properties, DataSelection dataSelection) Initializes theDisplayControl
void
ControlDescriptor.initControl
(DisplayControl control, List newDataChoices, IntegratedDataViewer idv, Hashtable newProperties, DataSelection dataSelection) Initializes theDisplayControl
void
IntegratedDataViewer.saveInCache
(DataChoice dataChoice, Data data, DataSelection dataSelection) Save the given data in the CacheDataSourcevoid
IntegratedDataViewer.saveInCache
(DataChoice dataChoice, Data data, DataSelection dataSelection, String name) Clone the data choice and then save it off in a CacheDataSource -
Uses of DataSelection in ucar.unidata.idv.control
Fields in ucar.unidata.idv.control declared as DataSelectionModifier and TypeFieldDescriptionprotected DataSelection
DisplayControlImpl.dataSelection
TheDataSelection
that holds any data subsetting specifications (e.g., time).protected DataSelection
GridTrajectoryControl.dataSelection1
_more_protected DataSelection
GridTrajectoryControlNew.dataSelection1
_more_ScatterDisplay.dataSelectionX
_more_ScatterDisplay.dataSelectionY
_more_Methods in ucar.unidata.idv.control that return DataSelectionModifier and TypeMethodDescriptionDisplayControlImpl.getDataSelection()
This is used for xml persistence.protected DataSelection
DisplayControlImpl.updateDataSelection
(DataSelection dataSelection) update the dataselection in preparation for a getData call.Methods in ucar.unidata.idv.control with parameters of type DataSelectionModifier and TypeMethodDescriptionfinal void
DisplayControlImpl.init
(String displayId, List categories, List choices, ControlContext controlContext, String properties, DataSelection dataSelection) This init method is the one actually called by the IDV.final void
DisplayControlImpl.init
(String displayId, List categories, List choices, ControlContext controlContext, Hashtable properties, DataSelection dataSelection) This init method is the one actually called by the IDV.void
DisplayControlImpl.setDataSelection
(DataSelection newDataSelection) This is used for xml persistence.protected DataSelection
DisplayControlImpl.updateDataSelection
(DataSelection dataSelection) update the dataselection in preparation for a getData call. -
Uses of DataSelection in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return DataSelectionModifier and TypeMethodDescriptionDataSelectionWidget.createDataSelection
(boolean addLevels) Create the data selection from everything selected by the user