NCDF_Container
This is a beefed-up IDL_CONTAINER object written as a utility object for the NCDF_FILE object and related objects. In particular, two new container methods have been added. The FindByID method searches container objects by object ID, and the FindByName method searches container object by object name. If found, the object reference is returned. This object is a subclassed IDL_CONTAINER object and uses the IDL_CONTAINER initialization routine.
FANNING SOFTWARE CONSULTING David Fanning, Ph.D. 1645 Sheely Drive Fort Collins, CO 80526 USA Phone: 970-221-0438 E-mail: david@idlcoyote.com Coyote's Guide to IDL Programming: http://www.idlcoyote.com
Utilities
ncdf_container = NCDF_Container()
Those used in the IDL_CONTAINER method.
A sub-classed IDL_Container object.
The program is designed to work with the NCDF_FILE object and related programs.
Written by: David W. Fanning, 3 February 2010.