public class TdsRequestedDataset extends Object
| Constructor and Description |
|---|
TdsRequestedDataset(javax.servlet.http.HttpServletRequest request,
String removePrefix) |
| Modifier and Type | Method and Description |
|---|---|
static ucar.nc2.ft2.coverage.CoverageCollection |
getCoverageCollection(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path) |
static DatasetManager |
getDatasetManager() |
static File |
getFile(String reqPath) |
static ucar.nc2.dt.GridDataset |
getGridDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path) |
static long |
getLastModified(String reqPath) |
static String |
getLocationFromRequestPath(String reqPath) |
static ucar.nc2.NetcdfFile |
getNetcdfFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path) |
String |
getPath() |
static ucar.nc2.ft.FeatureDatasetPoint |
getPointDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path) |
boolean |
isRemote() |
ucar.nc2.ft2.coverage.CoverageCollection |
openAsCoverageDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
ucar.nc2.dt.GridDataset |
openAsGridDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
ucar.nc2.NetcdfFile |
openAsNetcdfFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
ucar.nc2.ft.FeatureDatasetPoint |
openAsPointDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static boolean |
resourceControlOk(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path) |
static void |
setDatasetManager(DatasetManager _datasetManager) |
public TdsRequestedDataset(javax.servlet.http.HttpServletRequest request,
String removePrefix)
throws IOException
IOExceptionpublic static void setDatasetManager(DatasetManager _datasetManager)
public static DatasetManager getDatasetManager()
public static ucar.nc2.ft.FeatureDatasetPoint getPointDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path)
throws IOException
IOExceptionpublic static ucar.nc2.dt.GridDataset getGridDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path)
throws IOException
IOExceptionpublic static ucar.nc2.ft2.coverage.CoverageCollection getCoverageCollection(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path)
throws IOException
IOExceptionpublic static ucar.nc2.NetcdfFile getNetcdfFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path)
throws IOException
IOExceptionpublic static long getLastModified(String reqPath)
public static boolean resourceControlOk(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String path)
public ucar.nc2.ft.FeatureDatasetPoint openAsPointDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionpublic ucar.nc2.ft2.coverage.CoverageCollection openAsCoverageDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionpublic ucar.nc2.dt.GridDataset openAsGridDataset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionpublic ucar.nc2.NetcdfFile openAsNetcdfFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionpublic boolean isRemote()
public String getPath()