Package | Description |
---|---|
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
Modifier and Type | Class and Description |
---|---|
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–2015 UCAR/Unidata. All rights reserved.