libgeotiff

geotiffio.h

00001 /* 
00002  * geotiffio.h
00003  * 
00004  * Standard include file for geotiff, including all
00005  *  key and code definitions.
00006  */
00007 
00008 
00009 #ifndef __geotiffio_h
00010 #define __geotiffio_h
00011 
00012 #include "geotiff.h"  /* public key interface */
00013 #include "geovalues.h" /* key code definitions */
00014 
00015 #endif /* __geotiffio_h */
00016