public class DDSRasterWriter extends AbstractDataRasterWriter
Modifier and Type | Field and Description |
---|---|
protected static String[] |
ddsMimeTypes |
protected static String[] |
ddsSuffixes |
mimeTypes, suffixes
Constructor and Description |
---|
DDSRasterWriter() |
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, write
protected static final String[] ddsMimeTypes
protected static final String[] ddsSuffixes
protected boolean doCanWrite(DataRaster raster, String formatSuffix, File file)
doCanWrite
in class AbstractDataRasterWriter
protected void doWrite(DataRaster raster, String formatSuffix, File file) throws IOException
doWrite
in class AbstractDataRasterWriter
IOException