00001 /****************************************************************************** 00002 * $Id: gdal_frmts_h-source.html,v 1.2 2001/07/05 13:24:08 warmerda Exp $ 00003 * 00004 * Project: GDAL 00005 * Purpose: Prototypes for all format specific driver initializations. 00006 * Author: Frank Warmerdam, warmerdam@pobox.com 00007 * 00008 ****************************************************************************** 00009 * Copyright (c) 2001, Frank Warmerdam 00010 * 00011 * Permission is hereby granted, free of charge, to any person obtaining a 00012 * copy of this software and associated documentation files (the "Software"), 00013 * to deal in the Software without restriction, including without limitation 00014 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 00015 * and/or sell copies of the Software, and to permit persons to whom the 00016 * Software is furnished to do so, subject to the following conditions: 00017 * 00018 * The above copyright notice and this permission notice shall be included 00019 * in all copies or substantial portions of the Software. 00020 * 00021 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00022 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 00023 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 00024 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 00025 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 00026 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 00027 * DEALINGS IN THE SOFTWARE. 00028 ****************************************************************************** 00029 * 00030 * $Log: gdal_frmts_h-source.html,v $ 00030 * Revision 1.2 2001/07/05 13:24:08 warmerda 00030 * *** empty log message *** 00030 * 00031 * Revision 1.5 2001/05/15 13:20:32 warmerda 00032 * added fujibas 00033 * 00034 * Revision 1.4 2001/04/02 17:12:01 warmerda 00035 * Added ecw support. 00036 * 00037 * Revision 1.3 2001/03/12 15:17:03 warmerda 00038 * added aaigrid 00039 * 00040 * Revision 1.2 2001/03/06 03:53:44 sperkins 00041 * Added FITS format support. 00042 * 00043 * Revision 1.1 2001/02/06 16:30:05 warmerda 00044 * New 00045 * 00046 */ 00047 00048 #ifndef GDAL_FRMTS_H_INCLUDED 00049 #define GDAL_FRMTS_H_INCLUDED 00050 00051 #include "cpl_port.h" 00052 00053 CPL_C_START 00054 void CPL_DLL GDALRegister_GDB(void); 00055 void CPL_DLL GDALRegister_GTiff(void); 00056 void CPL_DLL GDALRegister_GXF(void); 00057 void CPL_DLL GDALRegister_OGDI(void); 00058 void CPL_DLL GDALRegister_HFA(void); 00059 void CPL_DLL GDALRegister_AAIGrid(void); 00060 void CPL_DLL GDALRegister_AIGrid(void); 00061 void CPL_DLL GDALRegister_AIGrid2(void); 00062 void CPL_DLL GDALRegister_CEOS(void); 00063 void CPL_DLL GDALRegister_SAR_CEOS(void); 00064 void CPL_DLL GDALRegister_SDTS(void); 00065 void CPL_DLL GDALRegister_ELAS(void); 00066 void CPL_DLL GDALRegister_EHdr(void); 00067 void CPL_DLL GDALRegister_PAux(void); 00068 void CPL_DLL GDALRegister_EFF(void); 00069 void CPL_DLL GDALRegister_DOQ1(void); 00070 void CPL_DLL GDALRegister_DTED(void); 00071 void CPL_DLL GDALRegister_MFF(void); 00072 void CPL_DLL GDALRegister_HKV(void); 00073 void CPL_DLL GDALRegister_PNG(void); 00074 void CPL_DLL GDALRegister_JPEG(void); 00075 void CPL_DLL GDALRegister_MEM(void); 00076 void CPL_DLL GDALRegister_JDEM(void); 00077 void CPL_DLL GDALRegister_GRASS(void); 00078 void CPL_DLL GDALRegister_PNM(void); 00079 void CPL_DLL GDALRegister_GIF(void); 00080 void CPL_DLL GDALRegister_Envisat(void); 00081 void CPL_DLL GDALRegister_FITS(void); 00082 void CPL_DLL GDALRegister_ECW(void); 00083 void CPL_DLL GDALRegister_FujiBAS(void); 00084 CPL_C_END 00085 00086 #endif /* ndef GDAL_FRMTS_H_INCLUDED */