| Package | Description |
|---|---|
| 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.dataset.conv |
Parses the information in netCDF datasets using Conventions, and extracts
information about coordinate systems.
|
| 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 |
Scientific feature types package
|
| ucar.nc2.ft.coordsys | |
| ucar.nc2.ft.cover | |
| ucar.nc2.ft.cover.impl | |
| 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.writer |
package ucar.nc2.ft.point.writer : Write Point Feature Types to netcdf/CF files
|
| ucar.nc2.geotiff |
Read and write GeoTIFF files.
|
| ucar.nc2.iosp |
General classes for I/O Service Providers
|
| 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.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.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.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| ArrayBoolean
Concrete implementation of Array specialized for booleans.
|
| ArrayByte
Concrete implementation of Array specialized for bytes.
|
| ArrayChar
Concrete implementation of Array specialized for chars.
|
| ArrayChar.StringIterator
rank must be > 0
|
| ArrayDouble
Concrete implementation of Array specialized for doubles.
|
| ArrayDouble.D3.IF |
| ArrayFloat
Concrete implementation of Array specialized for floats.
|
| ArrayInt
Concrete implementation of Array specialized for ints.
|
| ArrayLong
Concrete implementation of Array specialized for longs.
|
| ArrayObject
Concrete implementation of Array specialized for Objects.
|
| ArraySequence
ArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator.
|
| ArrayShort
Concrete implementation of Array specialized for shorts.
|
| ArrayString
Concrete implementation of Array specialized for Strings.
|
| ArrayStructure
Superclass for implementations of Array of StructureData.
|
| ArrayStructureBB
Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
|
| ArrayStructureMA
Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to
StructureData member data on the fly.
|
| DataType
Type-safe enumeration of data types.
|
| Index
Indexes for Multidimensional arrays.
|
| Index0D
Specialization of Index for rank 0 arrays, ie scalars.
|
| Index7D
Specialization of Index for rank 7 arrays.
|
| IndexIterator
Iteration through each element of an Array in "canonical order".
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| IsMissingEvaluator
A mix-in interface for evaluating if a value is missing.
|
| MAMath.MinMax
Holds a minimum and maximum value.
|
| MAMath.ScaleOffset
Holds a scale and offset.
|
| MAMatrix
Abstraction for matrix operations.
|
| MAVector
Abstraction for vector operations.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| Range.Iterator |
| Section
A section of multidimensional array indices.
|
| Section.Iterator |
| StructureData
A container for a Structure's data.
|
| StructureDataA
A StructureData implementation delegates everything to the containing ArrayStructure.
|
| StructureDataDeep
Make a deep copy of an existing StructureData, so that all the data is contained in this object
|
| StructureDataIterator
An iterator over StructureData.
|
| StructureDataMediator
Describe
|
| StructureDataW
A StructureData implementation that has its data self-contained.
|
| StructureMembers
A Collection of members contained in a StructureData.
|
| StructureMembers.Member
A member of a StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| ArrayStructure
Superclass for implementations of Array of StructureData.
|
| DataType
Type-safe enumeration of data types.
|
| Index
Indexes for Multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| Section
A section of multidimensional array indices.
|
| StructureData
A container for a Structure's data.
|
| StructureDataIterator
An iterator over StructureData.
|
| StructureMembers
A Collection of members contained in a StructureData.
|
| StructureMembers.Member
A member of a StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| ArrayDouble.D2
Concrete implementation of Array specialized for doubles, rank 2.
|
| ArrayDouble.D3
Concrete implementation of Array specialized for doubles, rank 3.
|
| ArrayStructure
Superclass for implementations of Array of StructureData.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| IsMissingEvaluator
A mix-in interface for evaluating if a value is missing.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| Section
A section of multidimensional array indices.
|
| StructureData
A container for a Structure's data.
|
| StructureDataIterator
An iterator over StructureData.
|
| Class and Description |
|---|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| IsMissingEvaluator
A mix-in interface for evaluating if a value is missing.
|
| MAMath.MinMax
Holds a minimum and maximum value.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| StructureData
A container for a Structure's data.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| IsMissingEvaluator
A mix-in interface for evaluating if a value is missing.
|
| MAMath.MinMax
Holds a minimum and maximum value.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| Class and Description |
|---|
| DataType
Type-safe enumeration of data types.
|
| StructureData
A container for a Structure's data.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| DataType
Type-safe enumeration of data types.
|
| Class and Description |
|---|
| StructureData
A container for a Structure's data.
|
| Class and Description |
|---|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| IsMissingEvaluator
A mix-in interface for evaluating if a value is missing.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| IsMissingEvaluator
A mix-in interface for evaluating if a value is missing.
|
| Class and Description |
|---|
| StructureData
A container for a Structure's data.
|
| StructureDataIterator
An iterator over StructureData.
|
| Class and Description |
|---|
| ArrayStructure
Superclass for implementations of Array of StructureData.
|
| StructureData
A container for a Structure's data.
|
| StructureDataIterator
An iterator over StructureData.
|
| StructureMembers
A Collection of members contained in a StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| StructureData
A container for a Structure's data.
|
| StructureMembers.Member
A member of a StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| ArrayStructure
Superclass for implementations of Array of StructureData.
|
| ArrayStructureBB
Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| StructureData
A container for a Structure's data.
|
| StructureDataIterator
An iterator over StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| IndexIterator
Iteration through each element of an Array in "canonical order".
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| MAMath.MinMax
Holds a minimum and maximum value.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| StructureDataIterator
An iterator over StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| StructureData
A container for a Structure's data.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| IndexIterator
Iteration through each element of an Array in "canonical order".
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| ArrayStructure
Superclass for implementations of Array of StructureData.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| StructureMembers.Member
A member of a StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| ArraySequence
ArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator.
|
| ArrayStructure
Superclass for implementations of Array of StructureData.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| StructureData
A container for a Structure's data.
|
| StructureDataIterator
An iterator over StructureData.
|
| StructureMembers
A Collection of members contained in a StructureData.
|
| StructureMembers.Member
A member of a StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| IndexIterator
Iteration through each element of an Array in "canonical order".
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Range
Represents a set of integers, used as an index for arrays.
|
| Section
A section of multidimensional array indices.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| ArrayStructure
Superclass for implementations of Array of StructureData.
|
| ArrayStructureBB
Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
|
| DataType
Type-safe enumeration of data types.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Section
A section of multidimensional array indices.
|
| StructureData
A container for a Structure's data.
|
| StructureDataIterator
An iterator over StructureData.
|
| StructureMembers
A Collection of members contained in a StructureData.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| StructureData
A container for a Structure's data.
|
| Class and Description |
|---|
| Array
Superclass for implementations of multidimensional arrays.
|
| ArrayDouble.D1
Concrete implementation of Array specialized for doubles, rank 1.
|
| ArrayDouble.D3
Concrete implementation of Array specialized for doubles, rank 3.
|
| InvalidRangeException
Thrown if an attempt is made to use an invalid
Range to index an array.
|
| Range
Represents a set of integers, used as an index for arrays.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.