Class CdmDatasetFactory

  • Direct Known Subclasses:
    CdmGridDatasetFactory

    public abstract class CdmDatasetFactory
    extends DatasetFactory
    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