Uses of Class
ucar.unidata.data.DataCategory
Packages that use DataCategory
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.
-
Uses of DataCategory in ucar.unidata.data
Fields in ucar.unidata.data declared as DataCategoryModifier and TypeFieldDescriptionprotected DataCategory
DataCategory.child
child of thie DataCategorystatic final DataCategory
DataCategory.COSMIC_SKEWT_CATEGORY
_more_static final DataCategory
DataCategory.ENSEMBLE_CATEGORY
grid ensemble categoriesstatic final DataCategory
DataCategory.GRID_3D_SKEWT_CATEGORY
Grid-derived data appropriate for a Skew-T display (DateTime
-> (EarthLocationTuple
-> (AirTemperature
,DewPoint
))).static final DataCategory
DataCategory.GRID_3D_SOUNDING_CATEGORY
Grid-derived data appropriate for an aerological sounding display (DateTime
-> (EarthLocationTuple
-> (AirTemperature
,DewPoint
))).static final DataCategory
DataCategory.LOCATIONS_CATEGORY
Category for locationsstatic final DataCategory
DataCategory.NONE_CATEGORY
Category to use for none.static final DataCategory
DataCategory.NULL
NULL categorystatic final DataCategory
DataCategory.POINT_PLOT_CATEGORY
Point Plot Categorystatic final DataCategory
DataCategory.PROFILER_ONESTA_CATEGORY
Profiler data appropriate for a one station time-hgt displaystatic final DataCategory
DataCategory.PROFILER_PLAN_CATEGORY
Profiler data appropriate for multi-staiton plan view of winds at hgt;static final DataCategory
DataCategory.RAOB_SKEWT_CATEGORY
RAOB-derived data appropriate for a Skew-T display (DateTime
,EarthLocationTuple
,InSituAirTemperatureProfile
,DewPointProfile
).static final DataCategory
DataCategory.RAOB_SOUNDING_CATEGORY
RAOB-derived data appropriate for a sounding display (DateTime
,EarthLocationTuple
,InSituAirTemperatureProfile
,DewPointProfile
).static final DataCategory
DataCategory.TRACK_SKEWT_CATEGORY
Track-derived data appropriate for a Skew-T display (DateTime
-> (Pressure
,Temperature
,DewPoint
,PolarHorizontalWind
,EarthLocationTuple
)).static final DataCategory
DataCategory.TRACK_SOUNDING_CATEGORY
Track-derived data appropriate for an aerological sounding display (DateTime
-> (Pressure
,Temperature
,DewPoint
,PolarHorizontalWind
,EarthLocationTuple
)).static final DataCategory
DataCategory.TRAJECTORY_SOUNDING_CATEGORY
Category for the trajectory feature type data filesstatic final DataCategory
DataCategory.XGRF_CATEGORY
Category for the drawing filesMethods in ucar.unidata.data that return DataCategoryModifier and TypeMethodDescriptionDataCategory.copyAndAppend
(String append) Append the string to the data category and return a new category.static DataCategory
DataCategory.createCategory
(String n1) Helper method to instantiate a single categorystatic DataCategory
DataCategory.createCategory
(String[] names) Create a DataCategory from the array of names.static DataCategory
DataCategory.createCategory
(String n1, String n2) Helper method to instantiate two categoriesstatic DataCategory
DataCategory.createCategory
(String n1, String n2, String n3) Helper method to instantiate a three categoriesstatic DataCategory
DataCategory.createCategory
(String n1, String n2, String n3, String n4) Helper method to instantiate a four categoriesDataCategory.getChild()
Return the child category of this object.DataChoice.getDisplayCategory()
Return theDataCategory
that is meant to be used for displaying this DataChoice within a UI.DerivedDataDescriptor.getDisplayCategory()
Return the firstDataCategory
in the list of categories that is for display purposes.static DataCategory
DataCategory.parseCategory
(String c, boolean forDisplay) Parse out a string of the form "catname1-catname2-catnameN" and return a chain of category objects representing catname1->catname2->catnameN.Methods in ucar.unidata.data with parameters of type DataCategoryModifier and TypeMethodDescriptionvoid
DataChoice.addCategory
(DataCategory newCategory) Add the givenDataCategory
into the list of data categories.boolean
DataCategory.applicableTo
(DataCategory d) Check to see if this object is applicable to the given DataCategory argument.protected abstract Data
DataChoice.getData
(DataCategory category, DataSelection dataSelection, 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.DataSource.getData
(DataChoice dataChoice, DataCategory category, Hashtable requestProperties) Return the visad.Data object represented by the given dataChoice argumentDataSource.getData
(DataChoice dataChoice, DataCategory category, DataSelection dataSelection, Hashtable requestProperties) Return the visad.Data object represented by the given dataChoice argumentDataSourceImpl.getData
(DataChoice dataChoice, DataCategory dataCategory, Hashtable requestProperties) Get the data applicable to the DataChoice and selection criteria.DataSourceImpl.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 void
ListDataChoice.inherit
(DataCategory src) This method determines the type of inheritance defined by the given DataCategory.void
DataCategory.setChild
(DataCategory child) Sets the child member of this category.Constructors in ucar.unidata.data with parameters of type DataCategoryModifierConstructorDescriptionDataCategory
(String name, DataCategory metaCategory) Create a parent-less category with the given metacategory.DataCategory
(DataCategory parent, String name) Create a category with given parent category and name.DataChoice
(Object id, String description, DataCategory category) Create a new DataChoice. -
Uses of DataCategory in ucar.unidata.data.gis
Methods in ucar.unidata.data.gis with parameters of type DataCategoryModifier and TypeMethodDescriptionprotected 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 DataCategory in ucar.unidata.data.grid
Methods in ucar.unidata.data.grid that return DataCategoryModifier and TypeMethodDescriptionGridDataSource.getEnsDCategory()
Get the ensemble data categoriesMethods in ucar.unidata.data.grid with parameters of type DataCategoryModifier and TypeMethodDescriptionprotected 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 parameters -
Uses of DataCategory in ucar.unidata.data.imagery
Methods in ucar.unidata.data.imagery with parameters of type DataCategoryModifier and TypeMethodDescriptionprotected 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_ -
Uses of DataCategory in ucar.unidata.data.point
Methods in ucar.unidata.data.point with parameters of type DataCategoryModifier and TypeMethodDescriptionprotected 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_ -
Uses of DataCategory in ucar.unidata.data.profiler
Methods in ucar.unidata.data.profiler with parameters of type DataCategoryModifier 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 DataCategory in ucar.unidata.data.radar
Fields in ucar.unidata.data.radar declared as DataCategoryModifier and TypeFieldDescriptionstatic final DataCategory
RadarDataSource.CATEGORY_CAPPI
Radar data appropriate for CAPPIEstatic final DataCategory
RadarDataSource.CATEGORY_ISOSURFACE
Radar data appropriate for radar isosurfacestatic final DataCategory
RadarDataSource.CATEGORY_ISOSURFACE_TIME
Radar data appropriate for radar isosurfacestatic final DataCategory
RadarDataSource.CATEGORY_RASTER_2D
The 2D radar sweep categorystatic final DataCategory
RadarDataSource.CATEGORY_RASTER_2D_TIME
The 2D radar sweep category with timestatic final DataCategory
RadarDataSource.CATEGORY_RHI
Radar data appropriate for RHIstatic final DataCategory
RadarDataSource.CATEGORY_RHISWEEP
RHI sweep categorystatic final DataCategory
RadarDataSource.CATEGORY_SWEEP_2D
The 2D radar sweep categorystatic final DataCategory
RadarDataSource.CATEGORY_SWEEP_2D_TIME
The 2D radar sweep categorystatic final DataCategory
RadarDataSource.CATEGORY_SWEEP_3D
2d sweep categorystatic final DataCategory
RadarDataSource.CATEGORY_SWEEP_3D_TIME
3d sweep categorystatic final DataCategory
RadarDataSource.CATEGORY_TH
The radar time height categorystatic final DataCategory
RadarDataSource.CATEGORY_VCS
Radar data appropriate for radar vertical cross sectionstatic final DataCategory
RadarDataSource.CATEGORY_VOLUME
Radar data appropriate for radar volumestatic final DataCategory
RadarDataSource.CATEGORY_VWP
The radar vertical wind profiler categoryMethods in ucar.unidata.data.radar with parameters of type DataCategoryModifier and TypeMethodDescriptionprotected Data
RadarDataSource.getDataInner
(DataChoice dataChoice, DataCategory category, DataSelection subset, Hashtable requestProperties) Get the data for the given DataChoice and selection criteria. -
Uses of DataCategory in ucar.unidata.data.sounding
Methods in ucar.unidata.data.sounding with parameters of type DataCategoryModifier and TypeMethodDescriptionprotected 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. -
Uses of DataCategory in ucar.unidata.data.text
Methods in ucar.unidata.data.text with parameters of type DataCategoryModifier 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 DataCategory in ucar.unidata.idv
Methods in ucar.unidata.idv with parameters of type DataCategoryModifier and TypeMethodDescriptionboolean
ControlDescriptor.applicableTo
(DataCategory category) Wrapper that calls applicableTo with a list that contains the given category