Class BILRasterWriter

    • Field Detail

      • bilMimeTypes

        protected static final java.lang.String[] bilMimeTypes
      • bilSuffixes

        protected static final java.lang.String[] bilSuffixes
      • writeGeoreferenceFiles

        protected boolean writeGeoreferenceFiles
    • Constructor Detail

      • BILRasterWriter

        public BILRasterWriter​(boolean writeGeoreferenceFiles)
      • BILRasterWriter

        public BILRasterWriter()
    • Method Detail

      • isWriteGeoreferenceFiles

        public boolean isWriteGeoreferenceFiles()
      • setWriteGeoreferenceFiles

        public void setWriteGeoreferenceFiles​(boolean writeGeoreferenceFiles)
      • doWrite

        protected void doWrite​(DataRaster raster,
                               java.lang.String formatSuffix,
                               java.io.File file)
                        throws java.io.IOException
        Specified by:
        doWrite in class AbstractDataRasterWriter
        Throws:
        java.io.IOException
      • writeRaster

        protected void writeRaster​(DataRaster raster,
                                   java.io.File file)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • writeWorldFile

        protected void writeWorldFile​(AVList values,
                                      java.io.File file)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • writeHdrFile

        protected void writeHdrFile​(AVList values,
                                    java.io.File file)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • initWorldFileParams

        protected void initWorldFileParams​(DataRaster raster,
                                           AVList worldFileParams)
      • validate

        protected java.lang.String validate​(AVList worldFileParams,
                                            java.lang.Object dataSource)