getNetcdfDatasetFromLocation
protected ucar.nc2.dataset.NetcdfDataset getNetcdfDatasetFromLocation(java.lang.String location,
boolean forceRefresh)
None of this matters really. For NcML datasets, we cannot rely on a location, as the
ncml is modifying the dataset in memory. So, we are ignoring location and force reset
while accssing the NetcdfDataset directly (which is set in ThreddsWmsCatalogue)
- Overrides:
getNetcdfDatasetFromLocation in class uk.ac.rdg.resc.edal.dataset.cdm.CdmDatasetFactory
- Parameters:
location - - location of the netCDF File
forceRefresh - - this is an ncWMS specific thing
- Returns:
- Throws:
java.io.IOException