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

ucar.nc2.internal.iosp.hdf4.HdfHeaderIF Maven / Gradle / Ivy

The newest version!
package ucar.nc2.internal.iosp.hdf4;

import java.io.IOException;
import ucar.nc2.Group;
import ucar.nc2.Variable;

/** Interface for HDF5 and HDF4 headers, needed by HdfEos. */
public interface HdfHeaderIF {

  Group.Builder getRootGroup();

  void makeVinfoForDimensionMapVariable(Group.Builder parent, Variable.Builder v);

  String readStructMetadata(Variable.Builder structMetadataVar) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy