Class CdmGridDatasetFactory

  • All Implemented Interfaces:
    Serializable

    public class CdmGridDatasetFactory
    extends CdmDatasetFactory
    implements Serializable
    DatasetFactory that creates Datasets representing gridded data read through the Unidata Common Data Model. Although multiple instances of this DatasetFactory can be created, all share a common cache of NetcdfDataset objects to speed up operations where the same dataset is accessed multiple times. To avoid excess file handles being open, this is a LRU cache which closes the datasets when they expire.
    Author:
    Guy Griffiths, Jon Blower
    See Also:
    Serialized Form