Codebase list libgeotiff / 968e96a5-3397-4b5b-9763-7ac6dd8837b5/main geotiffio.h
968e96a5-3397-4b5b-9763-7ac6dd8837b5/main

Tree @968e96a5-3397-4b5b-9763-7ac6dd8837b5/main (Download .tar.gz)

geotiffio.h @968e96a5-3397-4b5b-9763-7ac6dd8837b5/main

34b035e
72368f0
34b035e
72368f0
 
 
 
 
 
 
 
 
 
73d5521
 
72368f0
 
 
 
73d5521
/*
 * 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 LIBGEOTIFF_GEOTIFFIO_H_
#define LIBGEOTIFF_GEOTIFFIO_H_

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

#endif /* LIBGEOTIFF_GEOTIFFIO_H_ */