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.
|
ucar.nc2.dataset.conv |
Parses the information in netCDF datasets using Conventions, and extracts
information about coordinate systems.
|
ucar.nc2.dataset.transform |
Pluggable framework for handling Coordinate Transforms, both Projections and Vertical.
|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.coordsys | |
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
ucar.nc2.ft.point.standard.plug |
package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets
|
ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
ucar.nc2.ft.radial | |
ucar.nc2.grib.collection | |
ucar.nc2.iosp |
General classes for I/O Service Providers
|
ucar.nc2.iosp.bufr |
I/O Service Provider for BUFR format files
|
ucar.nc2.iosp.cinrad |
I/O Service Provider for chinese met radar files
|
ucar.nc2.iosp.dmsp |
I/O Service Provider for Defense Meteorological Satellite Program (DMSP) format files
|
ucar.nc2.iosp.dorade |
I/O Service Provider for Dorade format files
|
ucar.nc2.iosp.fysat |
I/O Service Provider for fysat format files
In clcommon because of dependencce on java.awt.*
|
ucar.nc2.iosp.gini |
I/O Service Provider for GINI format files
In clcommon because of dependencce on java.awt.*
|
ucar.nc2.iosp.grads |
I/O Service Provider for GrADS Binary Grid Files.
|
ucar.nc2.iosp.hdf4 |
I/O Service Provider for HDF-4 format files
|
ucar.nc2.iosp.hdf5 |
I/O Service Provider for HDF-5 and netCDF-4 format files
|
ucar.nc2.iosp.misc |
Miscellaneous IOSPs.
|
ucar.nc2.iosp.netcdf3 |
I/O Service Provider for NetCDF-3 format files
|
ucar.nc2.iosp.nexrad2 |
I/O Service Provider for NEXRAD level 2 format files
|
ucar.nc2.iosp.nids |
I/O Service Provider for NIDS (Nexrad level 3) format files
|
ucar.nc2.iosp.noaa | |
ucar.nc2.iosp.nowrad | |
ucar.nc2.iosp.shapefile | |
ucar.nc2.iosp.sigmet | |
ucar.nc2.iosp.uamiv | |
ucar.nc2.iosp.uf | |
ucar.nc2.jni.netcdf | |
ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
ucar.nc2.stream | |
ucar.nc2.util |
Miscellaneous utility classes.
|
ucar.nc2.write | |
ucar.unidata.geoloc.vertical |
Implementations of vertical coordinate transformations.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Variable,Array> |
DapNetcdfFile.arraymap
Originally, the array for a variable was stored
using var.setCacheData().
|
Modifier and Type | Method and Description |
---|---|
protected Array |
DapNetcdfFile.readData(Variable cdmvar,
Section section)
Primary read entry point.
|
long |
DapNetcdfFile.readToByteChannel(Variable v,
Section section,
WritableByteChannel channel)
Read databuffer from a top level Variable
and send databuffer to a WritableByteChannel.
|
Modifier and Type | Method and Description |
---|---|
List<Array> |
DapNetcdfFile.readArrays(List<Variable> variables)
Do a bulk read on a list of Variables and
return a corresponding list of Array that contains the results
of a full read on each Variable.
|
Modifier and Type | Method and Description |
---|---|
static Variable |
CDMUtil.unwrap(Variable var)
NetcdfDataset can end up wrapping a variable
in multiple wrapping classes (e.g.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CDMUtil.hasVLEN(Variable v)
Test if any dimension is variable length
|
static boolean |
CDMUtil.isWhole(List<Range> rangelist,
Variable var)
Test a List
|
static Variable |
CDMUtil.unwrap(Variable var)
NetcdfDataset can end up wrapping a variable
in multiple wrapping classes (e.g.
|
Modifier and Type | Field and Description |
---|---|
protected Variable |
CDMDataCompoundArray.cdmvar |
Modifier and Type | Method and Description |
---|---|
protected DapAtomicVariable |
CDMDSP.buildatomicvar(Variable cdmvar) |
protected DapAtomicVariable |
CDMDSP.buildenumvar(Variable cdmvar) |
protected void |
CDMDSP.buildmaps(DapVariable dapvar,
Variable var) |
protected DapAtomicVariable |
CDMDSP.buildopaquevar(Variable cdmvar) |
protected DapSequence |
CDMDSP.buildsequence(Variable cdmbasevar) |
protected DapAtomicVariable |
CDMDSP.buildstringvar(Variable cdmvar) |
protected DapStructure |
CDMDSP.buildstructvar(Variable cdmvar) |
protected DapNode |
CDMDSP.buildvariable(Variable cdmvar,
DapNode parent) |
protected DapNode |
CDMDSP.buildvariable(Variable cdmbasevar,
List<Dimension> cdmdims,
DapNode parent) |
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
|
Modifier and Type | Field and Description |
---|---|
Variable |
ParsedSectionSpec.v |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,Variable> |
Structure.memberHash |
protected List<Variable> |
Structure.members |
protected List<Variable> |
NetcdfFile.variables |
protected List<Variable> |
Group.variables |
Modifier and Type | Method and Description |
---|---|
Variable |
Structure.addMemberVariable(Variable v)
Add a member variable
|
Variable |
NetcdfFileWriter.addStringVariable(Group g,
String shortName,
List<Dimension> dims,
int max_strlen)
Add a variable with DataType = String to the file.
|
Variable |
NetcdfFile.addStringVariable(Group g,
String shortName,
String dims,
int strlen)
Create a new Variable of type Datatype.CHAR, and add to the given group.
|
Variable |
NetcdfFileWriter.addStringVariable(Group g,
Variable stringVar,
List<Dimension> dims)
Add a variable with DataType = String to a netCDF-3 file.
|
Variable |
NetcdfFileWriteable.addStringVariable(String varName,
List<Dimension> dims,
int max_strlen)
Deprecated.
Add a variable with DataType = String to the file.
|
Variable |
NetcdfFileWriter.addStructureMember(Structure s,
String shortName,
DataType dtype,
String dims) |
Variable |
NetcdfFileWriter.addVariable(Group g,
String shortName,
DataType dataType,
List<Dimension> dims)
Add a variable to the file.
|
Variable |
NetcdfFileWriter.addVariable(Group g,
String shortName,
DataType dataType,
String dimString)
Add a variable to the file.
|
Variable |
NetcdfFile.addVariable(Group g,
String shortName,
DataType dtype,
String dims)
Create a new Variable, and add to the given group.
|
Variable |
NetcdfFileWriter.addVariable(Group g,
Structure parent,
String shortName,
DataType dataType,
List<Dimension> dims)
Add a variable to the file.
|
Variable |
NetcdfFile.addVariable(Group g,
Variable v)
Add a Variable to the given group.
|
Variable |
NetcdfFileWriteable.addVariable(String varName,
Class componentType,
Dimension[] dims)
Deprecated.
use addVariable(String varName, DataType dataType, ArrayList dims);
|
Variable |
NetcdfFileWriteable.addVariable(String varName,
DataType dataType,
Dimension[] dims)
Deprecated.
Add a variable to the file.
|
Variable |
NetcdfFileWriteable.addVariable(String shortName,
DataType dataType,
List<Dimension> dims)
Deprecated.
Add a variable to the file.
|
Variable |
NetcdfFileWriteable.addVariable(String varName,
DataType dataType,
String dims)
Deprecated.
Add a variable to the file.
|
Variable |
FileWriter2.addVariable(Variable oldVar)
Specify which variable will get written
|
protected Variable |
Variable.copy() |
protected Variable |
Structure.copy() |
Variable |
NetcdfFile.findVariable(Group g,
String shortName) |
Variable |
NetcdfFileWriter.findVariable(String fullNameEscaped) |
Variable |
NetcdfFile.findVariable(String fullNameEscaped)
Find a Variable, with the specified (escaped full) name.
|
Variable |
Structure.findVariable(String shortName)
Find the Variable member with the specified (short) name.
|
Variable |
Group.findVariable(String varShortName)
Find the Variable with the specified (short) name in this group.
|
Variable |
NetcdfFile.findVariableByAttribute(Group g,
String attName,
String attValue) |
Variable |
Group.findVariableOrInParent(String varShortName)
Find the Variable with the specified (short) name in this group or a parent group.
|
Variable |
Variable.reduce(List<Dimension> dims)
Create a new Variable that is a logical view of this Variable, by
eliminating the specified dimension(s) of length 1.
|
Variable |
NetcdfFileWriter.renameVariable(String oldName,
String newName)
Rename a Variable.
|
Variable |
NetcdfFileWriteable.renameVariable(String oldName,
String newName)
Deprecated.
Rename a Variable.
|
Variable |
Variable.section(List<Range> ranges)
Create a new Variable that is a logical subsection of this Variable.
|
Variable |
VariableIF.section(List<Range> ranges) |
Variable |
Sequence.section(Section subsection)
UnsupportedOperation
|
Variable |
Variable.section(Section subsection)
Create a new Variable that is a logical subsection of this Variable.
|
Variable |
Variable.setImmutable()
Make this immutable.
|
Variable |
Structure.setImmutable() |
Variable |
Sequence.slice(int dim,
int value)
UnsupportedOperation
|
Variable |
Variable.slice(int dim,
int value)
Create a new Variable that is a logical slice of this Variable, by
fixing the specified dimension at the specified index value.
|
Modifier and Type | Method and Description |
---|---|
List<Variable> |
NetcdfFile.getVariables()
Get all of the variables in the file, in all groups.
|
List<Variable> |
Structure.getVariables()
Get the variables contained directly in this Structure.
|
List<Variable> |
Group.getVariables()
Get the Variables contained directly in this group.
|
Modifier and Type | Method and Description |
---|---|
Variable |
Structure.addMemberVariable(Variable v)
Add a member variable
|
Variable |
NetcdfFileWriter.addStringVariable(Group g,
Variable stringVar,
List<Dimension> dims)
Add a variable with DataType = String to a netCDF-3 file.
|
Variable |
NetcdfFile.addVariable(Group g,
Variable v)
Add a Variable to the given group.
|
void |
Group.addVariable(Variable v)
Add a Variable
|
Variable |
FileWriter2.addVariable(Variable oldVar)
Specify which variable will get written
|
boolean |
NetcdfFileWriter.addVariableAttribute(Variable v,
Attribute att)
Add an attribute to the named Variable.
|
Attribute |
NetcdfFile.addVariableAttribute(Variable v,
Attribute att)
Add a variable attribute.
|
Attribute |
NetcdfFileWriter.deleteVariableAttribute(Variable v,
String attName)
Delete a variable Attribute.
|
String |
NetcdfFile.findAttValueIgnoreCase(Variable v,
String attName,
String defaultValue)
Find a String-valued global or variable Attribute by
Attribute name (ignore case), return the Value of the Attribute.
|
static String |
Variable.getDAPName(String name,
Variable context) |
static String |
Variable.getDAPName(Variable v) |
static String |
ParsedSectionSpec.makeSectionSpecString(Variable v,
List<Range> ranges)
Make section specification String from a range list for a Variable.
|
static String |
NCdumpW.printVariableDataSection(Variable v,
String sectionSpec,
CancelTask ct)
Print a section of the data of the given Variable.
|
double |
NetcdfFile.readAttributeDouble(Variable v,
String attName,
double defValue) |
int |
NetcdfFile.readAttributeInteger(Variable v,
String attName,
int defValue) |
protected Array |
NetcdfFile.readData(Variable v,
Section ranges) |
protected long |
NetcdfFile.readToByteChannel(Variable v,
Section section,
WritableByteChannel wbc)
Read data from a top level Variable and send data to a WritableByteChannel.
|
protected long |
NetcdfFile.readToOutputStream(Variable v,
Section section,
OutputStream out) |
Array |
Variable.reallyRead(Variable client,
CancelTask cancelTask)
public by accident, do not call directly.
|
Array |
ProxyReader.reallyRead(Variable client,
CancelTask cancelTask)
Read all the data for a Variable.
|
Array |
ReduceReader.reallyRead(Variable client,
CancelTask cancelTask) |
Array |
StructurePseudo.reallyRead(Variable mainv,
CancelTask cancelTask)
Deprecated.
|
Array |
Variable.reallyRead(Variable client,
Section section,
CancelTask cancelTask)
public by accident, do not call directly.
|
Array |
ProxyReader.reallyRead(Variable client,
Section section,
CancelTask cancelTask)
Read a section of the data for a Variable.
|
Array |
ReduceReader.reallyRead(Variable client,
Section section,
CancelTask cancelTask) |
Array |
StructurePseudo.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask)
Deprecated.
|
boolean |
Group.remove(Variable v)
Remove a Variable : uses the variable hashCode to find it.
|
boolean |
Structure.removeMemberVariable(Variable v)
Remove a Variable : uses the Variable name to find it.
|
boolean |
StructurePseudo.removeMemberVariable(Variable v)
Deprecated.
|
Attribute |
NetcdfFileWriter.renameVariableAttribute(Variable v,
String attName,
String newName)
Rename a variable Attribute.
|
boolean |
Structure.replaceMemberVariable(Variable newVar)
Replace a Variable with another that has the same name : uses the variable name to find it.
|
void |
NetcdfFileWriter.updateAttribute(Variable v2,
Attribute att)
Update the value of an existing attribute.
|
void |
NetcdfFileWriteable.updateAttribute(Variable v2,
Attribute att)
Deprecated.
Update the value of an existing attribute.
|
void |
NetcdfFileWriter.write(Variable v,
Array values)
Write data to the named variable, origin assumed to be 0.
|
void |
NetcdfFileWriter.write(Variable v,
int[] origin,
Array values)
Write data to the named variable.
|
static void |
NCdumpW.writeNcMLVariable(Variable v,
Formatter out) |
void |
NetcdfFileWriter.writeStringData(Variable v,
Array values)
Write String data to a CHAR variable, origin assumed to be 0.
|
void |
NetcdfFileWriter.writeStringData(Variable v,
int[] origin,
Array values)
Write String data to a CHAR variable.
|
void |
FileWriter.writeVariable(Variable oldVar)
Deprecated.
Add a Variable to the file.
|
Modifier and Type | Method and Description |
---|---|
double |
FileWriter2.copyVarData(List<Variable> oldVars,
Structure recordVar,
CancelTask cancel)
Write data from varList into new file.
|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
List<Variable> varlist,
Structure recordVar,
List<FileWriter.FileWriterProgressListener> progressListeners)
Deprecated.
Write data from varList into new file.
|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
List<Variable> varlist,
Structure recordVar,
long delay)
Deprecated.
|
List<Array> |
NetcdfFile.readArrays(List<Variable> variables)
Do a bulk read on a list of Variables and
return a corresponding list of Array that contains the results
of a full read on each Variable.
|
void |
Structure.setMemberVariables(List<Variable> vars)
Set the list of member variables.
|
void |
FileWriter.writeVariables(List<Variable> varList)
Deprecated.
Add a list of Variables to the file.
|
Constructor and Description |
---|
ParsedSectionSpec(Variable v,
Section section) |
Variable(Variable from)
Copy constructor.
|
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 | Field and Description |
---|---|
protected Variable |
VariableDS.orgVar |
Variable |
CoordSysBuilder.VarProcess.v |
Modifier and Type | Method and Description |
---|---|
Variable |
NetcdfDataset.addVariable(Group g,
Variable v) |
protected Variable |
CoordinateAxis1DTime.copy() |
protected Variable |
CoordinateAxis2D.copy() |
protected Variable |
StructureDS.copy() |
protected Variable |
CoordinateAxis1D.copy() |
protected Variable |
StructurePseudoDS.copy() |
protected Variable |
VariableDS.copy() |
protected Variable |
CoordinateAxis.copy() |
Variable |
StructureDS.getOriginalVariable()
A StructureDS may wrap another Structure.
|
Variable |
VariableEnhanced.getOriginalVariable() |
Variable |
VariableDS.getOriginalVariable()
A VariableDS usually wraps another Variable.
|
Modifier and Type | Method and Description |
---|---|
Variable |
NetcdfDataset.addVariable(Group g,
Variable v) |
protected boolean |
CoordSysBuilder.isCoordinateAxisForVariable(Variable axis,
VariableEnhanced v)
Does this axis "fit" this variable.
|
protected CoordinateTransform |
CoordSysBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
CoordinateTransform |
CoordTransBuilderIF.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make a CoordinateTransform from a Coordinate Transform Variable.
|
static CoordinateTransform |
CoordTransBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv,
Formatter parseInfo,
Formatter errInfo)
Make a CoordinateTransform object from the parameters in a Coordinate Transform Variable, using an intrinsic or
registered CoordTransBuilder.
|
static List<Dimension> |
CoordinateSystem.makeDomain(Variable[] axes) |
Array |
StructureDS.reallyRead(Variable client,
CancelTask cancelTask) |
Array |
StructurePseudoDS.reallyRead(Variable mainv,
CancelTask cancelTask) |
Array |
VariableDS.reallyRead(Variable client,
CancelTask cancelTask) |
Array |
StructureDS.reallyRead(Variable client,
Section section,
CancelTask cancelTask) |
Array |
StructurePseudoDS.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask) |
Array |
VariableDS.reallyRead(Variable client,
Section section,
CancelTask cancelTask) |
boolean |
StructurePseudoDS.removeMemberVariable(Variable v) |
boolean |
ReplaceVariableCheck.replace(Variable v) |
void |
StructureDS.setOriginalVariable(Variable orgVar)
Set the Structure to wrap.
|
void |
VariableEnhanced.setOriginalVariable(Variable orgVar) |
void |
VariableDS.setOriginalVariable(Variable orgVar)
Set the Variable to wrap.
|
void |
NetcdfDataset.setValues(Variable v,
int npts,
double start,
double incr)
Deprecated.
use Variable.setValues()
|
void |
NetcdfDataset.setValues(Variable v,
List<String> values)
Deprecated.
use Variable.setValues()
|
static void |
DatasetConstructor.transferVariableAttributes(Variable src,
Variable target)
Copy attributes from src to target, skip ones that already exist (by name)
|
Constructor and Description |
---|
VariableDS(Group group,
Structure parent,
String shortName,
Variable orgVar)
Make a new VariableDS, delegate data reading to the original variable, but otherwise
dont take any info from it.
|
VariableDS(Group g,
Variable orgVar,
boolean enhance)
Wrap the given Variable, making it into a VariableDS.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CSMConvention.addParameter2(CoordinateTransform rs,
String paramName,
NetcdfFile ds,
Variable v,
String attName,
boolean readData)
Add a Parameter to a CoordinateTransform.
|
protected CoordinateTransform |
CSMConvention.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
Modifier and Type | Method and Description |
---|---|
Variable |
RadialDatasetSweep.Sweep.getsweepVar() |
Modifier and Type | Method and Description |
---|---|
static Variable |
UnidataObsDatasetHelper.findVariable(NetcdfFile ds,
String name)
Deprecated.
|
static Variable |
UnidataObsDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Deprecated.
Tries to find the coordinate variable of the specified type.
|
Modifier and Type | Method and Description |
---|---|
protected double |
PointObsDatasetImpl.getTime(Variable timeVar,
StructureData sdata)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Variable |
TrajectoryObsDatasetImpl.dimVar
Deprecated.
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.Config.dimVar
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.elevVar
Deprecated.
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.Config.elevVar
_more_
|
protected Variable |
SingleTrajectoryObsDataset.elevVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.Config.elevVar |
protected Variable |
UnidataTrajectoryObsDataset2.elevVar
Deprecated.
|
protected Variable |
MultiTrajectoryObsDataset.elevVar
Deprecated.
|
protected Variable |
TrajectoryObsDatasetImpl.latVar
Deprecated.
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.Config.latVar
_more_
|
protected Variable |
SingleTrajectoryObsDataset.latVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.Config.latVar |
protected Variable |
UnidataTrajectoryObsDataset2.latVar
Deprecated.
|
protected Variable |
MultiTrajectoryObsDataset.latVar
Deprecated.
|
protected Variable |
TrajectoryObsDatasetImpl.lonVar
Deprecated.
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.Config.lonVar
_more_
|
protected Variable |
SingleTrajectoryObsDataset.lonVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.Config.lonVar |
protected Variable |
UnidataTrajectoryObsDataset2.lonVar
Deprecated.
|
protected Variable |
MultiTrajectoryObsDataset.lonVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.timeVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.Config.timeVar |
protected Variable |
UnidataTrajectoryObsDataset2.timeVar
Deprecated.
|
protected Variable |
MultiTrajectoryObsDataset.timeVar
Deprecated.
|
protected Variable |
UnidataTrajectoryObsDataset2.trajVar
Deprecated.
|
protected Variable |
MultiTrajectoryObsDataset.trajVar
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Variable |
TrajectoryObsDatasetImpl.Config.getDimensionVar()
_more_
|
Variable |
TrajectoryObsDatasetImpl.Config.getElevVar()
_more_
|
Variable |
SingleTrajectoryObsDataset.Config.getElevVar() |
Variable |
TrajectoryObsDatasetImpl.Config.getLatVar()
_more_
|
Variable |
SingleTrajectoryObsDataset.Config.getLatVar() |
Variable |
TrajectoryObsDatasetImpl.Config.getLonVar()
_more_
|
Variable |
SingleTrajectoryObsDataset.Config.getLonVar() |
Variable |
SingleTrajectoryObsDataset.Config.getTimeVar() |
Modifier and Type | Method and Description |
---|---|
void |
TrajectoryObsDatasetImpl.Config.setDimensionVar(Variable dimVar)
_more_
|
void |
TrajectoryObsDatasetImpl.Config.setElevVar(Variable elevVar)
_more_
|
void |
SingleTrajectoryObsDataset.Config.setElevVar(Variable elevVar) |
void |
TrajectoryObsDatasetImpl.Config.setLatVar(Variable latVar)
_more_
|
void |
SingleTrajectoryObsDataset.Config.setLatVar(Variable latVar) |
void |
TrajectoryObsDatasetImpl.Config.setLonVar(Variable lonVar)
_more_
|
void |
SingleTrajectoryObsDataset.Config.setLonVar(Variable lonVar) |
void |
SingleTrajectoryObsDataset.Config.setTimeVar(Variable timeVar) |
void |
MultiTrajectoryObsDataset.setTrajectoryInfo(Dimension trajDim,
Variable trajVar,
Dimension timeDim,
Variable timeVar,
Variable latVar,
Variable lonVar,
Variable elevVar)
Deprecated.
Setup needed for all MultiTrajectoryObsDatatypes.
|
Constructor and Description |
---|
Config(String trajectoryId,
Dimension trajectoryDim,
Variable dimVar,
Variable latVar,
Variable lonVar,
Variable elevVar)
_more_
|
Config(String trajectoryId,
Dimension timeDim,
Variable timeVar,
Variable latVar,
Variable lonVar,
Variable elevVar) |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
PointFeatureCollection.getExtraVariables()
Other variables needed for co,pleteness, eg joined coordinate variables
|
List<Variable> |
NestedPointFeatureCollection.getExtraVariables()
Other variables needed for co,pleteness, eg joined coordinate variables
|
Modifier and Type | Method and Description |
---|---|
Section |
GeoReferencingCoordSys.mapIndex(Variable targetVar,
Variable fromVar,
int[] fromIndex) |
double |
GeoReferencingCoordSys.readGeoXCoord(Variable fromVar,
int[] index) |
double |
GeoReferencingCoordSys.readGeoYCoord(Variable fromVar,
int[] index) |
double |
GeoReferencingCoordSys.readGeoZCoord(Variable fromVar,
int[] index) |
double |
GeoReferencingCoordSys.readHeightCoord(Variable fromVar,
int[] index) |
double |
GeoReferencingCoordSys.readLatitudeCoord(Variable fromVar,
int[] index) |
double |
GeoReferencingCoordSys.readLongitudeCoord(Variable fromVar,
int[] index) |
double |
GeoReferencingCoordSys.readPressureCoord(Variable fromVar,
int[] index) |
double |
GeoReferencingCoordSys.readTimeCoord(Variable fromVar,
int[] index) |
double |
GeoReferencingCoordSys.readValue(Variable targetVar,
Variable fromVar,
int[] index) |
Modifier and Type | Field and Description |
---|---|
protected List<Variable> |
OneNestedPointCollectionImpl.extras |
protected List<Variable> |
MultipleNestedPointCollectionImpl.extras |
protected List<Variable> |
PointCollectionImpl.extras |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
OneNestedPointCollectionImpl.getExtraVariables() |
List<Variable> |
MultipleNestedPointCollectionImpl.getExtraVariables() |
List<Variable> |
PointCollectionImpl.getExtraVariables() |
Constructor and Description |
---|
PointIteratorMultidim(String name,
List<Variable> vars,
int outerIndex,
PointFeatureIterator.Filter filter) |
Modifier and Type | Field and Description |
---|---|
Variable |
Evaluator.VarAtt.var |
Modifier and Type | Method and Description |
---|---|
static Variable |
Evaluator.findVariableWithAttributeAndDimension(NetcdfDataset ds,
String att_name,
String att_value,
Dimension outer,
Formatter errlog) |
static Variable |
Evaluator.findVariableWithAttributeValue(NetcdfDataset ds,
String attName,
String attValue)
Find first variable with given attribute name and value.
|
static Variable |
Evaluator.findVariableWithAttributeValue(Structure struct,
String attName,
String attValue)
Find first member variable in this struct with given attribute name and value
|
Variable |
JoinParentIndex.getExtraVariable() |
Variable |
JoinMuiltdimStructure.getExtraVariable() |
Variable |
JoinArray.getExtraVariable() |
Variable |
Join.getExtraVariable() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Evaluator.isEffectivelyScaler(Variable v) |
Constructor and Description |
---|
VarAtt(Variable var,
Attribute att) |
Modifier and Type | Method and Description |
---|---|
static Variable |
UnidataPointDatasetHelper.findVariable(NetcdfFile ds,
String name) |
static Variable |
UnidataPointDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Variable> |
CFPointWriter.dataMap |
protected List<Variable> |
CFPointWriter.extra |
Modifier and Type | Method and Description |
---|---|
static Array |
CFPointWriterUtils.getArrayFromMember(Variable var,
StructureMembers.Member m) |
Modifier and Type | Method and Description |
---|---|
protected void |
CFPointWriter.addCoordinatesClassic(Dimension recordDim,
List<VariableSimpleIF> coords,
Map<String,Variable> varMap) |
protected void |
CFPointWriter.addDataVariablesClassic(Dimension recordDim,
StructureData stnData,
Map<String,Variable> varMap,
String coordVars) |
protected int |
CFPointWriter.writeStructureData(int recno,
Structure s,
StructureData sdata,
Map<String,Variable> varMap) |
protected int |
CFPointWriter.writeStructureDataClassic(Map<String,Variable> varMap,
int[] origin,
StructureData sdata) |
Modifier and Type | Method and Description |
---|---|
Variable |
RadialSweepFeature.getSweepVar() |
Modifier and Type | Method and Description |
---|---|
protected void |
Grib2Iosp.addVariableAttributes(Variable v,
GribCollectionImmutable.VariableIndex vindex) |
protected abstract void |
GribIosp.addVariableAttributes(Variable v,
GribCollectionImmutable.VariableIndex vindex) |
protected void |
Grib1Iosp.addVariableAttributes(Variable v,
GribCollectionImmutable.VariableIndex vindex) |
Array |
GribIosp.readData(Variable v2,
Section section) |
long |
GribIosp.streamToByteChannel(Variable v2,
Section section,
WritableByteChannel channel) |
Modifier and Type | Method and Description |
---|---|
Array |
IOServiceProvider.readData(Variable v2,
Section section)
Read data from a top level Variable and return a memory resident Array.
|
long |
IOServiceProvider.readToByteChannel(Variable v2,
Section section,
WritableByteChannel channel)
Read data from a top level Variable and send data to a WritableByteChannel.
|
long |
AbstractIOServiceProvider.readToByteChannel(Variable v2,
Section section,
WritableByteChannel channel) |
long |
IOServiceProvider.readToOutputStream(Variable v2,
Section section,
OutputStream out) |
long |
AbstractIOServiceProvider.readToOutputStream(Variable v2,
Section section,
OutputStream out) |
long |
IOServiceProvider.streamToByteChannel(Variable v2,
Section section,
WritableByteChannel channel) |
long |
AbstractIOServiceProvider.streamToByteChannel(Variable v2,
Section section,
WritableByteChannel channel) |
void |
IOServiceProviderWriter.updateAttribute(Variable v2,
Attribute att)
Update the value of an existing attribute.
|
void |
IOServiceProviderWriter.writeData(Variable v2,
Section section,
Array values)
Write data into a variable.
|
Modifier and Type | Method and Description |
---|---|
Array |
BufrIosp2.readData(Variable v2,
Section section) |
Modifier and Type | Method and Description |
---|---|
Variable |
Cinrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
String abbrev,
List groups) |
Modifier and Type | Method and Description |
---|---|
Array |
Cinrad2IOServiceProvider.readData(Variable v2,
Section section) |
Modifier and Type | Method and Description |
---|---|
Array |
DMSPiosp.readData(Variable v2,
Section section) |
Modifier and Type | Method and Description |
---|---|
Array |
Doradeiosp.readData(Variable v2,
Section section) |
Array |
Doradeiosp.readData1(Variable v2,
Section section,
float[] values) |
Array |
Doradeiosp.readData2(Variable v2,
Section section,
double[] values) |
Modifier and Type | Method and Description |
---|---|
Array |
Fysatiosp.readCompressedData(Variable v2,
long dataPos,
int[] origin,
int[] shape,
int[] stride) |
Array |
Fysatiosp.readCompressedZlib(Variable v2,
long dataPos,
int nx,
int ny,
int[] origin,
int[] shape,
int[] stride) |
Array |
Fysatiosp.readData(Variable v2,
Section section) |
Array |
Fysatiosp.readDataOld(Variable v2,
long dataPos,
int[] origin,
int[] shape,
int[] stride) |
Modifier and Type | Method and Description |
---|---|
Array |
Giniiosp.readCompressedData(Variable v2,
long dataPos,
int[] origin,
int[] shape,
int[] stride,
int[] levels) |
Array |
Giniiosp.readCompressedZlib(Variable v2,
long dataPos,
int nx,
int ny,
int[] origin,
int[] shape,
int[] stride,
int[] levels) |
Array |
Giniiosp.readData(Variable v2,
Section section) |
Array |
Giniiosp.readDataOld(Variable v2,
long dataPos,
int[] origin,
int[] shape,
int[] stride) |
Array |
Giniiosp.readNestedData(Variable v2,
List section) |
Modifier and Type | Method and Description |
---|---|
Array |
GradsBinaryGridServiceProvider.readData(Variable v2,
Section section)
Read the data for the variable
|
Modifier and Type | Method and Description |
---|---|
Array |
H4iosp.readData(Variable v,
Section section) |
Modifier and Type | Method and Description |
---|---|
void |
H5diag.deflate(Formatter f,
Variable v) |
Array |
H5iosp.readData(Variable v2,
Section section) |
void |
H5diag.showCompress(Variable v,
H5header.Vinfo vinfo,
ucar.nc2.iosp.hdf5.H5diag.Size total,
Formatter f) |
Modifier and Type | Method and Description |
---|---|
protected Variable |
AbstractLightningIOSP.makeLightningVariable(NetcdfFile ncfile,
Group group,
Structure seq,
String name,
DataType dataType,
String dims,
String longName,
String cfName,
String units,
AxisType type)
Make lightning variables
|
Modifier and Type | Method and Description |
---|---|
Array |
NmcObsLegacy.readData(Variable v,
Section section) |
Array |
Nldn.readData(Variable v2,
Section section)
Read data from a top level Variable and return a memory resident Array.
|
Array |
Uspln.readData(Variable v2,
Section section)
Read data from a top level Variable and return a memory resident Array.
|
Array |
GtopoIosp.readData(Variable v2,
Section wantSection) |
Array |
NmcObsLegacy.readReport(Variable v,
Section section) |
Array |
NmcObsLegacy.readReportIndex(Variable v,
Section section) |
Modifier and Type | Field and Description |
---|---|
protected Map<Variable,N3streamWriter.Vinfo> |
N3streamWriter.vinfoMap |
Modifier and Type | Method and Description |
---|---|
Array |
N3iosp.readData(Variable v2,
Section section) |
long |
N3iosp.readToByteChannel(Variable v2,
Section section,
WritableByteChannel channel) |
void |
N3iosp.updateAttribute(Variable v2,
Attribute att)
Update the value of an existing attribute.
|
void |
N3iosp.writeData(Variable v2,
Section section,
Array values) |
void |
N3outputStreamWriter.writeNonRecordData(Variable v,
DataOutputStream stream,
Array data) |
Modifier and Type | Method and Description |
---|---|
void |
N3outputStreamWriter.writeRecordData(DataOutputStream stream,
List<Variable> varList) |
Modifier and Type | Method and Description |
---|---|
Variable |
Nexrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
String abbrev,
List<List<Level2Record>> groups,
int rd) |
Modifier and Type | Method and Description |
---|---|
Array |
Nexrad2IOServiceProvider.readData(Variable v2,
Section section) |
Modifier and Type | Method and Description |
---|---|
Array |
Nidsiosp.readData(Variable v2,
Section section)
Read the data for each variable passed in
|
Array |
Nidsiosp.readNestedData(Variable v2,
Section section)
Read nested structure data
|
Modifier and Type | Method and Description |
---|---|
Array |
IgraPor.readData(Variable v2,
Section section) |
Array |
Ghcnm2.readData(Variable v2,
Section section) |
Array |
Ghcnm.readData(Variable v2,
Section section)
Returns an ArraySequence, no subsetting is allowed.
|
Modifier and Type | Method and Description |
---|---|
Array |
NOWRadiosp.readData(Variable v2,
Section section)
Read the data for each variable passed in
|
Modifier and Type | Method and Description |
---|---|
Array |
ShapefileIosp.readData(Variable v2,
Section section) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Variable> |
SigmetIOServiceProvider.init(RandomAccessFile raf,
NetcdfFile ncfile,
Map<String,String> hdrNames)
Define Dimensions, Variables, Attributes in ncfile
|
Modifier and Type | Method and Description |
---|---|
Array |
SigmetIOServiceProvider.readData(Variable v2,
Section section) |
Array |
SigmetIOServiceProvider.readData1(Variable v2,
Section section)
Read data from a top level Variable and return a memory resident Array.
|
Array |
SigmetIOServiceProvider.readFloatData(LayoutRegular index,
Variable v2)
Read data from a top level Variable of FLOAT data type and return a memory resident Array.
|
Array |
SigmetIOServiceProvider.readIntData(LayoutRegular index,
Variable v2)
Read data from a top level Variable of INTEGER data type and return a memory resident Array.
|
long |
SigmetIOServiceProvider.readToByteChannel11(Variable v2,
Section section,
WritableByteChannel channel)
Read data from a top level Variable and send data to a WritableByteChannel.
|
Modifier and Type | Method and Description |
---|---|
void |
SigmetIOServiceProvider.doNetcdfFileCoordinate(NetcdfFile ncfile,
int[] bst,
short[] yr,
short[] m,
short[] dda,
ArrayList<Variable> varList,
Map<String,Number> recHdr)
Fill all of the variables/attributes in the ncfile
|
Modifier and Type | Method and Description |
---|---|
Array |
UAMIVServiceProvider.readData(Variable v2,
Section wantSection)
Read data from a top level Variable and return a memory resident Array.
|
Modifier and Type | Method and Description |
---|---|
Variable |
UFiosp.makeVariable(NetcdfFile ncfile,
String shortName,
String longName,
String abbrev,
List<List<Ray>> groups) |
Modifier and Type | Method and Description |
---|---|
Array |
UFiosp.readData(Variable v2,
Section section) |
Modifier and Type | Method and Description |
---|---|
Array |
Nc4Iosp.readData(Variable v2,
Section section) |
void |
Nc4Iosp.updateAttribute(Variable v2,
Attribute att) |
void |
Nc4Iosp.writeData(Variable v2,
Section section,
Array values) |
Modifier and Type | Method and Description |
---|---|
protected Variable |
Aggregation.findVariable(NetcdfFile ncfile,
Variable mainV) |
protected Variable |
Aggregation.Dataset.findVariable(NetcdfFile ncfile,
Variable mainV) |
Modifier and Type | Method and Description |
---|---|
protected Variable |
Aggregation.findVariable(NetcdfFile ncfile,
Variable mainV) |
protected Variable |
Aggregation.Dataset.findVariable(NetcdfFile ncfile,
Variable mainV) |
protected Array |
Aggregation.Dataset.read(Variable mainv,
CancelTask cancelTask) |
protected Array |
Aggregation.Dataset.read(Variable mainv,
CancelTask cancelTask,
List<Range> section)
Read a section of the local Variable.
|
Array |
Aggregation.DatasetProxyReader.reallyRead(Variable mainV,
CancelTask cancelTask) |
Array |
AggregationOuterDimension.reallyRead(Variable mainv,
CancelTask cancelTask)
Read an aggregation variable: A variable whose data spans multiple files.
|
Array |
AggregationTiled.reallyRead(Variable mainv,
CancelTask cancelTask) |
Array |
Aggregation.DatasetProxyReader.reallyRead(Variable mainV,
Section section,
CancelTask cancelTask) |
Array |
AggregationOuterDimension.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask)
Read a section of an aggregation variable.
|
Array |
AggregationTiled.reallyRead(Variable mainv,
Section wantSection,
CancelTask cancelTask) |
String |
NcMLWriter.writeXML(Variable v) |
Modifier and Type | Method and Description |
---|---|
Array |
NcStreamIosp.readData(Variable v,
Section section) |
protected Array |
CdmRemote.readData(Variable v,
Section section) |
long |
NcStreamWriter.sendData(Variable v,
Section section,
OutputStream out,
boolean deflate) |
long |
NcStreamWriterChannel.sendData(Variable v,
Section section,
WritableByteChannel wbc,
boolean deflate) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompareNetcdf2.ObjFilter.attCheckOk(Variable v,
Attribute att) |
boolean |
CompareNetcdf2.Netcdf4ObjectFilter.attCheckOk(Variable v,
Attribute att) |
boolean |
CompareNetcdf2.compareVariable(Variable org,
Variable copy) |
boolean |
CompareNetcdf2.ObjFilter.varDataTypeCheckOk(Variable v) |
boolean |
CompareNetcdf2.Netcdf4ObjectFilter.varDataTypeCheckOk(Variable v) |
Modifier and Type | Method and Description |
---|---|
long[] |
Nc4ChunkingStrategyGrib.computeChunking(Variable v) |
long[] |
Nc4Chunking.computeChunking(Variable v) |
long[] |
Nc4ChunkingDefault.computeChunking(Variable v) |
protected int[] |
Nc4ChunkingStrategy.computeChunkingFromAttribute(Variable v) |
protected Attribute |
Nc4ChunkingStrategy.getChunkAttribute(Variable v) |
int |
Nc4ChunkingStrategyNone.getDeflateLevel(Variable v) |
int |
Nc4Chunking.getDeflateLevel(Variable v) |
int |
Nc4ChunkingStrategy.getDeflateLevel(Variable v) |
boolean |
Nc4ChunkingStrategyGrib.isChunked(Variable v) |
boolean |
Nc4ChunkingStrategyNone.isChunked(Variable v) |
boolean |
Nc4Chunking.isChunked(Variable v) |
boolean |
Nc4ChunkingDefault.isChunked(Variable v) |
boolean |
Nc4ChunkingStrategyNone.isShuffle(Variable v) |
boolean |
Nc4Chunking.isShuffle(Variable v) |
boolean |
Nc4ChunkingStrategy.isShuffle(Variable v) |
Modifier and Type | Method and Description |
---|---|
protected Array |
VerticalTransformImpl.readArray(Variable v,
int timeIndex)
Read the data
Array from the variable, at the specified
time index if applicable. |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.