| 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.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.dods |
OpenDAP-netCDF library.
|
| 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 spherical coordinate system.
|
| ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
| 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.radial | |
| ucar.nc2.iosp |
General classes for I/O Service Providers
|
| ucar.nc2.iosp.adde |
IOSP for ADDE servers
|
| ucar.nc2.iosp.cinrad |
I/O Service Provider for chinese met radar files
|
| ucar.nc2.iosp.dmsp |
I/O Service Provider for DMSP format files
|
| ucar.nc2.iosp.dorade |
I/O Service Provider for Dorade format files
|
| ucar.nc2.iosp.fysat | |
| ucar.nc2.iosp.gempak | |
| ucar.nc2.iosp.gini |
I/O Service Provider for GINI format files
|
| ucar.nc2.iosp.grads |
I/O Service Provider for GrADS Binary Grid Files.
|
| ucar.nc2.iosp.grid | |
| 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.mcidas | |
| 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.sigmet | |
| ucar.nc2.iosp.uamiv | |
| ucar.nc2.iosp.uf | |
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| ucar.nc2.stream | |
| ucar.nc2.util |
Miscellaneous utility classes.
|
| ucar.unidata.geoloc.vertical |
Implementations of vertical coordinate transformations.
|
| 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 java.util.HashMap<java.lang.String,Variable> |
Structure.memberHash |
protected java.util.List<Variable> |
Structure.members |
protected java.util.List<Variable> |
NetcdfFile.variables |
protected java.util.List<Variable> |
Group.variables |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Structure.addMemberVariable(Variable v)
Add a member variable
|
Variable |
NetcdfFile.addStringVariable(Group g,
java.lang.String shortName,
java.lang.String dims,
int strlen)
Create a new Variable of type Datatype.CHAR, and add to the given group.
|
Variable |
NetcdfFileWriteable.addStringVariable(java.lang.String varName,
java.util.List<Dimension> dims,
int max_strlen)
Add a variable with DataType = String to the file.
|
Variable |
NetcdfFile.addVariable(Group g,
java.lang.String shortName,
DataType dtype,
java.lang.String dims)
Create a new Variable, and add to the given group.
|
Variable |
NetcdfFile.addVariable(Group g,
Variable v)
Add a Variable to the given group.
|
Variable |
NetcdfFileWriteable.addVariable(java.lang.String varName,
java.lang.Class componentType,
Dimension[] dims)
Deprecated.
use addVariable(String varName, DataType dataType, ArrayList dims);
|
Variable |
NetcdfFileWriteable.addVariable(java.lang.String varName,
DataType dataType,
Dimension[] dims)
Add a variable to the file.
|
Variable |
NetcdfFileWriteable.addVariable(java.lang.String shortName,
DataType dataType,
java.util.List<Dimension> dims)
Add a variable to the file.
|
Variable |
NetcdfFileWriteable.addVariable(java.lang.String varName,
DataType dataType,
java.lang.String dims)
Add a variable to the file.
|
protected Variable |
Variable.copy() |
protected Variable |
Structure.copy() |
Variable |
Structure.findVariable(java.lang.String shortName)
Find the Variable member with the specified (short) name.
|
Variable |
NetcdfFile.findVariable(java.lang.String fullNameEscaped)
Find a Variable, with the specified (escaped full) name.
|
Variable |
Group.findVariable(java.lang.String varShortName)
Find the Variable with the specified (short) name in this group.
|
Variable |
Group.findVariableOrInParent(java.lang.String varShortName)
Find the Variable with the specified (short) name in this group or a parent group.
|
Variable |
NetcdfFileWriteable.renameVariable(java.lang.String oldName,
java.lang.String newName)
Rename a Variable.
|
Variable |
VariableIF.section(java.util.List<Range> ranges) |
Variable |
Variable.section(java.util.List<Range> ranges)
Create a new Variable that is a logical subsection of this Variable.
|
Variable |
Variable.section(Section subsection)
Create a new Variable that is a logical subsection of this Variable.
|
Variable |
Sequence.section(Section subsection)
UnsupportedOperation
|
Variable |
Variable.setImmutable()
Make this immutable.
|
Variable |
Structure.setImmutable() |
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.
|
Variable |
Sequence.slice(int dim,
int value)
UnsupportedOperation
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Variable> |
Dimension.getCoordinateVariables()
Deprecated.
- do not use
|
java.util.List<Variable> |
Structure.getVariables()
Get the variables contained directly in this Structure.
|
java.util.List<Variable> |
NetcdfFile.getVariables()
Get all of the variables in the file, in all groups.
|
java.util.List<Variable> |
Group.getVariables()
Get the Variables contained directly in this group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dimension.addCoordinateVariable(Variable v)
Deprecated.
- do not use
|
Variable |
Structure.addMemberVariable(Variable v)
Add a member variable
|
Variable |
NetcdfFile.addVariable(Group g,
Variable v)
Add a Variable to the given group.
|
void |
Group.addVariable(Variable v)
Add a Variable
|
Attribute |
NetcdfFile.addVariableAttribute(Variable v,
Attribute att)
Add a variable attribute.
|
java.lang.String |
NetcdfFile.findAttValueIgnoreCase(Variable v,
java.lang.String attName,
java.lang.String defaultValue)
Find a String-valued global or variable Attribute by
Attribute name (ignore case), return the Value of the Attribute.
|
protected static java.lang.String |
NetcdfFile.makeFullName(Variable v) |
protected static java.lang.String |
NetcdfFile.makeFullName(Variable v,
java.lang.String reserved) |
protected static java.lang.String |
NetcdfFile.makeFullNameEscaped(Variable v) |
protected static java.lang.String |
NetcdfFile.makeFullNameEscapedSectionSpec(Variable v) |
static java.lang.String |
ParsedSectionSpec.makeSectionSpecString(Variable v,
java.util.List<Range> ranges)
Make section specification String from a range list for a Variable.
|
static java.lang.String |
NCdumpW.printVariableDataSection(Variable v,
java.lang.String sectionSpec,
CancelTask ct)
Print a section of the data of the given Variable.
|
double |
NetcdfFile.readAttributeDouble(Variable v,
java.lang.String attName,
double defValue) |
int |
NetcdfFile.readAttributeInteger(Variable v,
java.lang.String attName,
int defValue) |
protected Array |
NetcdfFile.readData(Variable v,
Section ranges) |
protected long |
NetcdfFile.readToByteChannel(Variable v,
Section section,
java.nio.channels.WritableByteChannel wbc)
Read data from a top level Variable and send data to a WritableByteChannel.
|
Array |
Variable.reallyRead(Variable client,
CancelTask cancelTask)
public by accident, do not call directly.
|
Array |
StructurePseudo.reallyRead(Variable mainv,
CancelTask cancelTask)
Deprecated.
|
Array |
ProxyReader.reallyRead(Variable client,
CancelTask cancelTask)
Read all the data for a Variable.
|
Array |
Variable.reallyRead(Variable client,
Section section,
CancelTask cancelTask)
public by accident, do not call directly.
|
Array |
StructurePseudo.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask)
Deprecated.
|
Array |
ProxyReader.reallyRead(Variable client,
Section section,
CancelTask cancelTask)
Read a section of the data for a Variable.
|
boolean |
Group.remove(Variable v)
Remove a Variable : uses the variable hashCode to find it.
|
boolean |
StructurePseudo.removeMemberVariable(Variable v)
Deprecated.
|
boolean |
Structure.removeMemberVariable(Variable v)
Remove a Variable : uses the Variable name to find it.
|
boolean |
Structure.replaceMemberVariable(Variable newVar)
Replace a Variable with another that has the same name : uses the variable name to find it.
|
void |
NetcdfFileWriteable.updateAttribute(Variable v2,
Attribute att)
Update the value of an existing attribute.
|
static void |
NCdumpW.writeNcMLVariable(Variable v,
java.util.Formatter out) |
void |
FileWriter.writeVariable(Variable oldVar)
Add a Variable to the file.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
java.util.List<Variable> varlist,
Structure recordVar,
java.util.List<FileWriter.FileWriterProgressListener> progressListeners)
Write data from varList into new file.
|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
java.util.List<Variable> varlist,
Structure recordVar,
long delay)
Deprecated.
|
java.util.List<Array> |
NetcdfFile.readArrays(java.util.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(java.util.List<Variable> vars)
Set the list of member variables.
|
void |
FileWriter.writeVariables(java.util.List<Variable> varList)
Add a list of Variables to the file.
|
| Constructor and Description |
|---|
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 |
VariableDS.copy() |
protected Variable |
StructurePseudoDS.copy() |
protected Variable |
StructureDS.copy() |
protected Variable |
CoordinateAxis2D.copy() |
protected Variable |
CoordinateAxis1DTime.copy() |
protected Variable |
CoordinateAxis1D.copy() |
protected Variable |
CoordinateAxis.copy() |
Variable |
VariableEnhanced.getOriginalVariable() |
Variable |
VariableDS.getOriginalVariable()
A VariableDS usually wraps another Variable.
|
Variable |
StructureDS.getOriginalVariable()
A StructureDS may wrap another Structure.
|
| 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.
|
CoordinateTransform |
CoordTransBuilderIF.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make a CoordinateTransform from a Coordinate Transform Variable.
|
protected CoordinateTransform |
CoordSysBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
static CoordinateTransform |
CoordTransBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv,
java.util.Formatter parseInfo,
java.util.Formatter errInfo)
Make a CoordinateTransform object from the parameters in a Coordinate Transform Variable, using an intrinsic or
registered CoordTransBuilder.
|
static java.util.List<Dimension> |
CoordinateSystem.makeDomain(Variable[] axes) |
Array |
VariableDS.reallyRead(Variable client,
CancelTask cancelTask) |
Array |
StructurePseudoDS.reallyRead(Variable mainv,
CancelTask cancelTask) |
Array |
StructureDS.reallyRead(Variable client,
CancelTask cancelTask) |
Array |
VariableDS.reallyRead(Variable client,
Section section,
CancelTask cancelTask) |
Array |
StructurePseudoDS.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask) |
Array |
StructureDS.reallyRead(Variable client,
Section section,
CancelTask cancelTask) |
boolean |
StructurePseudoDS.removeMemberVariable(Variable v) |
boolean |
ReplaceVariableCheck.replace(Variable v) |
void |
VariableEnhanced.setOriginalVariable(Variable orgVar) |
void |
VariableDS.setOriginalVariable(Variable orgVar)
Set the Variable to wrap.
|
void |
StructureDS.setOriginalVariable(Variable orgVar)
Set the Structure to wrap.
|
void |
NetcdfDataset.setValues(Variable v,
int npts,
double start,
double incr)
Deprecated.
use Variable.setValues()
|
void |
NetcdfDataset.setValues(Variable v,
java.util.List<java.lang.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,
java.lang.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,
java.lang.String paramName,
NetcdfFile ds,
Variable v,
java.lang.String attName,
boolean readData)
Add a Parameter to a CoordinateTransform.
|
protected double |
M3IOVGGridConvention.getMissingDataValue(Variable unused) |
protected boolean |
M3IOVGGridConvention.hasMissingData(Variable v) |
protected CoordinateTransform |
CSMConvention.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
| 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 | Method and Description |
|---|---|
protected Variable |
DODSVariable.copy() |
protected Variable |
DODSStructure.copy() |
protected Variable |
DODSGrid.copy() |
| Modifier and Type | Method and Description |
|---|---|
Array |
ConvertD2N.convertNestedVariable(Variable v,
java.util.List<Range> section,
ucar.nc2.dods.DodsV dataV,
boolean flatten)
Convert a DataDDS into an Array for a Structure member variable.
|
Array |
ConvertD2N.convertTopVariable(Variable v,
java.util.List<Range> section,
ucar.nc2.dods.DodsV dataV)
Convert a DataDDS into an Array for a top level variable, ie not a Structure member variable.
|
static java.lang.String |
DODSNetcdfFile.getDODSshortName(Variable var) |
protected Array |
DODSNetcdfFile.readData(Variable v,
Section section) |
long |
DODSNetcdfFile.readToByteChannel(Variable v,
Section section,
java.nio.channels.WritableByteChannel channel) |
Array |
DODSNetcdfFile.readWithCE(Variable v,
java.lang.String CE) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Array> |
DODSNetcdfFile.readArrays(java.util.List<Variable> preloadVariables)
Make a single call to the DODS Server to read all the named variable's data
in one client/server roundtrip.
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
RadialDatasetSweep.Sweep.getsweepVar() |
| Modifier and Type | Field and Description |
|---|---|
protected Variable |
SequenceHelper.altVar |
protected Variable |
DapperDataset.altVar |
protected Variable |
SequenceHelper.latVar |
protected Variable |
DapperDataset.latVar |
protected Variable |
SequenceHelper.lonVar |
protected Variable |
DapperDataset.lonVar |
protected Variable |
SequenceHelper.timeVar |
protected Variable |
DapperDataset.timeVar |
| Modifier and Type | Method and Description |
|---|---|
static Variable |
UnidataObsDatasetHelper.findVariable(NetcdfFile ds,
java.lang.String name) |
static Variable |
UnidataObsDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
PointObsDatasetImpl.getTime(Variable timeVar,
StructureData sdata) |
| Constructor and Description |
|---|
SequenceHelper(NetcdfDataset ncfile,
boolean isProfile,
StructureDS sequenceOuter,
StructureDS sequenceInner,
Variable latVar,
Variable lonVar,
Variable altVar,
Variable timeVar,
java.util.List typedDataVariables,
java.lang.StringBuffer errBuffer)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected Variable |
TrajectoryObsDatasetImpl.dimVar
Deprecated.
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.Config.dimVar
_more_
|
protected Variable |
UnidataTrajectoryObsDataset2.elevVar |
protected Variable |
TrajectoryObsDatasetImpl.elevVar
Deprecated.
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.Config.elevVar
_more_
|
protected Variable |
SingleTrajectoryObsDataset.elevVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.Config.elevVar |
protected Variable |
MultiTrajectoryObsDataset.elevVar
Deprecated.
|
protected Variable |
UnidataTrajectoryObsDataset2.latVar |
protected Variable |
TrajectoryObsDatasetImpl.latVar
Deprecated.
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.Config.latVar
_more_
|
protected Variable |
SingleTrajectoryObsDataset.latVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.Config.latVar |
protected Variable |
MultiTrajectoryObsDataset.latVar
Deprecated.
|
protected Variable |
UnidataTrajectoryObsDataset2.lonVar |
protected Variable |
TrajectoryObsDatasetImpl.lonVar
Deprecated.
_more_
|
protected Variable |
TrajectoryObsDatasetImpl.Config.lonVar
_more_
|
protected Variable |
SingleTrajectoryObsDataset.lonVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.Config.lonVar |
protected Variable |
MultiTrajectoryObsDataset.lonVar
Deprecated.
|
protected Variable |
UnidataTrajectoryObsDataset2.timeVar |
protected Variable |
SingleTrajectoryObsDataset.timeVar
Deprecated.
|
protected Variable |
SingleTrajectoryObsDataset.Config.timeVar |
protected Variable |
MultiTrajectoryObsDataset.timeVar
Deprecated.
|
protected Variable |
UnidataTrajectoryObsDataset2.trajVar |
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 |
|---|
SingleTrajectoryObsDataset.Config(java.lang.String trajectoryId,
Dimension timeDim,
Variable timeVar,
Variable latVar,
Variable lonVar,
Variable elevVar) |
TrajectoryObsDatasetImpl.Config(java.lang.String trajectoryId,
Dimension trajectoryDim,
Variable dimVar,
Variable latVar,
Variable lonVar,
Variable elevVar)
_more_
|
| 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) |
| Constructor and Description |
|---|
PointIteratorMultidim(java.lang.String name,
java.util.List<Variable> vars,
int outerIndex,
PointFeatureIterator.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
protected Variable |
TableConfigurerImpl.findVariableWithStandardNameAndDimension(NetcdfDataset ds,
java.lang.String standard_name,
Dimension outer,
java.util.Formatter errlog) |
protected Variable |
TableConfigurerImpl.findVariableWithStandardNameAndNotDimension(NetcdfDataset ds,
java.lang.String standard_name,
Dimension outer,
java.util.Formatter errlog) |
static Variable |
Evaluator.getVariableWithAttribute(NetcdfDataset ds,
java.lang.String attName) |
static Variable |
Evaluator.getVariableWithAttribute(Structure struct,
java.lang.String attName,
java.lang.String attValue) |
static Variable |
Evaluator.getVariableWithAttributeValue(NetcdfDataset ds,
java.lang.String attName,
java.lang.String attValue) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TableConfigurerImpl.isEffectivelyScaler(Variable v) |
| Modifier and Type | Method and Description |
|---|---|
static Variable |
UnidataPointDatasetHelper.findVariable(NetcdfFile ds,
java.lang.String name) |
static Variable |
UnidataPointDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
RadialSweepFeature.getSweepVar() |
| 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,
java.nio.channels.WritableByteChannel channel)
Read data from a top level Variable and send data to a WritableByteChannel.
|
long |
AbstractIOServiceProvider.readToByteChannel(Variable v2,
Section section,
java.nio.channels.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 | Class and Description |
|---|---|
class |
AddeVariable
A Variable implemented through an ADDE server.
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
Cinrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
java.lang.String shortName,
java.lang.String longName,
java.lang.String abbrev,
java.util.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 |
|---|---|
protected Variable |
GempakStationFileIOSP.makeMissingVariable()
Make the missing variable
|
protected Variable |
GempakStationFileIOSP.makeParamVariable(GempakParameter param,
java.util.List<Dimension> dims)
Make a variable from a GempakParmaeter
|
protected Variable |
GempakStationFileIOSP.makeStationVariable(java.lang.String varname,
Dimension firstDim)
Make a station variable
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Variable> |
GempakStationFileIOSP.makeStationVars(java.util.List<GempakStation> stations,
Dimension dim)
Make the station variables from a representative station
|
| Modifier and Type | Method and Description |
|---|---|
Array |
GempakSurfaceIOSP.readData(Variable v2,
Section section)
Read the data for the variable
|
Array |
GempakSoundingIOSP.readData(Variable v2,
Section section)
Read the data for the variable
|
| 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,
java.util.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 |
|---|---|
boolean |
GridServiceProvider.isMissingXY(Variable v2,
int timeIdx,
int ensIdx,
int levIdx)
Is this XY level missing?
|
Array |
GridServiceProvider.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 |
|---|---|
Array |
H5iosp.readData(Variable v2,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateTransform |
McIDASAreaTransformBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make the coordinate transform
|
Array |
Vis5DIosp.readData(Variable v2,
Section section)
Read the data for the variable
|
Array |
AreaServiceProvider.readData(Variable v2,
Section section)
Read the data for the variable
|
Array |
AreaReader.readVariable(Variable v2,
Section section)
Read the values for a variable
|
| Modifier and Type | Method and Description |
|---|---|
protected Variable |
AbstractLightningIOSP.makeLightningVariable(NetcdfFile ncfile,
Group group,
Structure seq,
java.lang.String name,
DataType dataType,
java.lang.String dims,
java.lang.String longName,
java.lang.String cfName,
java.lang.String units,
AxisType type)
Make lightning variables
|
| Modifier and Type | Method and Description |
|---|---|
Array |
Uspln.readData(Variable v2,
Section section)
Read data from a top level Variable and return a memory resident Array.
|
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 |
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 java.util.Map<Variable,N3streamWriter.Vinfo> |
N3streamWriter.vinfoMap |
| Modifier and Type | Method and Description |
|---|---|
Array |
N3iosp.readData(Variable v2,
Section section) |
Array |
N3iosp.readNestedData(Variable v2,
Section section) |
long |
N3iosp.readToByteChannel(Variable v2,
Section section,
java.nio.channels.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,
java.io.DataOutputStream stream,
Array data) |
| Modifier and Type | Method and Description |
|---|---|
void |
N3outputStreamWriter.writeRecordData(java.io.DataOutputStream stream,
java.util.List<Variable> varList) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Nexrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
java.lang.String shortName,
java.lang.String longName,
java.lang.String abbrev,
java.util.List<java.util.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 |
|---|---|
java.util.ArrayList<Variable> |
SigmetIOServiceProvider.init(RandomAccessFile raf,
NetcdfFile ncfile,
java.util.Map<java.lang.String,java.lang.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.
|
Array |
SigmetIOServiceProvider.readNestedData(Variable v2,
java.util.List section) |
long |
SigmetIOServiceProvider.readToByteChannel11(Variable v2,
Section section,
java.nio.channels.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,
java.util.ArrayList<Variable> varList,
java.util.Map<java.lang.String,java.lang.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,
java.lang.String shortName,
java.lang.String longName,
java.lang.String abbrev,
java.util.List groups) |
| Modifier and Type | Method and Description |
|---|---|
Array |
UFiosp.readData(Variable v2,
Section section) |
| 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,
java.util.List<Range> section)
Read a section of the local Variable.
|
Array |
AggregationTiled.reallyRead(Variable mainv,
CancelTask cancelTask) |
Array |
AggregationOuterDimension.reallyRead(Variable mainv,
CancelTask cancelTask)
Read an aggregation variable: A variable whose data spans multiple files.
|
Array |
Aggregation.DatasetProxyReader.reallyRead(Variable mainV,
CancelTask cancelTask) |
Array |
AggregationTiled.reallyRead(Variable mainv,
Section wantSection,
CancelTask cancelTask) |
Array |
AggregationOuterDimension.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask)
Read a section of an aggregation variable.
|
Array |
Aggregation.DatasetProxyReader.reallyRead(Variable mainV,
Section section,
CancelTask cancelTask) |
java.lang.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,
java.nio.channels.WritableByteChannel wbc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompareNetcdf2.compareVariable(Variable org,
Variable copy) |
boolean |
CompareNetcdf2.compareVariables(Variable org,
Variable copy,
boolean compareData,
boolean justOne) |
| 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. |