public interface Viewer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getViewerLinkHtml(thredds.catalog.InvDatasetImpl ds,
javax.servlet.http.HttpServletRequest req)
Get an HTML fragment link to the viewer JNLP file, for this dataset.
|
boolean |
isViewable(thredds.catalog.InvDatasetImpl ds)
Is this dataset vieweable by me?
|
boolean isViewable(thredds.catalog.InvDatasetImpl ds)
ds - the datasetjava.lang.String getViewerLinkHtml(thredds.catalog.InvDatasetImpl ds,
javax.servlet.http.HttpServletRequest req)
ds - the dataset to viewreq - the request