Package | Description |
---|---|
dap4.cdm | |
dap4.cdmshared | |
dap4.servlet | |
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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<CDMNode,Array> |
CDMDataset.arraymap |
Modifier and Type | Method and Description |
---|---|
Map<CDMNode,Array> |
CDMDataset.getArrayMap() |
Modifier and Type | Method and Description |
---|---|
Array |
CDMDataset.getArray(CDMNode node) |
void |
CDMDataset.putArray(CDMNode node,
Array array) |
Modifier and Type | Method and Description |
---|---|
CDMNode |
NodeMap.get(DapNode node) |
Modifier and Type | Method and Description |
---|---|
Map<DapNode,CDMNode> |
NodeMap.getCDMMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeMap.containsKey(CDMNode node) |
DapNode |
NodeMap.get(CDMNode cdmnode) |
void |
NodeMap.put(DapNode dapnode,
CDMNode cdmnode)
Given a dapnode <-> cdmnode pair, insert
into the maps
|
void |
NodeMap.remove(DapNode dapnode,
CDMNode cdmnode)
Given a dapnode <-> cdmnode pair, remove
from the maps
|
Modifier and Type | Method and Description |
---|---|
CDMNode |
CDMDSP.getCDMNode(DapNode dapnode)
Lookup a dapnode in the dap nodemap.
|
Modifier and Type | Method and Description |
---|---|
protected DapNode |
CDMDSP.lookupNode(CDMNode cdmnode)
Lookup a cdmnode in the cdmnodemap.
|
protected void |
CDMDSP.recordNode(CDMNode cdmnode,
DapNode dapnode)
Record a cdmnode+dapnode in the nodemap.
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute
An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group.
|
class |
Dimension
A Dimension is used to define the array shape of a Variable.
|
class |
EnumTypedef
Enumeration Typedef map integers to Strings.
|
class |
Group
A Group is a logical collection of Variables.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static CDMNode |
CDMNode.unwrap(CDMNode node)
NetcdfDataset can end up wrapping a variable
in multiple wrapping classes (e.g.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
NetcdfFile.makeFullName(CDMNode v)
Given a CDMNode, create its full name with
appropriate backslash escaping.
|
protected static String |
NetcdfFile.makeFullName(CDMNode node,
String reservedChars)
Given a CDMNode, create its full name with
appropriate backslash escaping of the specified characters.
|
protected static String |
NetcdfFile.makeFullNameSectionSpec(CDMNode v)
Given a CDMNode, create its full name with
appropriate backslash escaping for use in a section spec.
|
static CDMNode |
CDMNode.unwrap(CDMNode node)
NetcdfDataset can end up wrapping a variable
in multiple wrapping classes (e.g.
|
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.
|
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.