Class ArgoDatasetFactory

    • Field Detail

      • log

        protected static final org.slf4j.Logger log
      • LONGITUDE

        protected String LONGITUDE
      • LATITUDE

        protected String LATITUDE
      • DEPTH

        protected String DEPTH
      • TEMP_PARAMETER

        protected Parameter TEMP_PARAMETER
      • PSAL_PARAMETER

        protected Parameter PSAL_PARAMETER
      • POSITION_QC

        protected String POSITION_QC
      • TEMP_QC

        protected String TEMP_QC
      • PSAL_QC

        protected String PSAL_QC
      • PLATFORM_ID

        protected String PLATFORM_ID
      • N_LEVELS

        protected String N_LEVELS
      • N_PROF

        protected String N_PROF
    • Constructor Detail

      • ArgoDatasetFactory

        public ArgoDatasetFactory()
    • Method Detail

      • createDataset

        public uk.ac.rdg.resc.edal.dataset.cdm.ArgoDatasetFactory.ArgoDataset createDataset​(String id,
                                                                                            String location,
                                                                                            boolean forceRefresh)
                                                                                     throws IOException,
                                                                                            EdalException
        Description copied from class: DatasetFactory
        Returns a Dataset object representing the data at the given location.
        Specified by:
        createDataset in class DatasetFactory
        Parameters:
        id - The ID to assign to this dataset
        location - The location of the source data: this may be a file, database connection string or a remote server address.
        forceRefresh - Set to true to ensure that any cached information is not used
        Throws:
        EdalException - If there is a problem creating the dataset
        IOException