|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
ucar.nc2.ft.point.standard | package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types |
Uses of Table in ucar.nc2.ft.point.standard |
---|
Subclasses of Table in ucar.nc2.ft.point.standard | |
---|---|
static class |
Table.TableArrayStructure
ArrayStructure is passed in config.as Used by UnidataPointFeature: type StationProfile (deprecated) |
static class |
Table.TableConstruct
When theres no seperate station table, but info is duplicated in the obs structure. |
static class |
Table.TableContiguous
Contiguous children, using start and numRecords variables in the parent. |
static class |
Table.TableLinkedList
Linked list of children, using start variable in the parent, and next in the child. |
static class |
Table.TableMultidimInner
|
static class |
Table.TableMultidimInner3D
|
static class |
Table.TableMultidimInnerPsuedo
Used for PsuedoStructure(station, time). |
static class |
Table.TableMultidimInnerPsuedo3D
|
static class |
Table.TableMultidimStructure
Used for Structure(station, time). |
static class |
Table.TableNestedStructure
A Structure inside of a parent Structure. |
static class |
Table.TableParentId
The children have a field containing the id of the parent. |
static class |
Table.TableParentIndex
The children have a field containing the index of the parent. |
static class |
Table.TableSingleton
Table is a single StructureData, passed in as config.sdata. |
static class |
Table.TableStructure
A Structure, PsuedoStructure, or Sequence. |
static class |
Table.TableTop
Table is a single StructureData, which is empty. |
Methods in ucar.nc2.ft.point.standard that return Table | |
---|---|
static Table |
Table.factory(NetcdfDataset ds,
TableConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |