public class StationWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
StationWriter.Writer |
| Constructor and Description |
|---|
StationWriter(FeatureDatasetPoint fd,
StationTimeSeriesFeatureCollection sfc,
CdmrfQueryBean qb,
DiskCache2 diskCache) |
| Modifier and Type | Method and Description |
|---|---|
Station |
findClosestStation(LatLonPoint pt) |
List<String> |
getStationNames(LatLonRect boundingBox) |
boolean |
intersect(DateRange dr) |
static void |
main(String[] args) |
boolean |
validate(javax.servlet.http.HttpServletResponse res) |
StationWriter.Writer |
write(javax.servlet.http.HttpServletResponse res) |
File |
writeNetcdf() |
public StationWriter(FeatureDatasetPoint fd, StationTimeSeriesFeatureCollection sfc, CdmrfQueryBean qb, DiskCache2 diskCache) throws IOException
IOExceptionpublic boolean validate(javax.servlet.http.HttpServletResponse res)
throws IOException
IOExceptionpublic File writeNetcdf() throws IOException
IOExceptionpublic StationWriter.Writer write(javax.servlet.http.HttpServletResponse res) throws IOException
IOExceptionpublic List<String> getStationNames(LatLonRect boundingBox) throws IOException
IOExceptionpublic Station findClosestStation(LatLonPoint pt) throws IOException
IOExceptionpublic boolean intersect(DateRange dr) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 1999–2015 UCAR/Unidata. All rights reserved.