gov.nasa.worldwind.data
Class BILRasterWriter
java.lang.Object
gov.nasa.worldwind.data.AbstractDataRasterWriter
gov.nasa.worldwind.data.BILRasterWriter
- All Implemented Interfaces:
- DataRasterWriter
public class BILRasterWriter
- extends AbstractDataRasterWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BILRasterWriter
public BILRasterWriter()
doCanWrite
protected boolean doCanWrite(DataRaster raster,
String formatSuffix,
File file)
- Specified by:
doCanWrite
in class AbstractDataRasterWriter
doWrite
protected void doWrite(DataRaster raster,
String formatSuffix,
File file)
throws IOException
- Specified by:
doWrite
in class AbstractDataRasterWriter
- Throws:
IOException
initWorldFileParams
protected void initWorldFileParams(DataRaster raster,
AVList worldFileParams)
validate
protected String validate(AVList worldFileParams,
Object dataSource)
writeHdrFile
protected void writeHdrFile(AVList values,
File file)
throws IOException
- Throws:
IOException
writeRaster
protected void writeRaster(DataRaster raster,
File file)
throws IOException
- Throws:
IOException
writeWorldFile
protected void writeWorldFile(AVList values,
File file)
throws IOException
- Throws:
IOException