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