public class PointWriter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
PointWriter.Writer |
| Constructor and Description |
|---|
PointWriter(ucar.nc2.ft.FeatureDatasetPoint fd,
ucar.nc2.ft.PointFeatureCollection pfc,
CdmrfQueryBean qb,
ucar.nc2.util.DiskCache2 diskCache) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
boolean |
validate(javax.servlet.http.HttpServletResponse res) |
PointWriter.Writer |
write(javax.servlet.http.HttpServletResponse res) |
java.io.File |
writeNetcdf() |
public PointWriter(ucar.nc2.ft.FeatureDatasetPoint fd,
ucar.nc2.ft.PointFeatureCollection pfc,
CdmrfQueryBean qb,
ucar.nc2.util.DiskCache2 diskCache)
throws java.io.IOException
java.io.IOExceptionpublic boolean validate(javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
java.io.IOExceptionpublic java.io.File writeNetcdf()
throws java.io.IOException
java.io.IOExceptionpublic PointWriter.Writer write(javax.servlet.http.HttpServletResponse res) throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException