| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
| ucar.nc2.dods |
OpenDAP-netCDF library.
|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses spherical coordinate system.
|
| ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
| ucar.nc2.ft |
Scientific feature types package
|
| ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
| ucar.nc2.ft.point.collection | |
| ucar.nc2.ft.point.remote | |
| ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
| ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types
|
| ucar.nc2.iosp.adde |
IOSP for ADDE servers
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VariableIF
The public interface to a Variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Sequence
Sequence is a one-dimensional Structure with indeterminate length.
|
class |
Structure
A Structure is a type of Variable that contains other Variables, like a struct in C.
|
class |
StructurePseudo
Deprecated.
use ucar.nc2.dataset.StructurePseudoDS
|
class |
Variable
A Variable is a logical container for data.
|
class |
VariableSimpleAdapter
Adapt a StructureMembers.Member into a VariableSimpleIF.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<VariableSimpleIF> |
VariableSimpleAdapter.convert(StructureMembers sm) |
| Modifier and Type | Method and Description |
|---|---|
int |
VariableSimpleAdapter.compareTo(VariableSimpleIF o)
Sort by name
|
int |
Variable.compareTo(VariableSimpleIF o)
Sort by name
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VariableEnhanced
Public interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoordinateAxis
A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.
|
class |
CoordinateAxis1D
A 1-dimensional Coordinate Axis.
|
class |
CoordinateAxis1DTime
A 1-dimensional Coordinate Axis representing Calendar time.
|
class |
CoordinateAxis2D
A 2-dimensional numeric Coordinate Axis.
|
class |
SequenceDS
Enhance sequence
|
class |
StructureDS
An "enhanced" Structure.
|
class |
StructurePseudo2Dim
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
|
class |
StructurePseudoDS
Make a collection of variables with the same outer dimension into a fake Structure.
|
class |
VariableDS
An wrapper around a Variable, creating an "enhanced" Variable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DODSGrid
A DODS Grid.
|
class |
DODSStructure
A DODS Structure.
|
class |
DODSVariable
A read-only DODS-netCDF Variable.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RadialDatasetSweep.RadialVariable
A data Variable with radial geometry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VariableSimpleSubclass
Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed.
|
| Modifier and Type | Field and Description |
|---|---|
protected VariableSimpleIF |
VariableSimpleSubclass.v |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<VariableSimpleIF> |
TypedDatasetImpl.dataVariables |
| Modifier and Type | Method and Description |
|---|---|
VariableSimpleIF |
TypedDatasetImpl.getDataVariable(java.lang.String shortName) |
VariableSimpleIF |
TypedDataset.getDataVariable(java.lang.String shortName)
Get the named data Variable.
|
VariableSimpleIF |
TrajectoryObsDatatype.getDataVariable(java.lang.String name)
Get the named data Variable.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VariableSimpleIF> |
TypedDatasetImpl.getDataVariables() |
java.util.List<VariableSimpleIF> |
TypedDataset.getDataVariables()
The data Variables available in this dataset.
|
java.util.List<VariableSimpleIF> |
RadialDatasetSweep.getDataVariables()
The radial data variables available in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
int |
VariableSimpleSubclass.compareTo(VariableSimpleIF o)
Sort by name
|
| Constructor and Description |
|---|
VariableSimpleSubclass(VariableSimpleIF v) |
| Modifier and Type | Method and Description |
|---|---|
VariableSimpleIF |
GridDataset.getDataVariable(java.lang.String shortName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VariableSimpleIF> |
GridDataset.getDataVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
WriterStationObsDataset.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars) |
void |
WriterCFStationObsDataset.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars,
int numrec) |
void |
WriterProfileObsDataset.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars,
int nprofiles,
java.lang.String altVarName) |
| Modifier and Type | Class and Description |
|---|---|
class |
RadialDatasetSweepAdapter.MyRadialVariableAdapter |
| Modifier and Type | Method and Description |
|---|---|
VariableSimpleIF |
UnidataTrajectoryObsDataset2.getDataVariable(java.lang.String shortName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VariableSimpleIF> |
UnidataTrajectoryObsDataset2.getDataVariables() |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<VariableSimpleIF> |
FeatureDatasetImpl.dataVariables |
| Modifier and Type | Method and Description |
|---|---|
VariableSimpleIF |
FeatureDatasetImpl.getDataVariable(java.lang.String shortName) |
VariableSimpleIF |
FeatureDataset.getDataVariable(java.lang.String shortName)
Get the named data Variable.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VariableSimpleIF> |
FeatureDatasetImpl.getDataVariables() |
java.util.List<VariableSimpleIF> |
FeatureDataset.getDataVariables()
The data Variables available in this dataset.
|
| Modifier and Type | Method and Description |
|---|---|
PointFeatureCollection |
StationTimeSeriesFeatureCollection.flatten(java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.List<VariableSimpleIF> varList)
Flatten into a PointFeatureCollection, discarding connectedness information.
|
| Modifier and Type | Method and Description |
|---|---|
PointFeatureCollection |
StationTimeSeriesCollectionImpl.flatten(java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.List<VariableSimpleIF> varList) |
| Constructor and Description |
|---|
RecordDatasetHelper(NetcdfDataset ncfile,
java.lang.String obsTimeVName,
java.lang.String nomTimeVName,
java.util.List<VariableSimpleIF> typedDataVariables,
java.lang.String recDimName,
java.util.Formatter errBuffer)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<VariableSimpleIF> |
CompositeStationCollection.dataVariables |
protected java.util.List<VariableSimpleIF> |
CompositePointCollection.dataVariables |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VariableSimpleIF> |
CompositeStationCollection.getDataVariables() |
java.util.List<VariableSimpleIF> |
CompositePointCollection.getDataVariables() |
| Modifier and Type | Method and Description |
|---|---|
PointFeatureCollection |
CompositeStationCollection.flatten(java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.List<VariableSimpleIF> varList) |
| Constructor and Description |
|---|
CompositeStationCollection(java.lang.String name,
TimedCollection dataCollection,
java.util.List<Station> stns,
java.util.List<VariableSimpleIF> dataVariables) |
CompositeStationCollectionFlattened(java.lang.String name,
java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.List<VariableSimpleIF> varList,
TimedCollection stnCollections) |
| Constructor and Description |
|---|
PointDatasetRemote(FeatureType wantFeatureType,
java.lang.String uri,
java.util.List<VariableSimpleIF> vars,
LatLonRect bb,
DateRange dr) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VariableSimpleIF> |
NestedTable.getDataVariables() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<VariableSimpleIF> |
FeatureDatasetPointXML.getDataVariables(org.jdom.Document doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriterCFPointDataset.writeHeader(java.util.List<? extends VariableSimpleIF> vars,
int numrec)
Deprecated.
|
void |
WriterCFStationCollection.writeHeader(java.util.List<Station> stns,
java.util.List<VariableSimpleIF> vars,
DateUnit timeUnit) |
void |
WriterCFPointCollection.writeHeader(java.util.List<VariableSimpleIF> vars,
DateUnit timeUnit,
java.lang.String altUnits) |
| Constructor and Description |
|---|
PointObVar(VariableSimpleIF v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddeVariable
A Variable implemented through an ADDE server.
|