|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataType | |
|---|---|
| ucar.ma2 | Multidimensional arrays of primitives and objects with data stored in memory. |
| ucar.nc2 | Java-NetCDF API, version 2.2. |
| ucar.nc2.dataset | An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. |
| ucar.nc2.dt | Scientific data types package. |
| ucar.nc2.dt.grid | Scientific data type "Grid", uses cartesian coordinate system. |
| Uses of DataType in ucar.ma2 |
|---|
| Fields in ucar.ma2 declared as DataType | |
|---|---|
static DataType |
DataType.BOOLEAN
|
static DataType |
DataType.BYTE
|
static DataType |
DataType.CHAR
|
static DataType |
DataType.DOUBLE
|
static DataType |
DataType.FLOAT
|
static DataType |
DataType.INT
|
static DataType |
DataType.LONG
|
static DataType |
DataType.SHORT
|
static DataType |
DataType.STRING
|
static DataType |
DataType.STRUCTURE
|
| Methods in ucar.ma2 that return DataType | |
|---|---|
DataType |
StructureMembers.Member.getDataType()
Get the DataType. |
static DataType |
DataType.getType(java.lang.Class c)
Find the DataType that matches this class. |
static DataType |
DataType.getType(java.lang.String name)
Find the DataType that matches this name. |
| Methods in ucar.ma2 with parameters of type DataType | |
|---|---|
static void |
MAMath.copy(DataType dataType,
IndexIterator from,
IndexIterator to)
Copy using iterators. |
static Array |
Array.factory(DataType dataType,
int[] shape)
Generate new Array with given type and shape and zeroed storage. |
| Constructors in ucar.ma2 with parameters of type DataType | |
|---|---|
StructureMembers.Member(java.lang.String name,
java.lang.String desc,
java.lang.String units,
DataType dtype,
int[] shape)
|
|
| Uses of DataType in ucar.nc2 |
|---|
| Methods in ucar.nc2 that return DataType | |
|---|---|
DataType |
VariableSimpleIF.getDataType()
Variable data type |
DataType |
VariableIF.getDataType()
|
DataType |
Variable.getDataType()
Get the data type of the Variable. |
DataType |
Attribute.getDataType()
Get the data type of the Attribute value. |
| Methods in ucar.nc2 with parameters of type DataType | |
|---|---|
void |
NetcdfFileWriteable.addVariable(java.lang.String varName,
DataType dataType,
Dimension[] dims)
Add a variable to the file. |
void |
NetcdfFileWriteable.addVariable(java.lang.String varName,
DataType dataType,
java.util.List dims)
Add a variable to the file. |
void |
Variable.setDataType(DataType dataType)
Set the data type |
| Uses of DataType in ucar.nc2.dataset |
|---|
| Methods in ucar.nc2.dataset that return DataType | |
|---|---|
DataType |
VariableDS.getOriginalDataType()
When this wraps another Variable, get the original Variable's DataType. |
| Methods in ucar.nc2.dataset with parameters of type DataType | |
|---|---|
static Array |
NetcdfDataset.makeArray(DataType dtype,
java.util.ArrayList stringValues)
Make an 1D array from a list of strings. |
static Array |
NetcdfDataset.makeArray(DataType dtype,
int npts,
double start,
double incr)
Make a 1D array from a start and inccr. |
| Constructors in ucar.nc2.dataset with parameters of type DataType | |
|---|---|
CoordinateAxis(NetcdfDataset ds,
Group group,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when theres no underlying variable. |
|
CoordinateAxis1D(NetcdfDataset ds,
Group group,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when theres no underlying variable. |
|
VariableDS(NetcdfDataset ds,
Group group,
Structure parentStructure,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when theres no underlying variable. |
|
| Uses of DataType in ucar.nc2.dt |
|---|
| Methods in ucar.nc2.dt that return DataType | |
|---|---|
DataType |
VariableSimpleAdapter.getDataType()
|
DataType |
GridDatatype.getDataType()
get the data type |
| Uses of DataType in ucar.nc2.dt.grid |
|---|
| Methods in ucar.nc2.dt.grid that return DataType | |
|---|---|
DataType |
GeoGrid.getDataType()
get the data type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||