public abstract class GridDatasetResponder extends Object
| Constructor and Description |
|---|
GridDatasetResponder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildCacheUrl(String fileName) |
protected boolean |
checkRequestedVars(GridDataset gds,
NcssParamsBean params)
Returns true if all the variables have the same vertical axes.
|
static CalendarDateRange |
getRequestedDateRange(NcssParamsBean params) |
protected List<CalendarDate> |
getRequestedDates(GridDataset gds,
NcssParamsBean params) |
protected Map<String,List<String>> |
groupVarsByVertLevels(GridDataset gds,
NcssParamsBean params) |
public static CalendarDateRange getRequestedDateRange(NcssParamsBean params) throws ParseException
ParseExceptionprotected boolean checkRequestedVars(GridDataset gds, NcssParamsBean params) throws VariableNotContainedInDatasetException
gds - params - VariableNotContainedInDatasetExceptionprotected Map<String,List<String>> groupVarsByVertLevels(GridDataset gds, NcssParamsBean params) throws VariableNotContainedInDatasetException
protected List<CalendarDate> getRequestedDates(GridDataset gds, NcssParamsBean params) throws OutOfBoundariesException, ParseException, TimeOutOfWindowException
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.