@Controller @RequestMapping(value="/ncss/grid") public class NcssGridController extends AbstractNcssController
| Constructor and Description |
|---|
NcssGridController() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkVarsHaveSameVertAxis(ucar.nc2.ft2.coverage.CoverageCollection gcd,
NcssGridParamsBean params)
Returns true if all the variables have the same vertical axis (if they have an axis).
|
protected java.lang.String |
getBase() |
org.springframework.web.servlet.ModelAndView |
getDatasetDescription(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NcssGridParamsBean params,
org.springframework.validation.BindingResult validationResult) |
buildDatasetUrl, getDatasetPath, getDatasetPath, handle, handleValidationErrorMessage, handleValidationErrorsResponse, setResponseHeadersprotected java.lang.String getBase()
@RequestMapping(value="**")
public void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NcssGridParamsBean params,
org.springframework.validation.BindingResult validationResult)
throws java.lang.Exception
java.lang.Exception@RequestMapping(value={"**/dataset.html","**/dataset.xml","**/pointDataset.html","**/pointDataset.xml"})
public org.springframework.web.servlet.ModelAndView getDatasetDescription(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException,
NcssException
java.io.IOExceptionNcssExceptionprotected boolean checkVarsHaveSameVertAxis(ucar.nc2.ft2.coverage.CoverageCollection gcd,
NcssGridParamsBean params)
throws VariableNotContainedInDatasetException