public class GeotiffRasterWriter extends AbstractDataRasterWriter
| Modifier and Type | Field and Description | 
|---|---|
protected static String[] | 
geotiffMimeTypes  | 
protected static String[] | 
geotiffSuffixes  | 
mimeTypes, suffixes| Constructor and Description | 
|---|
GeotiffRasterWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
doCanWrite(DataRaster raster,
          String formatSuffix,
          File file)  | 
protected void | 
doWrite(DataRaster raster,
       String formatSuffix,
       File file)  | 
canWrite, copyAndConvertToLowerCase, writeprotected static final String[] geotiffMimeTypes
protected static final String[] geotiffSuffixes
protected boolean doCanWrite(DataRaster raster, String formatSuffix, File file)
doCanWrite in class AbstractDataRasterWriterprotected void doWrite(DataRaster raster, String formatSuffix, File file) throws IOException
doWrite in class AbstractDataRasterWriterIOException