4.14. MetaData
[4. Implementation Design]

A MetaData group can be associated with mesh, grid or cross-section groups to define information about the data.

The following functions are used to read the MetaData. Pass the following functions an object ID and they return a string of XML data for all the metadata (xfGetMetadataXML), the profile data, the source data, and the spatial data respectively. The string returned from a_xml must be free'd after any of these functions are called (if they are successful).

C/C++
XMDF_API int xfGetMetadataXML(xid a_Id, char **a_xml);
XMDF_API int xfGetMetadataProfileXML (xid a_Id, char **a_xml);
XMDF_API int xfGetMetadataSourceXML (xid a_Id, char **a_xml);
XMDF_API int xfGetMetadataSpatialXML (xid a_Id, char **a_xml);

Generated on Wed Jun 2 11:55:33 2010 for XMDF by  doxygen 1.5.6