public class GridDataRequestParamsBean extends RequestParamsBean
| Constructor and Description |
|---|
GridDataRequestParamsBean() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getEast() |
Integer |
getHorizStride() |
Double |
getMaxx() |
Double |
getMaxy() |
Double |
getMinx() |
Double |
getMiny() |
Double |
getNorth() |
Double |
getSouth() |
Integer |
getTimeStride() |
Integer |
getVertStride() |
Double |
getWest() |
boolean |
isAddLatLon() |
void |
setAddLatLon(boolean addLatLon) |
void |
setEast(Double east) |
void |
setHorizStride(Integer horizStride) |
void |
setMaxx(Double maxx) |
void |
setMaxy(Double maxy) |
void |
setMinx(Double minx) |
void |
setMiny(Double miny) |
void |
setNorth(Double north) |
void |
setSouth(Double south) |
void |
setTimeStride(Integer timeStride) |
void |
setVertStride(Integer vertStride) |
void |
setWest(Double west) |
getTemporal, getTime_duration, getTime_end, getTime_start, getTime_window, getTime, getVar, getVertCoord, setTemporal, setTime_duration, setTime_end, setTime_start, setTime_window, setTime, setVar, setVertCoordgetAccept, setAcceptpublic Double getNorth()
public void setNorth(Double north)
public Double getSouth()
public void setSouth(Double south)
public Double getEast()
public void setEast(Double east)
public Double getWest()
public void setWest(Double west)
public Double getMinx()
public void setMinx(Double minx)
public Double getMaxx()
public void setMaxx(Double maxx)
public Double getMiny()
public void setMiny(Double miny)
public Double getMaxy()
public void setMaxy(Double maxy)
public boolean isAddLatLon()
public void setAddLatLon(boolean addLatLon)
public Integer getHorizStride()
public void setHorizStride(Integer horizStride)
public Integer getTimeStride()
public void setTimeStride(Integer timeStride)
public Integer getVertStride()
public void setVertStride(Integer vertStride)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.