Class HydromodelVtkDatasetFactory

    • Constructor Detail

      • HydromodelVtkDatasetFactory

        public HydromodelVtkDatasetFactory()
    • Method Detail

      • createDataset

        public Dataset 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