00001 /* 00002 * geotiffio.h 00003 * 00004 * Standard include file for geotiff, including all 00005 * key and code definitions. 00006 * 00007 * copyright (c) 1995 Niles D. Ritter 00008 * 00009 * Permission granted to use this software, so long as this copyright 00010 * notice accompanies any products derived therefrom. 00011 */ 00012 00013 00014 #ifndef __geotiffio_h 00015 #define __geotiffio_h 00016 00017 #include "geotiff.h" /* public key interface */ 00018 #include "geovalues.h" /* key code definitions */ 00019 00020 #endif /* __geotiffio_h */ 00021