Uses of Class
ucar.nc2.ft.point.standard.Table.TableStructure

Packages that use Table.TableStructure
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
 

Uses of Table.TableStructure in ucar.nc2.ft.point.standard
 

Subclasses of Table.TableStructure in ucar.nc2.ft.point.standard
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.TableMultidimInnerPsuedo
          Used for PsuedoStructure(station, time).
static class Table.TableMultidimInnerPsuedo3D
           
static class Table.TableMultidimStructure
          Used for Structure(station, time).
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.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.