|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
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.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 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.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.unidata.geoloc.vertical | Implementations of vertical coordinate transformations. |
Uses of Variable in ucar.nc2 |
---|
Subclasses of Variable in ucar.nc2 | |
---|---|
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 |
Fields in ucar.nc2 declared as Variable | |
---|---|
Variable |
ParsedSectionSpec.v
|
Fields in ucar.nc2 with type parameters of type Variable | |
---|---|
protected HashMap<String,Variable> |
Structure.memberHash
|
protected List<Variable> |
Structure.members
|
protected List<Variable> |
Group.variables
|
protected List<Variable> |
NetcdfFile.variables
|
Methods in ucar.nc2 that return Variable | |
---|---|
Variable |
Structure.addMemberVariable(Variable v)
Add a member variable |
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 |
NetcdfFileWriteable.addStringVariable(String varName,
List<Dimension> dims,
int max_strlen)
Add a variable with DataType = String 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 |
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)
Add a variable to the file. |
Variable |
NetcdfFileWriteable.addVariable(String shortName,
DataType dataType,
List<Dimension> dims)
Add a variable to the file. |
Variable |
NetcdfFileWriteable.addVariable(String varName,
DataType dataType,
String dims)
Add a variable to the file. |
protected Variable |
Variable.copy()
|
protected Variable |
Structure.copy()
|
Variable |
Group.findVariable(String varShortName)
Find the Variable with the specified (short) name in this group. |
Variable |
Structure.findVariable(String shortName)
Find the Variable member with the specified (short) name. |
Variable |
NetcdfFile.findVariable(String fullNameEscaped)
Find a Variable, with the specified (escaped full) name. |
Variable |
Group.findVariableOrInParent(String varShortName)
Find the Variable with the specified (short) name in this group or a parent group. |
Variable |
NetcdfFileWriteable.renameVariable(String oldName,
String newName)
Rename a Variable. |
Variable |
VariableIF.section(List<Range> ranges)
|
Variable |
Variable.section(List<Range> ranges)
Create a new Variable that is a logical subsection of this Variable. |
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. |
Methods in ucar.nc2 that return types with arguments of type Variable | |
---|---|
List<Variable> |
Dimension.getCoordinateVariables()
Deprecated. - do not use |
List<Variable> |
Group.getVariables()
Get the Variables contained directly in this group. |
List<Variable> |
Structure.getVariables()
Get the variables contained directly in this Structure. |
List<Variable> |
NetcdfFile.getVariables()
Get all of the variables in the file, in all groups. |
Methods in ucar.nc2 with parameters of type Variable | |
---|---|
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. |
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. |
protected static String |
NetcdfFile.makeFullName(Variable v)
|
protected static String |
NetcdfFile.makeFullName(Variable v,
String reserved)
|
protected static String |
NetcdfFile.makeFullNameEscaped(Variable v)
|
protected static String |
NetcdfFile.makeFullNameEscapedSectionSpec(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. |
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 |
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 |
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. |
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,
Formatter out)
|
void |
FileWriter.writeVariable(Variable oldVar)
Add a Variable to the file. |
Method parameters in ucar.nc2 with type arguments of type Variable | |
---|---|
static double |
FileWriter.copyVarData(NetcdfFileWriteable ncfile,
List<Variable> varlist,
Structure recordVar,
List<FileWriter.FileWriterProgressListener> progressListeners)
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)
Add a list of Variables to the file. |
Constructors in ucar.nc2 with parameters of type Variable | |
---|---|
Variable(Variable from)
Copy constructor. |
Uses of Variable in ucar.nc2.dataset |
---|
Subclasses of Variable in ucar.nc2.dataset | |
---|---|
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. |
Fields in ucar.nc2.dataset declared as Variable | |
---|---|
protected Variable |
VariableDS.orgVar
|
Variable |
CoordSysBuilder.VarProcess.v
|
Methods in ucar.nc2.dataset that return Variable | |
---|---|
Variable |
NetcdfDataset.addVariable(Group g,
Variable v)
|
protected Variable |
VariableDS.copy()
|
protected Variable |
CoordinateAxis1DTime.copy()
|
protected Variable |
StructureDS.copy()
|
protected Variable |
CoordinateAxis.copy()
|
protected Variable |
CoordinateAxis2D.copy()
|
protected Variable |
CoordinateAxis1D.copy()
|
protected Variable |
StructurePseudoDS.copy()
|
Variable |
VariableDS.getOriginalVariable()
A VariableDS usually wraps another Variable. |
Variable |
VariableEnhanced.getOriginalVariable()
|
Variable |
StructureDS.getOriginalVariable()
A StructureDS may wrap another Structure. |
Methods in ucar.nc2.dataset with parameters of type Variable | |
---|---|
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 |
VariableDS.reallyRead(Variable client,
CancelTask cancelTask)
|
Array |
StructureDS.reallyRead(Variable client,
CancelTask cancelTask)
|
Array |
StructurePseudoDS.reallyRead(Variable mainv,
CancelTask cancelTask)
|
Array |
VariableDS.reallyRead(Variable client,
Section section,
CancelTask cancelTask)
|
Array |
StructureDS.reallyRead(Variable client,
Section section,
CancelTask cancelTask)
|
Array |
StructurePseudoDS.reallyRead(Variable mainv,
Section section,
CancelTask cancelTask)
|
boolean |
StructurePseudoDS.removeMemberVariable(Variable v)
|
boolean |
ReplaceVariableCheck.replace(Variable v)
|
void |
VariableDS.setOriginalVariable(Variable orgVar)
Set the Variable to wrap. |
void |
VariableEnhanced.setOriginalVariable(Variable orgVar)
|
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,
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) |
Constructors in ucar.nc2.dataset with parameters of type Variable | |
---|---|
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. |
Uses of Variable in ucar.nc2.dataset.conv |
---|
Methods in ucar.nc2.dataset.conv with parameters of type Variable | |
---|---|
protected boolean |
CSMConvention.addParameter2(CoordinateTransform rs,
String paramName,
NetcdfFile ds,
Variable v,
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)
|
Uses of Variable in ucar.nc2.dataset.transform |
---|
Uses of Variable in ucar.nc2.dods |
---|
Subclasses of Variable in ucar.nc2.dods | |
---|---|
class |
DODSGrid
A DODS Grid. |
class |
DODSStructure
A DODS Structure. |
class |
DODSVariable
A read-only DODS-netCDF Variable. |
Methods in ucar.nc2.dods that return Variable | |
---|---|
protected Variable |
DODSVariable.copy()
|
protected Variable |
DODSGrid.copy()
|
protected Variable |
DODSStructure.copy()
|
Methods in ucar.nc2.dods with parameters of type Variable | |
---|---|
Array |
ConvertD2N.convertNestedVariable(Variable v,
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,
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 String |
DODSNetcdfFile.getDODSshortName(Variable var)
|
protected Array |
DODSNetcdfFile.readData(Variable v,
Section section)
|
long |
DODSNetcdfFile.readToByteChannel(Variable v,
Section section,
WritableByteChannel channel)
|
Array |
DODSNetcdfFile.readWithCE(Variable v,
String CE)
|
Method parameters in ucar.nc2.dods with type arguments of type Variable | |
---|---|
List<Array> |
DODSNetcdfFile.readArrays(List<Variable> preloadVariables)
Make a single call to the DODS Server to read all the named variable's data in one client/server roundtrip. |
Uses of Variable in ucar.nc2.dt |
---|
Methods in ucar.nc2.dt that return Variable | |
---|---|
Variable |
RadialDatasetSweep.Sweep.getsweepVar()
|
Uses of Variable in ucar.nc2.dt.point |
---|
Fields in ucar.nc2.dt.point declared as Variable | |
---|---|
protected Variable |
DapperDataset.altVar
|
protected Variable |
SequenceHelper.altVar
|
protected Variable |
DapperDataset.latVar
|
protected Variable |
SequenceHelper.latVar
|
protected Variable |
DapperDataset.lonVar
|
protected Variable |
SequenceHelper.lonVar
|
protected Variable |
DapperDataset.timeVar
|
protected Variable |
SequenceHelper.timeVar
|
Methods in ucar.nc2.dt.point that return Variable | |
---|---|
static Variable |
UnidataObsDatasetHelper.findVariable(NetcdfFile ds,
String name)
|
static Variable |
UnidataObsDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type. |
Methods in ucar.nc2.dt.point with parameters of type Variable | |
---|---|
protected double |
PointObsDatasetImpl.getTime(Variable timeVar,
StructureData sdata)
|
Constructors in ucar.nc2.dt.point with parameters of type Variable | |
---|---|
SequenceHelper(NetcdfDataset ncfile,
boolean isProfile,
StructureDS sequenceOuter,
StructureDS sequenceInner,
Variable latVar,
Variable lonVar,
Variable altVar,
Variable timeVar,
List typedDataVariables,
StringBuffer errBuffer)
Constructor. |
Uses of Variable in ucar.nc2.dt.radial |
---|
Uses of Variable in ucar.nc2.dt.trajectory |
---|
Fields in ucar.nc2.dt.trajectory declared as Variable | |
---|---|
protected Variable |
TrajectoryObsDatasetImpl.dimVar
Deprecated. _more_ |
protected Variable |
TrajectoryObsDatasetImpl.Config.dimVar
_more_ |
protected Variable |
SingleTrajectoryObsDataset.elevVar
Deprecated. |
protected Variable |
SingleTrajectoryObsDataset.Config.elevVar
|
protected Variable |
UnidataTrajectoryObsDataset2.elevVar
|
protected Variable |
TrajectoryObsDatasetImpl.elevVar
Deprecated. _more_ |
protected Variable |
TrajectoryObsDatasetImpl.Config.elevVar
_more_ |
protected Variable |
MultiTrajectoryObsDataset.elevVar
Deprecated. |
protected Variable |
SingleTrajectoryObsDataset.latVar
Deprecated. |
protected Variable |
SingleTrajectoryObsDataset.Config.latVar
|
protected Variable |
UnidataTrajectoryObsDataset2.latVar
|
protected Variable |
TrajectoryObsDatasetImpl.latVar
Deprecated. _more_ |
protected Variable |
TrajectoryObsDatasetImpl.Config.latVar
_more_ |
protected Variable |
MultiTrajectoryObsDataset.latVar
Deprecated. |
protected Variable |
SingleTrajectoryObsDataset.lonVar
Deprecated. |
protected Variable |
SingleTrajectoryObsDataset.Config.lonVar
|
protected Variable |
UnidataTrajectoryObsDataset2.lonVar
|
protected Variable |
TrajectoryObsDatasetImpl.lonVar
Deprecated. _more_ |
protected Variable |
TrajectoryObsDatasetImpl.Config.lonVar
_more_ |
protected Variable |
MultiTrajectoryObsDataset.lonVar
Deprecated. |
protected Variable |
SingleTrajectoryObsDataset.timeVar
Deprecated. |
protected Variable |
SingleTrajectoryObsDataset.Config.timeVar
|
protected Variable |
UnidataTrajectoryObsDataset2.timeVar
|
protected Variable |
MultiTrajectoryObsDataset.timeVar
Deprecated. |
protected Variable |
UnidataTrajectoryObsDataset2.trajVar
|
protected Variable |
MultiTrajectoryObsDataset.trajVar
Deprecated. |
Methods in ucar.nc2.dt.trajectory that return Variable | |
---|---|
Variable |
TrajectoryObsDatasetImpl.Config.getDimensionVar()
_more_ |
Variable |
SingleTrajectoryObsDataset.Config.getElevVar()
|
Variable |
TrajectoryObsDatasetImpl.Config.getElevVar()
_more_ |
Variable |
SingleTrajectoryObsDataset.Config.getLatVar()
|
Variable |
TrajectoryObsDatasetImpl.Config.getLatVar()
_more_ |
Variable |
SingleTrajectoryObsDataset.Config.getLonVar()
|
Variable |
TrajectoryObsDatasetImpl.Config.getLonVar()
_more_ |
Variable |
SingleTrajectoryObsDataset.Config.getTimeVar()
|
Methods in ucar.nc2.dt.trajectory with parameters of type Variable | |
---|---|
void |
TrajectoryObsDatasetImpl.Config.setDimensionVar(Variable dimVar)
_more_ |
void |
SingleTrajectoryObsDataset.Config.setElevVar(Variable elevVar)
|
void |
TrajectoryObsDatasetImpl.Config.setElevVar(Variable elevVar)
_more_ |
void |
SingleTrajectoryObsDataset.Config.setLatVar(Variable latVar)
|
void |
TrajectoryObsDatasetImpl.Config.setLatVar(Variable latVar)
_more_ |
void |
SingleTrajectoryObsDataset.Config.setLonVar(Variable lonVar)
|
void |
TrajectoryObsDatasetImpl.Config.setLonVar(Variable lonVar)
_more_ |
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. |
Constructors in ucar.nc2.dt.trajectory with parameters of type Variable | |
---|---|
SingleTrajectoryObsDataset.Config(String trajectoryId,
Dimension timeDim,
Variable timeVar,
Variable latVar,
Variable lonVar,
Variable elevVar)
|
|
TrajectoryObsDatasetImpl.Config(String trajectoryId,
Dimension trajectoryDim,
Variable dimVar,
Variable latVar,
Variable lonVar,
Variable elevVar)
_more_ |
Uses of Variable in ucar.nc2.ft.coordsys |
---|
Methods in ucar.nc2.ft.coordsys with parameters of type Variable | |
---|---|
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)
|
Uses of Variable in ucar.nc2.ft.point |
---|
Constructor parameters in ucar.nc2.ft.point with type arguments of type Variable | |
---|---|
PointIteratorMultidim(String name,
List<Variable> vars,
int outerIndex,
PointFeatureIterator.Filter filter)
|
Uses of Variable in ucar.nc2.ft.point.standard |
---|
Methods in ucar.nc2.ft.point.standard that return Variable | |
---|---|
protected Variable |
TableConfigurerImpl.findVariableWithStandardNameAndDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog)
|
protected Variable |
TableConfigurerImpl.findVariableWithStandardNameAndNotDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog)
|
static Variable |
Evaluator.getVariableWithAttribute(NetcdfDataset ds,
String attName)
|
static Variable |
Evaluator.getVariableWithAttribute(Structure struct,
String attName,
String attValue)
|
static Variable |
Evaluator.getVariableWithAttributeValue(NetcdfDataset ds,
String attName,
String attValue)
|
Methods in ucar.nc2.ft.point.standard with parameters of type Variable | |
---|---|
protected boolean |
TableConfigurerImpl.isEffectivelyScaler(Variable v)
|
Uses of Variable in ucar.nc2.ft.point.standard.plug |
---|
Methods in ucar.nc2.ft.point.standard.plug that return Variable | |
---|---|
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. |
Uses of Variable in ucar.nc2.ft.radial |
---|
Methods in ucar.nc2.ft.radial that return Variable | |
---|---|
Variable |
RadialSweepFeature.getSweepVar()
|
Uses of Variable in ucar.nc2.iosp |
---|
Methods in ucar.nc2.iosp with parameters of type Variable | |
---|---|
Array |
IOServiceProvider.readData(Variable v2,
Section section)
Read data from a top level Variable and return a memory resident Array. |
long |
AbstractIOServiceProvider.readToByteChannel(Variable v2,
Section section,
WritableByteChannel channel)
|
long |
IOServiceProvider.readToByteChannel(Variable v2,
Section section,
WritableByteChannel channel)
Read data from a top level Variable and send data to a WritableByteChannel. |
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. |
Uses of Variable in ucar.nc2.iosp.adde |
---|
Subclasses of Variable in ucar.nc2.iosp.adde | |
---|---|
class |
AddeVariable
A Variable implemented through an ADDE server. |
Uses of Variable in ucar.nc2.iosp.bufr |
---|
Methods in ucar.nc2.iosp.bufr with parameters of type Variable | |
---|---|
Array |
BufrIosp.readData(Variable v2,
Section section)
|
Uses of Variable in ucar.nc2.iosp.cinrad |
---|
Methods in ucar.nc2.iosp.cinrad that return Variable | |
---|---|
Variable |
Cinrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
String abbrev,
List groups)
|
Methods in ucar.nc2.iosp.cinrad with parameters of type Variable | |
---|---|
Array |
Cinrad2IOServiceProvider.readData(Variable v2,
Section section)
|
Uses of Variable in ucar.nc2.iosp.dmsp |
---|
Methods in ucar.nc2.iosp.dmsp with parameters of type Variable | |
---|---|
Array |
DMSPiosp.readData(Variable v2,
Section section)
|
Uses of Variable in ucar.nc2.iosp.dorade |
---|
Methods in ucar.nc2.iosp.dorade with parameters of type Variable | |
---|---|
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)
|
Uses of Variable in ucar.nc2.iosp.fysat |
---|
Methods in ucar.nc2.iosp.fysat with parameters of type Variable | |
---|---|
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)
|
Uses of Variable in ucar.nc2.iosp.gempak |
---|
Methods in ucar.nc2.iosp.gempak that return Variable | |
---|---|
protected Variable |
GempakStationFileIOSP.makeMissingVariable()
Make the missing variable |
protected Variable |
GempakStationFileIOSP.makeParamVariable(GempakParameter param,
List<Dimension> dims)
Make a variable from a GempakParmaeter |
protected Variable |
GempakStationFileIOSP.makeStationVariable(String varname,
Dimension firstDim)
Make a station variable |
Methods in ucar.nc2.iosp.gempak that return types with arguments of type Variable | |
---|---|
protected List<Variable> |
GempakStationFileIOSP.makeStationVars(List<GempakStation> stations,
Dimension dim)
Make the station variables from a representative station |
Methods in ucar.nc2.iosp.gempak with parameters of type Variable | |
---|---|
Array |
GempakSoundingIOSP.readData(Variable v2,
Section section)
Read the data for the variable |
Array |
GempakSurfaceIOSP.readData(Variable v2,
Section section)
Read the data for the variable |
Uses of Variable in ucar.nc2.iosp.gini |
---|
Methods in ucar.nc2.iosp.gini with parameters of type Variable | |
---|---|
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)
|
Uses of Variable in ucar.nc2.iosp.grads |
---|
Methods in ucar.nc2.iosp.grads with parameters of type Variable | |
---|---|
Array |
GradsBinaryGridServiceProvider.readData(Variable v2,
Section section)
Read the data for the variable |
Uses of Variable in ucar.nc2.iosp.grid |
---|
Methods in ucar.nc2.iosp.grid with parameters of type Variable | |
---|---|
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 |
Uses of Variable in ucar.nc2.iosp.hdf4 |
---|
Methods in ucar.nc2.iosp.hdf4 with parameters of type Variable | |
---|---|
Array |
H4iosp.readData(Variable v,
Section section)
|
Uses of Variable in ucar.nc2.iosp.hdf5 |
---|
Methods in ucar.nc2.iosp.hdf5 with parameters of type Variable | |
---|---|
Array |
H5iosp.readData(Variable v2,
Section section)
|
Uses of Variable in ucar.nc2.iosp.mcidas |
---|
Methods in ucar.nc2.iosp.mcidas with parameters of type Variable | |
---|---|
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 |
Uses of Variable in ucar.nc2.iosp.misc |
---|
Methods in ucar.nc2.iosp.misc that return Variable | |
---|---|
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 |
Methods in ucar.nc2.iosp.misc with parameters of type Variable | |
---|---|
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.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 |
NmcObsLegacy.readReport(Variable v,
Section section)
|
Array |
NmcObsLegacy.readReportIndex(Variable v,
Section section)
|
Uses of Variable in ucar.nc2.iosp.netcdf3 |
---|
Fields in ucar.nc2.iosp.netcdf3 with type parameters of type Variable | |
---|---|
protected Map<Variable,N3streamWriter.Vinfo> |
N3streamWriter.vinfoMap
|
Methods in ucar.nc2.iosp.netcdf3 with parameters of type Variable | |
---|---|
Array |
N3iosp.readData(Variable v2,
Section section)
|
Array |
N3iosp.readNestedData(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)
|
Method parameters in ucar.nc2.iosp.netcdf3 with type arguments of type Variable | |
---|---|
void |
N3outputStreamWriter.writeRecordData(DataOutputStream stream,
List<Variable> varList)
|
Uses of Variable in ucar.nc2.iosp.nexrad2 |
---|
Methods in ucar.nc2.iosp.nexrad2 that return Variable | |
---|---|
Variable |
Nexrad2IOServiceProvider.makeVariable(NetcdfFile ncfile,
int datatype,
String shortName,
String longName,
String abbrev,
List<List<Level2Record>> groups,
int rd)
|
Methods in ucar.nc2.iosp.nexrad2 with parameters of type Variable | |
---|---|
Array |
Nexrad2IOServiceProvider.readData(Variable v2,
Section section)
|
Uses of Variable in ucar.nc2.iosp.nids |
---|
Methods in ucar.nc2.iosp.nids with parameters of type Variable | |
---|---|
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 |
Uses of Variable in ucar.nc2.iosp.noaa |
---|
Methods in ucar.nc2.iosp.noaa with parameters of type Variable | |
---|---|
Array |
Ghcnm.readData(Variable v2,
Section section)
Returns an ArraySequence, no subsetting is allowed. |
Array |
Ghcnm2.readData(Variable v2,
Section section)
|
Array |
IgraPor.readData(Variable v2,
Section section)
|
Uses of Variable in ucar.nc2.iosp.nowrad |
---|
Methods in ucar.nc2.iosp.nowrad with parameters of type Variable | |
---|---|
Array |
NOWRadiosp.readData(Variable v2,
Section section)
Read the data for each variable passed in |
Uses of Variable in ucar.nc2.iosp.sigmet |
---|
Methods in ucar.nc2.iosp.sigmet that return types with arguments of type Variable | |
---|---|
ArrayList<Variable> |
SigmetIOServiceProvider.init(RandomAccessFile raf,
NetcdfFile ncfile,
Map<String,String> hdrNames)
Define Dimensions, Variables, Attributes in ncfile |
Methods in ucar.nc2.iosp.sigmet with parameters of type Variable | |
---|---|
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,
List section)
|
long |
SigmetIOServiceProvider.readToByteChannel11(Variable v2,
Section section,
WritableByteChannel channel)
Read data from a top level Variable and send data to a WritableByteChannel. |
Method parameters in ucar.nc2.iosp.sigmet with type arguments of type Variable | |
---|---|
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 |
Uses of Variable in ucar.nc2.iosp.uamiv |
---|
Methods in ucar.nc2.iosp.uamiv with parameters of type Variable | |
---|---|
Array |
UAMIVServiceProvider.readData(Variable v2,
Section wantSection)
Read data from a top level Variable and return a memory resident Array. |
Uses of Variable in ucar.nc2.iosp.uf |
---|
Methods in ucar.nc2.iosp.uf that return Variable | |
---|---|
Variable |
UFiosp.makeVariable(NetcdfFile ncfile,
String shortName,
String longName,
String abbrev,
List groups)
|
Methods in ucar.nc2.iosp.uf with parameters of type Variable | |
---|---|
Array |
UFiosp.readData(Variable v2,
Section section)
|
Uses of Variable in ucar.nc2.jni.netcdf |
---|
Methods in ucar.nc2.jni.netcdf with parameters of type Variable | |
---|---|
Array |
JniIosp.readData(Variable v2,
Section section)
|
Uses of Variable in ucar.nc2.ncml |
---|
Methods in ucar.nc2.ncml that return Variable | |
---|---|
protected Variable |
Aggregation.findVariable(NetcdfFile ncfile,
Variable mainV)
|
protected Variable |
Aggregation.Dataset.findVariable(NetcdfFile ncfile,
Variable mainV)
|
Methods in ucar.nc2.ncml with parameters of type Variable | |
---|---|
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 |
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)
|
String |
NcMLWriter.writeXML(Variable v)
|
Uses of Variable in ucar.nc2.stream |
---|
Methods in ucar.nc2.stream with parameters of type Variable | |
---|---|
Array |
NcStreamIosp.readData(Variable v,
Section section)
|
protected Array |
CdmRemote.readData(Variable v,
Section section)
|
long |
NcStreamWriter.sendData(Variable v,
Section section,
WritableByteChannel wbc)
|
Uses of Variable in ucar.nc2.util |
---|
Methods in ucar.nc2.util with parameters of type Variable | |
---|---|
boolean |
CompareNetcdf2.compareVariable(Variable org,
Variable copy)
|
boolean |
CompareNetcdf2.compareVariables(Variable org,
Variable copy,
boolean compareData,
boolean justOne)
|
Uses of Variable in ucar.unidata.geoloc.vertical |
---|
Methods in ucar.unidata.geoloc.vertical with parameters of type Variable | |
---|---|
protected Array |
VerticalTransformImpl.readArray(Variable v,
int timeIndex)
Read the data Array from the variable, at the specified
time index if applicable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |