| java.lang.Object it.geosolutions.imageio.plugins.jhdf.HDFUtilities
HDFUtilities | public class HDFUtilities (Code) | | |
Method Summary | |
public static String | buildAttributeString(Attribute att) Given a HDF Attribute, builds a String containing comma separated
values related to the attribute. | public static int | getBufferTypeFromDataType(Datatype datatype) Given a HDF datatype, returns a proper DataBuffer type depending on
the datatype size and the datatype class. |
buildAttributeString | public static String buildAttributeString(Attribute att)(Code) | | Given a HDF Attribute, builds a String containing comma separated
values related to the attribute. Some Attribute may have a int
array as value.
Parameters: att - a HDF Attribute .the built String |
getBufferTypeFromDataType | public static int getBufferTypeFromDataType(Datatype datatype)(Code) | | Given a HDF datatype, returns a proper DataBuffer type depending on
the datatype size and the datatype class.
Parameters: datatype - the input datatype the proper buffer type |
|
|