- cancel - Variable in class dap4.cdm.DapNetcdfFile
-
- CDMArray - Interface in dap4.cdm
-
It is convenient to be able to create
a common "parent" interface for all
the CDM array classes
- CDMArrayAtomic - Class in dap4.cdm
-
CDMArrayAtomic wraps a D4DataAtomic object to present
the ucar.ma2.Array interface.
- CDMArraySequence - Class in dap4.cdm
-
CDM now has an ArraySequence type intended to
support VLEN.
- CDMArraySequence.SDI - Class in dap4.cdm
-
- CDMArraySequence.SDI() - Constructor for class dap4.cdm.CDMArraySequence.SDI
-
- CDMArrayStructure - Class in dap4.cdm
-
Implementation of ArrayStructure that wraps
DAP4 databuffer
(Note: Needs serious optimization applied).
- CDMCompiler - Class in dap4.cdm
-
The goal for the CDM compiler is two-fold:
1.
- CDMCompiler(DapNetcdfFile, D4DSP) - Constructor for class dap4.cdm.CDMCompiler
-
Constructor
- CDMDataset - Class in dap4.cdm
-
Wrap D4DSP to project the CDM API.
- close() - Method in class dap4.cdm.DapNetcdfFile
-
Close all resources (files, sockets, etc) associated with this file.
- closed - Variable in class dap4.cdm.DapNetcdfFile
-
- compileAtomicVar(DataVariable) - Method in class dap4.cdm.CDMCompiler
-
Compile an Atomic Valued variable.
- compileDMR() - Method in class dap4.cdm.CDMCompiler
-
Convert a DMR to equivalent CDM meta-databuffer
and populate a NetcdfFile with it.
- compileSequence(D4DataSequence) - Method in class dap4.cdm.CDMCompiler
-
Compile a sequence.
- compileSequenceArray(D4DataVariable) - Method in class dap4.cdm.CDMCompiler
-
Compile an array of sequences.
- compileStructure(D4DataStructure, int, CDMArrayStructure) - Method in class dap4.cdm.CDMCompiler
-
Compile a single structure instance.
- compileStructureArray(D4DataVariable) - Method in class dap4.cdm.CDMCompiler
-
Compile an array of structures.
- compileVar(DataVariable) - Method in class dap4.cdm.CDMCompiler
-
- computeTotalSize() - Method in class dap4.cdm.CDMArrayAtomic
-
- computeTotalSize() - Method in class dap4.cdm.CDMArraySequence
-
- computeTotalSize() - Method in class dap4.cdm.CDMArrayStructure
-
- copy() - Method in class dap4.cdm.CDMArraySequence
-
- copy() - Method in class dap4.cdm.CDMArrayStructure
-
- copyFrom1DJavaArray(IndexIterator, Object) - Method in class dap4.cdm.CDMArrayAtomic
-
- copyTo1DJavaArray(IndexIterator, Object) - Method in class dap4.cdm.CDMArrayAtomic
-
- create() - Method in class dap4.cdm.DSPToCDM
-
Do the conversion and return a NodeMap
representing the conversion.
- createAttribute(DapAttribute, NodeMap) - Method in class dap4.cdm.DSPToCDM
-
Our goal is to convert, where possible, to a
list of objects to a list of values
acceptable to the ucar.nc2.Attribute class
- createAttribute(String, DapAttribute, NodeMap) - Method in class dap4.cdm.DSPToCDM
-
- createDimension(DapDimension, Group, NodeMap) - Method in class dap4.cdm.DSPToCDM
-
- createDimensionRef(DapDimension, Group, NodeMap) - Method in class dap4.cdm.DSPToCDM
-
- createEnum(DapEnum, Group, NodeMap) - Method in class dap4.cdm.DSPToCDM
-
- createGroup(DapGroup, Group, NetcdfFile, NodeMap) - Method in class dap4.cdm.DSPToCDM
-
- createVar(DapVariable, NetcdfFile, NodeMap, Group, Structure) - Method in class dap4.cdm.DSPToCDM
-
Create a variable or field
- createView(Index) - Method in class dap4.cdm.CDMArrayAtomic
-