All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ucar.nc2.dt.package.html Maven / Gradle / Ivy

Go to download

The NetCDF-Java Library is a Java interface to NetCDF files, as well as to many other types of scientific data formats.

There is a newer version: 4.3.22
Show newest version



   
   
   package ucar.nc2.dt : Scientific Datatypes


Scientific data types package. The Point types have been superceded by the classes in package ucar.nc2.ft.

These are interfaces that define access to specialized "scientific datatype" datasets. There are three types of interfaces:

  1. Datatype: atomic datatype usually defined by its dimensionality and topology.
  2. Collection: a homogenous collection of atomic types, specifying the nature of the collection.
  3. Dataset: usually a Collection of a particular Datatype.

A TypedDataset and TypedVariable are lightweight abstractions of NetcdfDataset and Variable, which allows implementations that are not necessarily based on NetcdfDataset objects.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy