public interface FeatureDatasetService
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.ft.FeatureDataset |
findDatasetByPath(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
ucar.nc2.ft.FeatureDataset |
findDatasetByPath(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String path) |
ucar.nc2.ft.FeatureDataset findDatasetByPath(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
java.io.IOExceptionucar.nc2.ft.FeatureDataset findDatasetByPath(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String path)
throws java.io.IOException
java.io.IOException