| Name | Description | Type | Package | Framework |
| AbstractCoordTransBuilder | Abstract superclass for implementations of CoordTransBuilderIF. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| ADASConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Aggregation | Superclass for NcML Aggregation. | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationExisting | JoinExisting Aggregation. | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationFmrc | | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationNew | JoinNew Aggregation. | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationOuterDimension | | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationTiled | | Class | ucar.nc2.ncml | NetCDF |
|
| AggregationUnion | Aggregation on datasets to be simply combined - aka "union". | Class | ucar.nc2.ncml | NetCDF |
|
| AlbersEqualArea | Create a AlbersEqualArea Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| AlbersEqualArea | Albers Equal Area Conic Projection, one or two standard parallels, See John Snyder, Map Projections used by the USGS, Bulletin 1532, | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| AlbersEqualAreaEllipse | Adapted from com. | Class | ucar.unidata.geoloc.projection.proj4 | NetCDF |
|
| Array | Superclass for implementations of multidimensional arrays. | Class | ucar.ma2 | NetCDF |
|
| ArrayBoolean | Concrete implementation of Array specialized for booleans. | Class | ucar.ma2 | NetCDF |
|
| ArrayByte | Concrete implementation of Array specialized for bytes. | Class | ucar.ma2 | NetCDF |
|
| ArrayChar | Concrete implementation of Array specialized for chars. | Class | ucar.ma2 | NetCDF |
|
| ArrayDouble | Concrete implementation of Array specialized for doubles. | Class | ucar.ma2 | NetCDF |
|
| ArrayFloat | Concrete implementation of Array specialized for floats. | Class | ucar.ma2 | NetCDF |
|
| ArrayInt | Concrete implementation of Array specialized for ints. | Class | ucar.ma2 | NetCDF |
|
| ArrayLong | Concrete implementation of Array specialized for longs. | Class | ucar.ma2 | NetCDF |
|
| ArrayObject | Concrete implementation of Array specialized for Objects. | Class | ucar.ma2 | NetCDF |
|
| ArrayRagged | | Class | ucar.ma2 | NetCDF |
|
| ArrayScalar | | Class | ucar.ma2 | NetCDF |
|
| ArraySequence | ArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator. | Class | ucar.ma2 | NetCDF |
|
| ArraySequenceNested | Handles nested sequences: a 1D array of variable length 1D arrays of StructureData. | Class | ucar.ma2 | NetCDF |
|
| ArrayShort | Concrete implementation of Array specialized for shorts. | Class | ucar.ma2 | NetCDF |
|
| ArrayString | Concrete implementation of Array specialized for Strings. | Class | ucar.ma2 | NetCDF |
|
| ArrayStructure | Superclass for implementations of Array of StructureData. | Class | ucar.ma2 | NetCDF |
|
| ArrayStructureBB | Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly. | Class | ucar.ma2 | NetCDF |
|
| ArrayStructureBBpos | Variation of ArrayStructureBB, where the offsets of the records into the ByteBuffer are uneven and must be passed in by the user. | Class | ucar.ma2 | NetCDF |
|
| ArrayStructureComposite | An ArrayStructure compose of other ArrayStructures. | Class | ucar.ma2 | NetCDF |
|
| ArrayStructureMA | Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to StructureData member data on the fly. | Class | ucar.ma2 | NetCDF |
|
| ArrayStructureW | Concrete implementation of ArrayStructure, with data access deferred to the StructureData objects. | Class | ucar.ma2 | NetCDF |
|
| ATDRadarConvention | ATD Radar file (ad hoc guesses). | Class | ucar.nc2.dataset.conv | NetCDF |
|
| AtmosLnPressure | pressure(z) = p0 * exp(-lev(k))" . | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| AtmosSigma | Create a 3D height(z,y,x) array using the CF formula for "atmospheric sigma vertical coordinate". | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| Attribute | An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group. | Class | ucar.nc2 | NetCDF |
|
| AvhrrConvention | Avhrr Hdf5 files - geostationary satellite images. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| AWIPSConvention | AWIPS netcdf output. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| AWIPSsatConvention | AWIPS netcdf output. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| AxisType | Type-safe enumeration of netCDF Coordinate Axis types. | Class | ucar.nc2.constants | NetCDF |
|
| AzimuthalEquidistant | AzimuthalEquidistant Projection. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| Bearing | Computes the distance, azimuth, and back azimuth between two lat-lon positions on the Earth's surface. | Class | ucar.unidata.geoloc | NetCDF |
|
| BeLeDataInputStream | Big-endian little-endian data input stream, from which numbers in both big- and little-endian representations can be read. | Class | ucar.unidata.io | NetCDF |
|
| BUFRConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| BZip2Constants | Base class for both the compress and decompress classes. | Interface | ucar.unidata.io.bzip2 | NetCDF |
|
| BZip2ReadException | Exception for BZip problemsSee Also:Serialized Form | Class | ucar.unidata.io.bzip2 | NetCDF |
|
| Calendar | Uses joda-time, may switch to JSP 310 at a later date. | Class | ucar.nc2.time | NetCDF |
|
| CalendarDate | A Calendar Date. | Class | ucar.nc2.time | NetCDF |
|
| CalendarDateFormatter | Threadsafe static routines for date formatting. | Class | ucar.nc2.time | NetCDF |
|
| CalendarDateRange | A range of CalendarDates. | Class | ucar.nc2.time | NetCDF |
|
| CalendarDateUnit | Array-oriented Scientific Data Library | Class | ucar.nc2.time | NetCDF |
|
| CalendarDuration | A replacement for ucar. | Class | ucar.nc2.time | NetCDF |
|
| CalendarPeriod | A CalendarPeriod is a logical duration of time, it requires a Calendar to convert to an actual duration of time. | Class | ucar.nc2.time | NetCDF |
|
| CalendarTimeZone | Encapsolate TimeZone functionality. | Class | ucar.nc2.time | NetCDF |
|
| CancelTask | Allows long tasks to be cancelled. | Interface | ucar.nc2.util | NetCDF |
|
| CancelTaskImpl | Simple implementation of CancelTask, used in order to get status return. | Class | ucar.nc2.util | NetCDF |
|
| CatalogSetCallback | Allows asynchronous reading of a catalog. | Interface | thredds.catalog | NetCDF |
|
| CBZip2InputStream | An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream. | Class | ucar.unidata.io.bzip2 | NetCDF |
|
| CDM | | Interface | ucar.nc2.constants | NetCDF |
|
| CDMNode | Define a superclass for all the CDM node classes: Group, Dimension, etc. | Class | ucar.nc2 | NetCDF |
|
| CDMSort | Enumeration of the kinds of nodes in a CDM model. | Class | ucar.nc2 | NetCDF |
|
| CEDRICRadarConvention | Created by IntelliJ IDEA. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| CF | Constants used in CF Conventions. | Interface | ucar.nc2.constants | NetCDF |
|
| CF1Convention | see http://www. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| COARDSConvention | see http://ferret. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| CollectionType | Type-safe enumeration of THREDDS coherent collection types. | Class | thredds.catalog | NetCDF |
|
| CompareNetcdf2 | Compare two NetcdfFile. | Class | ucar.nc2.util | NetCDF |
|
| CoordinateAxis | A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateAxis1D | A 1-dimensional Coordinate Axis. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateAxis1DTime | A 1-dimensional Coordinate Axis representing Calendar time. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateAxis2D | A 2-dimensional numeric Coordinate Axis. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateSystem | A CoordinateSystem specifies the coordinates of a Variable's values. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordinateTransform | A CoordinateTransform is an abstraction of a function from a CoordinateSystem to a "reference" CoordinateSystem, such as lat, lon. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordRefSysToGML | Helper class to write a CRS in GML given a ucar. | Class | ucar.unidata.geoloc.ogc | NetCDF |
|
| CoordSysBuilder | Abstract class for implementing Convention-specific parsing of netCDF files. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordSysBuilderIF | | Interface | ucar.nc2.dataset | NetCDF |
|
| CoordTransBuilder | Manager for Coordinate Transforms. | Class | ucar.nc2.dataset | NetCDF |
|
| CoordTransBuilderIF | Must be able to know how to build one from the info in a Coordinate Transform Variable. | Interface | ucar.nc2.dataset | NetCDF |
|
| Cosmic1Convention | Cosmic data - version 1. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| CrawlableCatalog | A CrawlableDataset from a THREDDS catalog. | Class | thredds.catalog | NetCDF |
|
| CRC | | Class | ucar.unidata.io.bzip2 | NetCDF |
|
| CSMConvention | CSM-1 Convention. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| CylindricalEqualAreaProjection | CylindricalEqualArea Projection. | Class | ucar.unidata.geoloc.projection.proj4 | NetCDF |
|
| DataFormatType | Type-safe enumeration of THREDDS data format types. | Class | thredds.catalog | NetCDF |
|
| DataIterator | Just like java. | Interface | ucar.nc2.dt | NetCDF |
|
| DataIteratorAdapter | | Class | ucar.nc2.dt | NetCDF |
|
| DataRootConfig | ataRoot eleentg in a thredds config catalog. | Class | thredds.catalog | NetCDF |
|
| DatasetConstructor | Helper methods for constructing NetcdfDatasets. | Class | ucar.nc2.dataset | NetCDF |
|
| DatasetFilter | Abstract class to filter datasets. | Interface | thredds.catalog | NetCDF |
|
| DataType | Type-safe enumeration of data types. | Class | ucar.ma2 | NetCDF |
|
| DatatypeIterator | An abstract implementation for iterating over datatypes, such as PointObsDatatype, etc. | Class | ucar.nc2.dt | NetCDF |
|
| DateFormatter | Date parsing and formatting. | Class | ucar.nc2.units | NetCDF |
|
| DateFromString | Convenience routines for parsing a String to produce a Date. | Class | ucar.nc2.units | NetCDF |
|
| DateRange | You can use a DateType = "present" and a time duration to specify "real time" intervals, eg "last 3 days" uses endDate = "present" and duration = "3 days". | Class | ucar.nc2.units | NetCDF |
|
| DateType | This is mostly a general way to specify dates in a string. | Class | ucar.nc2.units | NetCDF |
|
| DateUnit | Array-oriented Scientific Data Library | Class | ucar.nc2.units | NetCDF |
|
| DebugFlags | Interface for global debug flags. | Interface | ucar.nc2.util | NetCDF |
|
| DebugFlagsImpl | | Class | ucar.nc2.util | NetCDF |
|
| DefaultConvention | Default Coordinate Conventions. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Dimension | A Dimension is used to define the array shape of a Variable. | Class | ucar.nc2 | NetCDF |
|
| DiskCache | This is a general purpose utility for determining a place to write files and cache them, eg for uncompressing files. | Class | ucar.nc2.util | NetCDF |
|
| DiskCache2 | Manages a place on disk to persistently cache files, which are deleted when the last modified date exceeds a certain time. | Class | ucar.nc2.util | NetCDF |
|
| Earth | Defines the shape of the earth ellipsoid. | Class | ucar.unidata.geoloc | NetCDF |
|
| EarthEllipsoid | Type-safe enumeration of Earth Ellipsoids. | Class | ucar.unidata.geoloc | NetCDF |
|
| EarthLocation | A location on the earth, specified by lat, lon and optionally altitude. | Interface | ucar.unidata.geoloc | NetCDF |
|
| EarthLocationImpl | A location on the Earth. | Class | ucar.unidata.geoloc | NetCDF |
|
| Enhancements | A Variable decorator that handles Coordinates Systems and "standard attributes" and adds them to the object model. | Interface | ucar.nc2.dataset | NetCDF |
|
| EnhanceScaleMissing | A Variable decorator that handles missing data, and scale/offset packed data. | Interface | ucar.nc2.dataset | NetCDF |
|
| EnumTypedef | Enumeration Typedef map integers to Strings. | Class | ucar.nc2 | NetCDF |
|
| EpicInsitu | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| HdfEosOmiConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| HTTPRandomAccessFile | Gives access to files over HTTP, using "Accept-Ranges" HTTP header to do random access. | Class | ucar.unidata.io.http | NetCDF |
|
| HybridHeight | Create a 3D height(z,y,x) array using the netCDF CF convention formula for "Atmospheric Hybrid Height". | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| HybridSigmaPressure | Create a 3D height(z,y,x) array using the netCDF CF convention formula for "Hybrid Sigma Pressure". | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| IFPSConvention | IFPS Convention Allows Local NWS forecast office generated forecast datasets to be brought into IDV. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Indent | Maintains indentation level for printing nested structures. | Class | ucar.nc2.util | NetCDF |
|
| Index | Indexes for Multidimensional arrays. | Class | ucar.ma2 | NetCDF |
|
| Index0D | Specialization of Index for rank 0 arrays, ie scalars. | Class | ucar.ma2 | NetCDF |
|
| Index1D | Specialization of Index for rank 1 arrays. | Class | ucar.ma2 | NetCDF |
|
| Index2D | Specialization of Index for rank 2 arrays. | Class | ucar.ma2 | NetCDF |
|
| Index3D | Specialization of Index for rank 3 arrays. | Class | ucar.ma2 | NetCDF |
|
| Index4D | Specialization of Index for rank 4 arrays. | Class | ucar.ma2 | NetCDF |
|
| Index5D | Specialization of Index for rank 5 arrays. | Class | ucar.ma2 | NetCDF |
|
| Index6D | Specialization of Index for rank 6 arrays. | Class | ucar.ma2 | NetCDF |
|
| Index7D | Specialization of Index for rank 7 arrays. | Class | ucar.ma2 | NetCDF |
|
| IndexConstant | An Index into an Array that always returns 0. | Class | ucar.ma2 | NetCDF |
|
| IndexIterator | Iteration through each element of an Array in "canonical order". | Interface | ucar.ma2 | NetCDF |
|
| InMemoryRandomAccessFile | A RandomAccessFile stored entirely in memory as a byte array. | Class | ucar.unidata.io | NetCDF |
|
| InvAccess | Public interface to a catalog access element, defining how to access a specific web resource. | Class | thredds.catalog | NetCDF |
|
| InvAccessImpl | Concrete access element. | Class | thredds.catalog | NetCDF |
|
| InvalidRangeException | Thrown if an attempt is made to use an invalid Range to index an array. | Class | ucar.ma2 | NetCDF |
|
| InvCatalog | Public interface to a thredds catalog, a virtual directory of datasets. | Class | thredds.catalog | NetCDF |
|
| InvCatalogConvertIF | Converts JDOM tree to Inventory Catalog Objects. | Interface | thredds.catalog | NetCDF |
|
| InvCatalogFactory | Reads an XML document and constructs thredds. | Class | thredds.catalog | NetCDF |
|
| InvCatalogImpl | Concrete implementation of a Thredds catalog object. | Class | thredds.catalog | NetCDF |
|
| InvCatalogRef | A reference to a InvCatalog. | Class | thredds.catalog | NetCDF |
|
| InvDataset | Public interface to a thredds dataset, basic abstraction for data. | Class | thredds.catalog | NetCDF |
|
| InvDatasetFcFmrc | Feature Collection for Fmrc Generate anew each call; use object caching if needed to improve efficiency | Class | thredds.catalog | NetCDF |
|
| InvDatasetFcPoint | | Class | thredds.catalog | NetCDF |
|
| InvDatasetFeatureCollection | Abstract superclass for Feature Collection Datasets. | Class | thredds.catalog | NetCDF |
|
| InvDatasetFmrc | InvDatasetFmrc represents an element in a TDS catalog. | Class | thredds.catalog | NetCDF |
|
| InvDatasetImpl | Concrete implementation of a thredds Dataset, for reading and writing from XML. | Class | thredds.catalog | NetCDF |
|
| InvDatasetImplProxy | Proxy an InvDatasetImpl to another InvDatasetImpl. | Class | thredds.catalog | NetCDF |
|
| InvDatasetScan | Represents server-side information on how to scan a collection of datasets for catalog generation. | Class | thredds.catalog | NetCDF |
|
| InvDocumentation | A documentation object: text, HTML or an Xlink. | Class | thredds.catalog | NetCDF |
|
| InvMetadata | A metadata element: structured XML element containing info about associated dataset or catalog. | Class | thredds.catalog | NetCDF |
|
| InvProperty | A Property is a name/value pair. | Class | thredds.catalog | NetCDF |
|
| InvService | A Service is an abstraction for an internet service, such as a data server, FTP, etc. | Class | thredds.catalog | NetCDF |
|
| IO | Input/Output utilities. | Class | ucar.nc2.util | NetCDF |
|
| IridlConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| IteratorFast | A "fast" iterator that can be used when the data is in canonical order. | Class | ucar.ma2 | NetCDF |
|
| Jason2Convention | Created by IntelliJ IDEA. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| KMPMatch | Knuth-Morris-Pratt Algorithm for Pattern Matching. | Class | ucar.unidata.io | NetCDF |
|
| LambertAzimuthal | Create a LambertAzimuthal Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| LambertAzimuthalEqualArea | Lambert AzimuthalEqualArea Projection spherical earth. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| LambertConformal | Lambert Conformal Projection, one or two standard parallels, spherical earth. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| LambertConformalConic | Create a LambertConformalConic Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| LambertConformalConicEllipse | Adapted from com. | Class | ucar.unidata.geoloc.projection.proj4 | NetCDF |
|
| LambertCylindricalEqualArea | | Class | ucar.nc2.dataset.transform | NetCDF |
|
| LatLonPoint | Points on the Earth's surface, represented as (longitude,latitude), in units of degrees. | Interface | ucar.unidata.geoloc | NetCDF |
|
| LatLonPointImpl | Standard implementation of LatLonPoint. | Class | ucar.unidata.geoloc | NetCDF |
|
| LatLonProjection | This is the "fake" identity projection where world coord = latlon coord. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| LatLonRect | Bounding box for latitude/longitude points. | Class | ucar.unidata.geoloc | NetCDF |
|
| ListenerManager | Helper class for managing event listeners. | Class | ucar.nc2.util | NetCDF |
|
| M3IOConvention | Models-3/EDSS Input/Output netcf format. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| M3IOVGGridConvention | M3IO VG scheme, 5D gridded scalar data, cell-based hexahedra. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| MADISStation | MADIS Station Convention. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| MAMath | | Class | ucar.ma2 | NetCDF |
|
| MAMatrix | Abstraction for matrix operations. | Class | ucar.ma2 | NetCDF |
|
| MapMath | Taken from com. | Class | ucar.unidata.geoloc.projection.proj4 | NetCDF |
|
| MAVector | Abstraction for vector operations. | Class | ucar.ma2 | NetCDF |
|
| Mercator | Create a Mercator Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| Mercator | Mercator projection, spherical earth. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| MetadataConverterIF | Converts JDOM Element to Objects holding metadata content. | Interface | thredds.catalog | NetCDF |
|
| MetadataType | Type-safe enumeration of THREDDS Metadata types. | Class | thredds.catalog | NetCDF |
|
| Misc | Miscellaneous static routines. | Class | ucar.nc2.util | NetCDF |
|
| ModisSatellite | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| MSGnavigation | | Class | ucar.nc2.dataset.transform | NetCDF |
|
| MSGnavigation | Port Eumetsat MSG_navigation. | Class | ucar.unidata.geoloc.projection.sat | NetCDF |
|
| NamedAnything | | Class | ucar.nc2.util | NetCDF |
|
| NamedObject | An object that has a name and a description. | Interface | ucar.nc2.util | NetCDF |
|
| NCdump | Print contents of an existing netCDF file of unknown structure, like ncdump. | Class | ucar.nc2 | NetCDF |
|
| NCdumpW | Print contents of an existing netCDF file, using a Writer. | Class | ucar.nc2 | NetCDF |
|
| NcmlConstructor | Populate a NetcdfFile directly from NcML, can be used by IOSPs. | Class | ucar.nc2.ncml | NetCDF |
|
| NcMLGWriter | Helper class to write NcML-G. | Class | ucar.nc2.ncml | NetCDF |
|
| NcMLReader | Read NcML and create NetcdfDataset. | Class | ucar.nc2.ncml | NetCDF |
|
| NcMLWriter | Helper class to write NcML. | Class | ucar.nc2.ncml | NetCDF |
|
| NestedPointFeatureCollection | A collection of PointFeatures nested inside one or more PointFeatureCollection. | Interface | ucar.nc2.ft | NetCDF |
|
| NestedPointFeatureCollectionIterator | An iterator over NestedPointFeatureCollection. | Interface | ucar.nc2.ft | NetCDF |
|
| NetcdfCFWriter | Write a CF compliant Netcdf-3 or netcdf-4 file (classic mode only) from any gridded dataset. | Class | ucar.nc2.dt.grid | NetCDF |
|
| NetcdfDataset | NetcdfDataset extends the netCDF API, adding standard attribute parsing such as scale and offset, and explicit support for Coordinate Systems. | Class | ucar.nc2.dataset | NetCDF |
|
| NetcdfDatasetInfo | Helper class for obtaining information about a NetcdfDataset. | Class | ucar.nc2.dataset | NetCDF |
|
| NetcdfFile | Read-only scientific datasets that are accessible through the netCDF API. | Class | ucar.nc2 | NetCDF |
|
| NetcdfFileWriteable | Create/Write netCDF-3 formatted files. | Class | ucar.nc2 | NetCDF |
|
| NetcdfFileWriter | Writes Netcdf 3 or 4 formatted files to disk. | Class | ucar.nc2 | NetCDF |
|
| Nimbus | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| NppConvention | NPP/NPOESS Conventions note this is almost same as Avhrr ?? | Class | ucar.nc2.dataset.conv | NetCDF |
|
| NsslRadarMosaicConvention | NsslRadarMosaicConvention Convention. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| NUWGConvention | NUWG Convention (ad hoc). | Class | ucar.nc2.dataset.conv | NetCDF |
|
| OceanS | Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate". | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| OceanSG1 | Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate g1". | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| OceanSG2 | Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate g2". | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| OceanSigma | Create a 3D height(z,y,x) array using the CF formula for "ocean sigma vertical coordinate". | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| Orthographic | Create a Orthographic Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| Orthographic | Orthographic Projection spherical earth. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| Parameter | A parameter has a name and a value that is String, a double, or an array of doubles. | Class | ucar.unidata.util | NetCDF |
|
| ParsedSectionSpec | Parsed Section Expression, allows nesting for subsetting of Structure member variables. | Class | ucar.nc2 | NetCDF |
|
| PointCollection | A collection of data at unconnected locations. | Interface | ucar.nc2.dt | NetCDF |
|
| PointFeature | A collection of observations at one time and location. | Interface | ucar.nc2.ft | NetCDF |
|
| PointFeatureCollection | A collection of PointFeatures. | Interface | ucar.nc2.ft | NetCDF |
|
| PointFeatureCollectionIterator | An iterator over PointFeatureCollections. | Interface | ucar.nc2.ft | NetCDF |
|
| PointFeatureIterator | An iterator over PointFeatures. | Interface | ucar.nc2.ft | NetCDF |
|
| PointObsDataset | A PointCollection of PointObsDatatype. | Interface | ucar.nc2.dt | NetCDF |
|
| PointObsDatatype | A collection of observations at one time and location. | Interface | ucar.nc2.dt | NetCDF |
|
| PolarStereographic | Create a Polar Stereographic Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| PolyconicProjection | Polyconic Projection. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| PolyconicProjection | | Class | ucar.unidata.geoloc.projection.proj4 | NetCDF |
|
| PositioningDataInputStream | Similar to a DataInputStream that keeps track of position. | Class | ucar.unidata.io | NetCDF |
|
| ProfileFeature | A set of observations along the vertical (z) axis. | Interface | ucar.nc2.ft | NetCDF |
|
| ProfileFeatureCollection | A collection of ProfileFeature. | Interface | ucar.nc2.ft | NetCDF |
|
| Projection | Projective geometry transformations from (lat,lon) to (x,y) on a projective cartesian surface. | Interface | ucar.unidata.geoloc | NetCDF |
|
| ProjectionAdapter | Adapts a Projection interface into a subclass of ProjectionImpl, so we can assume a Projection is a ProjectionImpl | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| ProjectionCT | A Projection CoordinateTransform is a function from (GeoX, GeoY) -> (Lat, Lon). | Class | ucar.nc2.dataset | NetCDF |
|
| ProjectionImpl | Superclass for our implementations of geoloc. | Class | ucar.unidata.geoloc | NetCDF |
|
| ProjectionPoint | Points on the Projective geometry plane. | Interface | ucar.unidata.geoloc | NetCDF |
|
| ProjectionPointImpl | Our implementation of ProjectionPoint, that subclasses java. | Class | ucar.unidata.geoloc | NetCDF |
|
| ProjectionRect | Bounding box for ProjectionPoint's. | Class | ucar.unidata.geoloc | NetCDF |
|
| ProxyReader | An object that knows how to read the data for a Variable. | Interface | ucar.nc2 | NetCDF |
|
| RadialDatasetSweep | A RadialDataset in which the radials can be grouped into sweeps. | Interface | ucar.nc2.dt | NetCDF |
|
| RandomAccessFile | A buffered drop-in replacement for java. | Class | ucar.unidata.io | NetCDF |
|
| Range | Represents a set of integers, used as an index for arrays. | Class | ucar.ma2 | NetCDF |
|
| ReplaceVariableCheck | | Interface | ucar.nc2.dataset | NetCDF |
|
| RotatedLatLon | Create a Rotated LatLon Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| RotatedLatLon | Grib 1 projection 10 and Grib 2 projection 1. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| RotatedPole | Create a RotatedPole Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| RotatedPole | Rotated-pole longitude-latitude grid. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| Section | A section of multidimensional array indices. | Class | ucar.ma2 | NetCDF |
|
| SectionFeature | A collection of profiles which originate along a trajectory. | Interface | ucar.nc2.ft | NetCDF |
|
| SectionFeatureCollection | A collection of SectionFeatures. | Interface | ucar.nc2.ft | NetCDF |
|
| Sequence | Sequence is a one-dimensional Structure with indeterminate length. | Class | ucar.nc2 | NetCDF |
|
| SequenceDS | | Class | ucar.nc2.dataset | NetCDF |
|
| SequenceIterator | Creates a StructureDataIterator by wrapping a section of a ArrayStructure. | Class | ucar.ma2 | NetCDF |
|
| ServiceType | Type-safe enumeration of THREDDS Service types. | Class | thredds.catalog | NetCDF |
|
| SimpleUnit | Array-oriented Scientific Data Library | Class | ucar.nc2.units | NetCDF |
|
| Sinusoidal | Create a Sinusoidal Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| Sinusoidal | Sinusoidal projection, spherical earth. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| SpecialMathFunction | Special Math functions. | Class | ucar.unidata.util | NetCDF |
|
| Station | A named location on the earth. | Interface | ucar.unidata.geoloc | NetCDF |
|
| StationCollection | A collection of data at unconnected station locations, typically time series. | Interface | ucar.nc2.dt | NetCDF |
|
| StationCollection | A collection of data at named locations called Stations. | Interface | ucar.nc2.ft | NetCDF |
|
| StationImpl | | Class | ucar.nc2.dt | NetCDF |
|
| StationImpl | | Class | ucar.unidata.geoloc | NetCDF |
|
| StationObsDataset | A collection of Stations with StationObsDatatype data. | Interface | ucar.nc2.dt | NetCDF |
|
| StationObsDatatype | | Interface | ucar.nc2.dt | NetCDF |
|
| StationProfileFeature | Time series of ProfileFeature at named locations. | Interface | ucar.nc2.ft | NetCDF |
|
| StationProfileFeatureCollection | | Interface | ucar.nc2.ft | NetCDF |
|
| StationRadialDataset | A collection of Stations with RadialDatatype data. | Interface | ucar.nc2.dt | NetCDF |
|
| StationTimeSeriesFeature | Time series of PointFeature at a named location aka 'station'. | Interface | ucar.nc2.ft | NetCDF |
|
| StationTimeSeriesFeatureCollection | A collection of StationTimeSeriesFeature. | Interface | ucar.nc2.ft | NetCDF |
|
| Stereographic | Create a Stereographic Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| Stereographic | Stereographic projection, spherical earth. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| StereographicAzimuthalProjection | taken from the USGS PROJ package. | Class | ucar.unidata.geoloc.projection.proj4 | NetCDF |
|
| StringUtil2 | | Class | ucar.unidata.util | NetCDF |
|
| Structure | A Structure is a type of Variable that contains other Variables, like a struct in C. | Class | ucar.nc2 | NetCDF |
|
| StructureData | A container for a Structure's data. | Class | ucar.ma2 | NetCDF |
|
| StructureDataA | A StructureData implementation delegates everything to the containing ArrayStructure. | Class | ucar.ma2 | NetCDF |
|
| StructureDataComposite | A composite of other StructureData. | Class | ucar.ma2 | NetCDF |
|
| StructureDataFactory | | Class | ucar.ma2 | NetCDF |
|
| StructureDataIterator | An iterator over StructureData. | Interface | ucar.ma2 | NetCDF |
|
| StructureDataIteratorLimited | Read a maximum number of sdatas from a StructureDataIterator. | Class | ucar.ma2 | NetCDF |
|
| StructureDataScalar | | Class | ucar.ma2 | NetCDF |
|
| StructureDataW | A StructureData implementation that has its data self-contained. | Class | ucar.ma2 | NetCDF |
|
| StructureDS | An "enhanced" Structure. | Class | ucar.nc2.dataset | NetCDF |
|
| StructureMembers | A Collection of members contained in a StructureData. | Class | ucar.ma2 | NetCDF |
|
| StructurePseudo | Make a collection of variables with the same outer dimension into a fake Structure. | Class | ucar.nc2 | NetCDF |
|
| StructurePseudo2Dim | | Class | ucar.nc2.dataset | NetCDF |
|
| StructurePseudoDS | Make a collection of variables with the same outer dimension into a fake Structure. | Class | ucar.nc2.dataset | NetCDF |
|
| Suomi | Suomi coord sys builder. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| Swap | The Swap class provides static methods for swapping the bytes of chars, shorts, ints, longs, floats, and doubles. | Class | ucar.unidata.io | NetCDF |
|
| TableParser | Utility class to read and parse a fixed length table. | Class | ucar.nc2.util | NetCDF |
|
| ThreddsMetadata | Metadata for "enhanced catalogs", type THREDDS. | Class | thredds.catalog | NetCDF |
|
| TimeDuration | This is really the same as a ucar. | Class | ucar.nc2.units | NetCDF |
|
| TimeSeriesCollection | A collection of data in a time series. | Interface | ucar.nc2.dt | NetCDF |
|
| TimeUnit | Handles Units that are time durations, eg in seconds, hours, days, years. | Class | ucar.nc2.units | NetCDF |
|
| TrajectoryFeature | A set of observations along a 1 dimensional path, connected in space and time. | Interface | ucar.nc2.ft | NetCDF |
|
| TrajectoryFeatureCollection | | Interface | ucar.nc2.ft | NetCDF |
|
| TrajectoryObsDataset | A collection of TrajectoryObsDatatype. | Interface | ucar.nc2.dt | NetCDF |
|
| TrajectoryObsDatatype | A sequence (one-dimensional, variable-length list) of PointObsDatatype, connected in space and time. | Interface | ucar.nc2.dt | NetCDF |
|
| TransformType | Type-safe enumeration of netCDF Dataset TransformType. | Class | ucar.nc2.dataset | NetCDF |
|
| TransverseMercator | Create a Transverse Mercator Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| TransverseMercator | Transverse Mercator projection, spherical earth. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| TransverseMercatorProjection | Transverse Mercator Projection algorithm is taken from the USGS PROJ package. | Class | ucar.unidata.geoloc.projection.proj4 | NetCDF |
|
| TypedDataset | Superclass for "scientific type" datasets. | Interface | ucar.nc2.dt | NetCDF |
|
| TypedDatasetFactory | Manager of factories for TypedDatasets. | Class | ucar.nc2.dt | NetCDF |
|
| TypedDatasetFactoryIF | | Interface | ucar.nc2.dt | NetCDF |
|
| TypedDatasetImpl | Superclass for implementations of TypedDataset. | Class | ucar.nc2.dt | NetCDF |
|
| UncompressInputStream | This class decompresses an input stream containing data compressed with the unix "compress" utility (LZC, a LZW variant). | Class | ucar.unidata.io | NetCDF |
|
| UnidataObsConvention | Unidata Observation Dataset v1. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| UnsynchronizedBufferedWriter | An unsynchronized version of a BufferedWriter, for performance. | Class | ucar.nc2.util | NetCDF |
|
| Urlencoded | | Class | ucar.unidata.util | NetCDF |
|
| URLnaming | Networking utilities. | Class | ucar.nc2.util | NetCDF |
|
| UTM | Create a UTM Projection from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| UtmProjection | Universal Transverse Mercator. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| Variable | A Variable is a logical container for data. | Class | ucar.nc2 | NetCDF |
|
| VariableDS | An wrapper around a Variable, creating an "enhanced" Variable. | Class | ucar.nc2.dataset | NetCDF |
|
| VariableEnhanced | Public interface to an "enhanced Variable", implemented by the ucar. | Interface | ucar.nc2.dataset | NetCDF |
|
| VariableIF | The public interface to a Variable. | Interface | ucar.nc2 | NetCDF |
|
| VariableSimpleAdapter | Adapt a StructureMembers. | Class | ucar.nc2 | NetCDF |
|
| VariableSimpleIF | A lightweight abstractions of a Variable. | Interface | ucar.nc2 | NetCDF |
|
| VariableSimpleSubclass | Adapt a VariableSimpleIF into another VariableSimpleIF, so it can be subclassed. | Class | ucar.nc2.dt | NetCDF |
|
| VAtmHybridHeight | Create a atmosphere_hybrid_height_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VAtmHybridSigmaPressure | Create a atmosphere_hybrid_sigma_pressure_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VAtmLnPressure | DO NOT USE: see CF1Convention. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VAtmSigma | Create a atmosphere_sigma_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VerticalCT | A VerticalCT is a CoordinateTransform function CT: (GeoZ) -> Height or Pressure. | Class | ucar.nc2.dataset | NetCDF |
|
| VerticalPerspective | VerticalPerspectiveView projection. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VerticalPerspectiveView | Vertical Perspective Projection, spherical earth. | Class | ucar.unidata.geoloc.projection | NetCDF |
|
| VerticalTransform | A transformation to a vertical reference coordinate system, such as height or pressure. | Interface | ucar.unidata.geoloc.vertical | NetCDF |
|
| VerticalTransformImpl | A transformation to a vertical reference coordinate system, such as height or pressure. | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| VerticalTransformSubset | A subset of a vertical transform. | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| VExplicitField | Create a Vertical Transform from an "explicit_field", where the vertical coordinate is explciitly specified as a variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VOceanS | Create a ocean_s_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VOceanSG1 | Create a ocean_s_coordinate_g1 Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VOceanSG2 | Create a ocean_s_coordinate_g2 Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VOceanSigma | Create a ocean_sigma_coordinate Vertical Transform from the information in the Coordinate Transform Variable. | Class | ucar.nc2.dataset.transform | NetCDF |
|
| VTfromExistingData | This implements a VerticalTransform using an existing 3D variable. | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| WKTParser | This class parses OGC WKT Spatial Reference Text. | Class | ucar.unidata.geoloc.ogc | NetCDF |
|
| WRFConvention | WRF netcdf output files. | Class | ucar.nc2.dataset.conv | NetCDF |
|
| WRFEta | Models the vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| WRFEtaTransformBuilder | | Class | ucar.nc2.dataset.transform | NetCDF |
|
| XMLEntityResolver | Handles the interaction with JAXP, resolving dtd, schemas locally if possible. | Class | thredds.catalog | NetCDF |
|
| ZebraConvention | | Class | ucar.nc2.dataset.conv | NetCDF |
|
| _Coordinate | Constants for _Coordinate Conventions. | Class | ucar.nc2.constants | NetCDF |