Uses of Package
ucar.ma2

Packages that use ucar.ma2
thredds.wcs.v1_0_0_1   
thredds.wcs.v1_0_0_Plus   
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.dods OpenDAP-netCDF library. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.image   
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.ft Scientific feature types package 
ucar.nc2.ft.coordsys   
ucar.nc2.ft.grid   
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 (to files) Point Feature Types 
ucar.nc2.geotiff Read and write GeoTIFF files. 
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.bufr.writer   
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.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
ucar.nc2.util Miscellaneous utility classes. 
ucar.unidata.geoloc.vertical Implementations of vertical coordinate transformations. 
 

Classes in ucar.ma2 used by thredds.wcs.v1_0_0_1
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.
 

Classes in ucar.ma2 used by thredds.wcs.v1_0_0_Plus
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.
 

Classes in ucar.ma2 used by ucar.ma2
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 longs.
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.
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.
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.
StructureDataIterator
          An iterator over StructureData.
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.
 

Classes in ucar.ma2 used by ucar.nc2
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.
 

Classes in ucar.ma2 used by ucar.nc2.dataset
Array
          Superclass for implementations of multidimensional arrays.
ArrayDouble.D2
          Concrete implementation of Array specialized for doubles, rank 2.
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.
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.
 

Classes in ucar.ma2 used by ucar.nc2.dataset.conv
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
 

Classes in ucar.ma2 used by ucar.nc2.dods
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.
Range
          Represents a set of integers, used as an index for arrays.
Section
          A section of multidimensional array indices.
StructureDataIterator
          An iterator over StructureData.
 

Classes in ucar.ma2 used by ucar.nc2.dt
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.
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.
 

Classes in ucar.ma2 used by ucar.nc2.dt.grid
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.
MAMath.MinMax
          Holds a minimum and maximum value.
Range
          Represents a set of integers, used as an index for arrays.
 

Classes in ucar.ma2 used by ucar.nc2.dt.image
Array
          Superclass for implementations of multidimensional arrays.
 

Classes in ucar.ma2 used by ucar.nc2.dt.point
DataType
          Type-safe enumeration of data types.
StructureData
          A container for a Structure's data.
 

Classes in ucar.ma2 used by ucar.nc2.dt.radial
Array
          Superclass for implementations of multidimensional arrays.
DataType
          Type-safe enumeration of data types.
 

Classes in ucar.ma2 used by ucar.nc2.ft
StructureData
          A container for a Structure's data.
 

Classes in ucar.ma2 used by ucar.nc2.ft.coordsys
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
Section
          A section of multidimensional array indices.
 

Classes in ucar.ma2 used by ucar.nc2.ft.grid
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.
MAMath.MinMax
          Holds a minimum and maximum value.
Range
          Represents a set of integers, used as an index for arrays.
 

Classes in ucar.ma2 used by ucar.nc2.ft.point
StructureData
          A container for a Structure's data.
StructureDataIterator
          An iterator over StructureData.
 

Classes in ucar.ma2 used by ucar.nc2.ft.point.standard
ArrayStructure
          Superclass for implementations of Array of StructureData.
StructureData
          A container for a Structure's data.
StructureDataIterator
          An iterator over StructureData.
 

Classes in ucar.ma2 used by ucar.nc2.ft.point.writer
DataType
          Type-safe enumeration of data types.
StructureData
          A container for a Structure's data.
 

Classes in ucar.ma2 used by ucar.nc2.geotiff
Array
          Superclass for implementations of multidimensional arrays.
 

Classes in ucar.ma2 used by ucar.nc2.iosp
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.adde
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.
StructureData
          A container for a Structure's data.
StructureMembers
          A Collection of members contained in a StructureData.
StructureMembers.Member
          A member of a StructureData.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.bufr
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.
ArrayStructureMA
          Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to StructureData member data on the fly.
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.
StructureDataIterator
          An iterator over StructureData.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.bufr.writer
InvalidRangeException
          Thrown if an attempt is made to use an invalid Range to index an array.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.cinrad
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.dmsp
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.dorade
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.fysat
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.gempak
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.gini
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.grads
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.grid
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.hdf4
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.hdf5
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.mcidas
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.misc
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.netcdf3
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.nexrad2
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.nids
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.noaa
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.nowrad
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.sigmet
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.uamiv
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.
 

Classes in ucar.ma2 used by ucar.nc2.iosp.uf
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.
 

Classes in ucar.ma2 used by ucar.nc2.jni.netcdf
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.
 

Classes in ucar.ma2 used by ucar.nc2.ncml
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.
 

Classes in ucar.ma2 used by ucar.nc2.stream
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.
 

Classes in ucar.ma2 used by ucar.nc2.thredds
StructureData
          A container for a Structure's data.
 

Classes in ucar.ma2 used by ucar.nc2.util
Array
          Superclass for implementations of multidimensional arrays.
StructureData
          A container for a Structure's data.
 

Classes in ucar.ma2 used by ucar.unidata.geoloc.vertical
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-2011 UCAR/Unidata. All Rights Reserved.