Package ucar.nc2.geotiff
Class GeoTiffWriter2
- java.lang.Object
-
- ucar.nc2.geotiff.GeotiffWriter
-
- ucar.nc2.geotiff.GeoTiffWriter2
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class GeoTiffWriter2 extends GeotiffWriter
This allows writing non-regular data, eg swath data.- Since:
- 3/15/13
-
-
Field Summary
-
Fields inherited from class ucar.nc2.geotiff.GeotiffWriter
colorTable, geotiff, pageNumber
-
-
Constructor Summary
Constructors Constructor Description GeoTiffWriter2(String fileOut)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeGrid(String gridDataset_filename, String gridName, int time, int level, boolean greyScale, LatLonRect pt)
-
Methods inherited from class ucar.nc2.geotiff.GeotiffWriter
close, createColorMap, getColorTable, setColorTable, setColorTable, writeGrid, writeGrid, writeGrid, writeGrid
-
-
-
-
Constructor Detail
-
GeoTiffWriter2
public GeoTiffWriter2(String fileOut)
-
-
Method Detail
-
writeGrid
public void writeGrid(String gridDataset_filename, String gridName, int time, int level, boolean greyScale, LatLonRect pt) throws IOException
- Throws:
IOException
-
-