Codebase list libgeotiff / upstream/1.4.0 geotiffio.h
upstream/1.4.0

Tree @upstream/1.4.0 (Download .tar.gz)

geotiffio.h @upstream/1.4.0raw · history · blame

/* 
 * geotiffio.h
 * 
 * Standard include file for geotiff, including all
 * key and code definitions.
 *
 * copyright (c) 1995   Niles D. Ritter
 *
 * Permission granted to use this software, so long as this copyright
 * notice accompanies any products derived therefrom.
 */


#ifndef __geotiffio_h
#define __geotiffio_h

#include "geotiff.h"  /* public key interface */
#include "geovalues.h" /* key code definitions */

#endif /* __geotiffio_h */