|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataCategory | |
|---|---|
| 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. |
| Uses of DataCategory in ucar.unidata.data |
|---|
| Fields in ucar.unidata.data declared as DataCategory | |
|---|---|
protected DataCategory |
DataCategory.child
child of thie DataCategory |
static DataCategory |
DataCategory.COSMIC_SKEWT_CATEGORY
_more_ |
static DataCategory |
DataCategory.ENSEMBLE_CATEGORY
grid ensemble categories |
static DataCategory |
DataCategory.GRID_3D_SKEWT_CATEGORY
Deprecated. use #GRID_3D_SOUNDING_CATEGORY |
static DataCategory |
DataCategory.GRID_3D_SOUNDING_CATEGORY
Grid-derived data appropriate for an aerological sounding display ( DateTime -> (EarthLocationTuple
-> (AirTemperature,
DewPoint))). |
static DataCategory |
DataCategory.LOCATIONS_CATEGORY
Category for locations |
static DataCategory |
DataCategory.NONE_CATEGORY
Category to use for none. |
static DataCategory |
DataCategory.NULL
NULL category |
static DataCategory |
DataCategory.POINT_PLOT_CATEGORY
Point Plot Category |
static DataCategory |
DataCategory.PROFILER_ONESTA_CATEGORY
Profiler data appropriate for a one station time-hgt display |
static DataCategory |
DataCategory.PROFILER_PLAN_CATEGORY
Profiler data appropriate for multi-staiton plan view of winds at hgt; |
static DataCategory |
DataCategory.RAOB_SKEWT_CATEGORY
RAOB-derived data appropriate for a Skew-T display ( DateTime, EarthLocationTuple,
InSituAirTemperatureProfile,
DewPointProfile). |
static DataCategory |
DataCategory.RAOB_SOUNDING_CATEGORY
RAOB-derived data appropriate for a sounding display ( DateTime, EarthLocationTuple,
InSituAirTemperatureProfile,
DewPointProfile). |
static DataCategory |
DataCategory.TRACK_SKEWT_CATEGORY
Deprecated. use #TRACK_SOUNDING_CATEGORY |
static DataCategory |
DataCategory.TRACK_SOUNDING_CATEGORY
Track-derived data appropriate for an aerological sounding display ( DateTime -> (Pressure,
Temperature,
DewPoint,
PolarHorizontalWind,
EarthLocationTuple)). |
static DataCategory |
DataCategory.TRAJECTORY_SOUNDING_CATEGORY
Category for the trajectory feature type data files |
static DataCategory |
DataCategory.XGRF_CATEGORY
Category for the drawing files |
| Methods in ucar.unidata.data that return DataCategory | |
|---|---|
DataCategory |
DataCategory.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 category |
static 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 categories |
static DataCategory |
DataCategory.createCategory(String n1,
String n2,
String n3)
Helper method to instantiate a three categories |
static DataCategory |
DataCategory.createCategory(String n1,
String n2,
String n3,
String n4)
Helper method to instantiate a four categories |
DataCategory |
DataCategory.getChild()
Return the child category of this object. |
DataCategory |
DataChoice.getDisplayCategory()
Return the DataCategory that is meant to be used for displaying
this DataChoice within a UI. |
DataCategory |
DerivedDataDescriptor.getDisplayCategory()
Return the first DataCategory 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 DataCategory | |
|---|---|
void |
DataChoice.addCategory(DataCategory newCategory)
Add the given DataCategory 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 Data |
ListDataChoice.getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Get the data |
protected Data |
DirectDataChoice.getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Get the data that this choice represents. |
protected abstract Data |
DataChoice.getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Return the Data object that this DataChoice represents. |
protected Data |
UserDataChoice.getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
A no-op |
protected Data |
DerivedDataChoice.getData(DataCategory category,
DataSelection incomingDataSelection,
Hashtable requestProperties)
Apply the derived operation. |
protected Data |
DataDataChoice.getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Return the Data object that this DataChoice represents. |
protected Data |
UrlDataChoice.getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Implementation of the getData method. |
protected Data |
UnboundDataChoice.getData(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
A no-op |
Data |
DataSource.getData(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Return the visad.Data object represented by the given dataChoice argument |
Data |
DataSourceImpl.getData(DataChoice dataChoice,
DataCategory category,
DataSelection incomingDataSelection,
Hashtable requestProperties)
Get the data applicable to the DataChoice and selection criteria. |
Data |
DataSource.getData(DataChoice dataChoice,
DataCategory category,
Hashtable requestProperties)
Return the visad.Data object represented by the given dataChoice argument |
Data |
DataSourceImpl.getData(DataChoice dataChoice,
DataCategory dataCategory,
Hashtable requestProperties)
Get the data applicable to the DataChoice and selection criteria. |
protected Data |
DataSourceImpl.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection)
Have this one around for other, non-unidata, datasource implementations. |
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 given DataChoice. |
protected Data |
DataSourceImpl.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Actually get the data identified by the given DataChoce. |
protected Data |
CacheDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
|
protected Object[] |
ListDataChoice.getDataList(DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Get the array of data from the children data choices |
protected 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 DataCategory | |
|---|---|
DataCategory(DataCategory parent,
String name)
Create a category with given parent category and name. |
|
DataCategory(String name,
DataCategory metaCategory)
Create a parent-less category with the given metacategory. |
|
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 DataCategory | |
|---|---|
protected Data |
GeodasDataSource.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 |
KmlDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Actually get the data identified by the given DataChoce. |
protected Data |
DemDataSource.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. |
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 given DataChoice. |
protected Data |
PlaceFileDataSource.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 DataCategory | |
|---|---|
DataCategory |
GridDataSource.getEnsDCategory()
Get the ensemble data categories |
| Methods in ucar.unidata.data.grid with parameters of type DataCategory | |
|---|---|
protected Data |
Vis5DDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Get the data described by the selection parameters |
protected Data |
GeoGridDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection givenDataSelection,
Hashtable requestProperties)
Get the Data object specified by the particular selection criteria. |
| Uses of DataCategory in ucar.unidata.data.imagery |
|---|
| Methods in ucar.unidata.data.imagery with parameters of type DataCategory | |
|---|---|
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 given DataChoice. |
protected Data |
ImageDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Create the actual data represented by the given DataChoice. |
| Uses of DataCategory in ucar.unidata.data.point |
|---|
| Methods in ucar.unidata.data.point with parameters of type DataCategory | |
|---|---|
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. |
| Uses of DataCategory in ucar.unidata.data.profiler |
|---|
| Methods in ucar.unidata.data.profiler with parameters of type DataCategory | |
|---|---|
protected Data |
EOLProfilerDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Actually get the data identified by the given DataChoce. |
protected 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. |
| Uses of DataCategory in ucar.unidata.data.radar |
|---|
| Fields in ucar.unidata.data.radar declared as DataCategory | |
|---|---|
static DataCategory |
RadarDataSource.CATEGORY_CAPPI
Radar data appropriate for CAPPIE |
static DataCategory |
RadarDataSource.CATEGORY_ISOSURFACE
Radar data appropriate for radar isosurface |
static DataCategory |
RadarDataSource.CATEGORY_ISOSURFACE_TIME
Radar data appropriate for radar isosurface |
static DataCategory |
RadarDataSource.CATEGORY_RASTER_2D
The 2D radar sweep category |
static DataCategory |
RadarDataSource.CATEGORY_RASTER_2D_TIME
The 2D radar sweep category with time |
static DataCategory |
RadarDataSource.CATEGORY_RHI
Radar data appropriate for RHI |
static DataCategory |
RadarDataSource.CATEGORY_RHISWEEP
RHI sweep category |
static DataCategory |
RadarDataSource.CATEGORY_SWEEP_2D
The 2D radar sweep category |
static DataCategory |
RadarDataSource.CATEGORY_SWEEP_2D_TIME
The 2D radar sweep category |
static DataCategory |
RadarDataSource.CATEGORY_SWEEP_3D
2d sweep category |
static DataCategory |
RadarDataSource.CATEGORY_SWEEP_3D_TIME
3d sweep category |
static DataCategory |
RadarDataSource.CATEGORY_TH
The radar time height category |
static DataCategory |
RadarDataSource.CATEGORY_VCS
Radar data appropriate for radar vertical cross section |
static DataCategory |
RadarDataSource.CATEGORY_VOLUME
Radar data appropriate for radar volume |
static DataCategory |
RadarDataSource.CATEGORY_VWP
The radar vertical wind profiler category |
| Methods in ucar.unidata.data.radar with parameters of type DataCategory | |
|---|---|
protected 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 DataCategory | |
|---|---|
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 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 |
RaobDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Get the VisAD Data object orresponding to
DataChoice,
DataCategory,
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. |
| Uses of DataCategory in ucar.unidata.data.text |
|---|
| Methods in ucar.unidata.data.text with parameters of type DataCategory | |
|---|---|
protected Data |
MovieDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Override the base class to do nothing. |
protected Data |
DrawingDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Actually get the data identified by the given DataChoce. |
protected Data |
TextDataSource.getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Actually get the data identified by the given DataChoce. |
protected Data |
AddeTextDataSource.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. |
| Uses of DataCategory in ucar.unidata.idv |
|---|
| Methods in ucar.unidata.idv with parameters of type DataCategory | |
|---|---|
boolean |
ControlDescriptor.applicableTo(DataCategory category)
Wrapper that calls applicableTo with a list that contains the given category |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||