See: Description
Interface | Description |
---|---|
CoordSysEvaluator.Predicate | |
Join |
An abstract way to 'join' more cols to a row
|
TableConfigurer |
To analyze specific datasets, implement a TableConfigurer, whose job is to
create a TableConfig, used by TableAnalyzer.
|
Class | Description |
---|---|
CoordSysEvaluator |
CoordinateSystem Evaluation utilities.
|
CoordVarExtractor |
Abstract superclass for extracting coordinate values from nested tables.
|
Cursor |
Keeps track of the iteration through nested tables
0 is always innermost nested table, 1 is parent of 0, 2 is parent of 1, etc
|
Evaluator |
Helper routines for Nested Tables
|
Evaluator.VarAtt | |
JoinArray |
Join data from an element of an Array, whose index is passed in as cursor.recnum[0].
|
JoinMuiltdimStructure |
Join data from a row of a Structure, whose index is passed in as recnum[0] / dimLen
|
JoinParentIndex |
Join data from a row of a Structure, whose index is passed in as the value of a member variable of the
leaf StructureData (cursor.table[0]).
|
NestedTable |
Implements "nested table" views of point feature datasets.
|
PointConfigXML |
Helper class to convert a TableConfig to and from XML
|
PointDatasetStandardFactory |
Standard handler for Point obs dataset based on a NetcdfDataset object.
|
StandardPointCollectionImpl |
Implementation of PointFeatureCollection using a NestedTable
|
StandardPointFeatureIterator |
A PointFeatureIterator which uses a NestedTable to implement makeFeature().
|
StandardProfileCollectionImpl |
Nested Table implementation of ProfileCollection
|
StandardSectionCollectionImpl |
Nested Table implementation of SectionCollection.
|
StandardStationCollectionImpl |
Object Heirarchy for StationFeatureCollection:
StationFeatureCollection (StandardStationCollectionImpl
PointFeatureCollectionIterator (anon)
StationFeature (StandardStationFeatureImpl)
PointFeatureIterator (StandardStationPointIterator)
PointFeatureImpl
|
StandardStationProfileCollectionImpl |
Object Heirarchy:
StationProfileFeatureCollection (StandardStationProfileCollectionImpl)
StationProfileFeature (StandardStationProfileFeature)
ProfileFeature (StandardProfileFeature)
PointFeatureIterator (StandardPointFeatureIterator)
PointFeature
|
StandardTrajectoryCollectionImpl |
TrajectoryFeatureCollection using nested tables.
|
Table |
A generalization of a Structure.
|
Table.TableArrayStructure |
ArrayStructure is passed in config.as
Used by
UnidataPointFeature: type StationProfile (deprecated)
|
Table.TableConstruct |
When theres no seperate station table, but info is duplicated in the obs structure.
|
Table.TableContiguous |
Contiguous children, using start and numRecords variables in the parent.
|
Table.TableLinkedList |
Linked list of children, using start variable in the parent, and next in the child.
|
Table.TableMultidimInner | |
Table.TableMultidimInner3D | |
Table.TableMultidimInnerPsuedo |
Used for PsuedoStructure(station, time).
|
Table.TableMultidimInnerPsuedo3D | |
Table.TableMultidimStructure |
Used for Structure(station, time).
|
Table.TableNestedStructure |
A Structure inside of a parent Structure.
|
Table.TableParentId |
The children have a field containing the id of the parent.
|
Table.TableParentIndex |
The children have a field containing the index of the parent.
|
Table.TableSingleton |
Table is a single StructureData, passed in as config.sdata.
|
Table.TableStructure |
A Structure, PsuedoStructure, or Sequence.
|
Table.TableTop |
Table is a single StructureData, which is empty.
|
TableAnalyzer |
Analyzes the coordinate systems of a dataset to try to identify the Feature Type and the
structure of the data.
|
TableConfig |
This encapsulates the info needed by NestedTable to handle point feature "nested table" datasets.
|
TableConfigurerImpl |
Abstract superclass for TableConfigurer implementations
|
Enum | Description |
---|---|
JoinArray.Type | |
Table.CoordName | |
Table.Type | |
TableConfig.StructureType |