Package | Description |
---|---|
dap4.cdmshared | |
dap4.servlet | |
ucar.ma2 |
Multidimensional arrays of primitives and objects with data stored in memory.
|
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.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
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.ft.cover.impl | |
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.iosp |
General classes for I/O Service Providers
|
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.noaa | |
ucar.nc2.stream |
Modifier and Type | Method and Description |
---|---|
static DataType |
CDMUtil.daptype2cdmtype(DapType daptype) |
static DataType |
CDMUtil.enumtypefor(DapType dt) |
Modifier and Type | Method and Description |
---|---|
static Class |
CDMUtil.cdmElementClass(DataType dt) |
static DapType |
CDMUtil.cdmtype2daptype(DataType datatype,
boolean unsigned) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CDMDSP.validatecdmtype(DataType datatype,
boolean unsigned,
Class typeclass) |
Modifier and Type | Method and Description |
---|---|
DataType |
StructureMembers.Member.getDataType()
Get the DataType.
|
DataType |
Array.getDataType()
Return the computed datatype for this array
|
static DataType |
DataType.getType(Class c)
Find the DataType that matches this class.
|
static DataType |
DataType.getType(String name)
Find the DataType that matches this name.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StructureDataScalar.addMember(String name,
String desc,
String units,
DataType dtype,
boolean isUnsigned,
Number val) |
StructureMembers.Member |
StructureMembers.addMember(String name,
String desc,
String units,
DataType dtype,
int[] shape) |
static Array |
MAMath.convert(Array org,
DataType wantType)
Convert original array to desired type
|
static Array |
MAMath.convert2packed(Array unpacked,
double missingValue,
int nbits,
boolean isUnsigned,
DataType packedType) |
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.
|
static Array |
Array.factory(DataType dtype,
int[] shape,
ByteBuffer bb)
Create an Array from a ByteBuffer
|
static Array |
Array.factory(DataType dataType,
int[] shape,
Object storage)
/** Generate new Array with given type, shape, storage.
|
static Array |
Array.makeArray(DataType dtype,
boolean isUnsigned,
List<String> stringValues)
Make an 1D array from a list of strings.
|
static Array |
Array.makeArray(DataType dtype,
int npts,
double start,
double incr)
Make a 1D array from a start and inccr.
|
static Array |
Array.makeArray(DataType dtype,
List<String> stringValues)
Make an 1D array from a list of strings.
|
static Array |
Array.makeArray(DataType dtype,
String[] stringValues)
Make an 1D array from an array of strings.
|
void |
StructureMembers.Member.setVariableInfo(String vname,
String desc,
String unitString,
DataType dtype) |
Constructor and Description |
---|
Member(String name,
String desc,
String units,
DataType dtype,
int[] shape) |
Modifier and Type | Field and Description |
---|---|
protected DataType |
Variable.dataType |
Modifier and Type | Method and Description |
---|---|
DataType |
EnumTypedef.getBaseType() |
DataType |
VariableSimpleIF.getDataType()
Variable's data type
|
DataType |
VariableSimpleImpl.getDataType() |
DataType |
VariableSimpleAdapter.getDataType() |
DataType |
Attribute.getDataType()
Get the data type of the Attribute value.
|
DataType |
VariableIF.getDataType() |
DataType |
Variable.getDataType()
Get the data type of the Variable.
|
Modifier and Type | Method and Description |
---|---|
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 |
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,
String shortName,
DataType dataType,
String dimString)
Add a variable to the file.
|
Variable |
NetcdfFileWriter.addVariable(Group g,
Structure parent,
String shortName,
DataType dataType,
List<Dimension> dims)
Add a variable to the file.
|
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.
|
static VariableSimpleImpl |
VariableSimpleImpl.makeScalar(String name,
String desc,
String units,
DataType dt) |
void |
Variable.setDataType(DataType dataType)
Set the data type
|
boolean |
EnumTypedef.validateMap(Map<Integer,String> map,
DataType basetype) |
Constructor and Description |
---|
Attribute(String name,
DataType dataType,
boolean isUnsigned)
Construct an empty attribute with no values
|
EnumTypedef(String name,
Map<Integer,String> map,
DataType basetype) |
Variable(NetcdfFile ncfile,
Group group,
Structure parent,
String shortName,
DataType dtype,
String dims)
Create a Variable.
|
Modifier and Type | Field and Description |
---|---|
protected DataType |
VariableDS.orgDataType |
Modifier and Type | Method and Description |
---|---|
DataType |
StructureDS.getOriginalDataType()
When this wraps another Variable, get the original Variable's DataType.
|
DataType |
VariableDS.getOriginalDataType()
When this wraps another Variable, get the original Variable's DataType.
|
Modifier and Type | Method and Description |
---|---|
static Array |
NetcdfDataset.makeArray(DataType dtype,
List<String> stringValues)
Deprecated.
use Array#makeArray directly
|
Constructor and Description |
---|
CoordinateAxis(NetcdfDataset ds,
Group group,
String shortName,
DataType dataType,
String dims,
String units,
String desc)
Constructor when theres no underlying variable.
|
CoordinateAxis1D(NetcdfDataset ds,
Group group,
String shortName,
DataType dataType,
String dims,
String units,
String desc)
Constructor when theres no underlying variable.
|
VariableDS(NetcdfDataset ds,
Group group,
Structure parentStructure,
String shortName,
DataType dataType,
String dims,
String units,
String desc)
Constructor when there's no underlying variable.
|
Modifier and Type | Method and Description |
---|---|
DataType |
VariableSimpleSubclass.getDataType()
Deprecated.
|
DataType |
GridDatatype.getDataType()
get the data type
|
Modifier and Type | Method and Description |
---|---|
DataType |
GeoGrid.getDataType()
get the data type
|
Modifier and Type | Field and Description |
---|---|
protected DataType |
RecordDatasetHelper.stationIdType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataType |
PointObVar.getDataType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PointObVar.setDataType(DataType dtype)
Deprecated.
|
Constructor and Description |
---|
PointObVar(String name,
String units,
String desc,
DataType dtype,
int len)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataType |
RadialDatasetSweepAdapter.MyRadialVariableAdapter.getDataType() |
Modifier and Type | Method and Description |
---|---|
DataType |
CoverageImpl.getDataType() |
Modifier and Type | Field and Description |
---|---|
protected DataType |
RecordDatasetHelper.stationIdType |
Modifier and Type | Method and Description |
---|---|
static Object |
IospHelper.makePrimitiveArray(int size,
DataType dataType)
Create 1D primitive array of the given size and type
|
static Object |
IospHelper.makePrimitiveArray(int size,
DataType dataType,
Object fillValue)
Create 1D primitive array of the given size and type, fill it with the given value
|
static Object |
IospHelper.readData(LayoutBB layout,
DataType dataType,
Object arr)
Read data subset from ByteBuffer, place in given primitive array.
|
static Object |
IospHelper.readData(PositioningDataInputStream raf,
Layout index,
DataType dataType,
Object arr)
Read data subset from PositioningDataInputStream, place in given primitive array.
|
static Object |
IospHelper.readData(RandomAccessFile raf,
Layout layout,
DataType dataType,
Object arr,
int byteOrder,
boolean convertChar)
Read data subset from RandomAccessFile, place in given primitive array.
|
static Object |
IospHelper.readDataFill(LayoutBB layout,
DataType dataType,
Object fillValue)
Read data subset from ByteBuffer, create primitive array of size Layout.getTotalNelems.
|
static Object |
IospHelper.readDataFill(PositioningDataInputStream is,
Layout index,
DataType dataType,
Object fillValue)
Read data subset from PositioningDataInputStream, create primitive array of size Layout.getTotalNelems.
|
static Object |
IospHelper.readDataFill(RandomAccessFile raf,
Layout index,
DataType dataType,
Object fillValue,
int byteOrder)
Read data subset from RandomAccessFile, create primitive array of size Layout.getTotalNelems.
|
static Object |
IospHelper.readDataFill(RandomAccessFile raf,
Layout index,
DataType dataType,
Object fillValue,
int byteOrder,
boolean convertChar) |
Modifier and Type | Method and Description |
---|---|
protected Array |
H5header.convertEnums(Map<Integer,String> map,
DataType dataType,
Array values) |
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 |
---|---|
protected abstract Object |
N3iosp.readData(Layout index,
DataType dataType)
Read data subset from file for a variable, create primitive array.
|
protected Object |
N3raf.readData(Layout index,
DataType dataType)
Read data subset from file for a variable, create primitive array.
|
protected abstract long |
N3iosp.readData(Layout index,
DataType dataType,
WritableByteChannel out) |
protected long |
N3raf.readData(Layout index,
DataType dataType,
WritableByteChannel out)
Read data subset from file for a variable, to WritableByteChannel.
|
protected abstract void |
N3iosp.writeData(Array aa,
Layout index,
DataType dataType)
Write data subset to file for a variable, create primitive array.
|
protected void |
N3raf.writeData(Array values,
Layout index,
DataType dataType)
write data to a file for a variable.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
StructureDataRegexp.parse(DataType dt,
StructureDataRegexp.VinfoField vinfo) |
protected Object |
StructureDataRegexp.parse(DataType dt,
StructureDataRegexp.VinfoField vinfo,
int fldno) |
Modifier and Type | Field and Description |
---|---|
DataType |
NcStreamIosp.NcsMess.dataType |
Modifier and Type | Method and Description |
---|---|
static DataType |
NcStream.decodeDataType(NcStreamProto.DataType dtype) |
Modifier and Type | Method and Description |
---|---|
static NcStreamProto.DataType |
NcStream.encodeDataType(DataType dtype) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.