Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5adb74720e36e34eaa8ce4283e642887 > files > 60

libgeotiff-devel-1.2.5-5.fc12.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libgeotiff: xtiffio.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<h1>xtiffio.h</h1><a href="xtiffio_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> *  xtiffio.h -- Public interface to Extended GEO TIFF tags</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> *    written by: Niles D. Ritter</span>
<a name="l00005"></a>00005 <span class="comment"> */</span>
<a name="l00006"></a>00006 
<a name="l00007"></a>00007 <span class="preprocessor">#ifndef __xtiffio_h</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#define __xtiffio_h</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span>
<a name="l00010"></a>00010 <span class="preprocessor">#include "tiffio.h"</span>
<a name="l00011"></a>00011 <span class="preprocessor">#include "geo_config.h"</span>
<a name="l00012"></a>00012 
<a name="l00020"></a>00020 <span class="comment">/* </span>
<a name="l00021"></a>00021 <span class="comment"> *  Define public Tag names and values here </span>
<a name="l00022"></a>00022 <span class="comment"> */</span>
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="comment">/* tags 33550 is a private tag registered to SoftDesk, Inc */</span>
<a name="l00025"></a>00025 <span class="preprocessor">#define TIFFTAG_GEOPIXELSCALE       33550</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="comment">/* tags 33920-33921 are private tags registered to Intergraph, Inc */</span>
<a name="l00027"></a>00027 <span class="preprocessor">#define TIFFTAG_INTERGRAPH_MATRIX    33920   </span><span class="comment">/* $use TIFFTAG_GEOTRANSMATRIX ! */</span>
<a name="l00028"></a>00028 <span class="preprocessor">#define TIFFTAG_GEOTIEPOINTS         33922</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="comment">/* tags 34263-34264 are private tags registered to NASA-JPL Carto Group */</span>
<a name="l00030"></a>00030 <span class="preprocessor">#ifdef JPL_TAG_SUPPORT</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#define TIFFTAG_JPL_CARTO_IFD        34263    </span><span class="comment">/* $use GeoProjectionInfo ! */</span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#define TIFFTAG_GEOTRANSMATRIX       34264    </span><span class="comment">/* New Matrix Tag replaces 33920 */</span>
<a name="l00034"></a>00034 <span class="comment">/* tags 34735-3438 are private tags registered to SPOT Image, Inc */</span>
<a name="l00035"></a>00035 <span class="preprocessor">#define TIFFTAG_GEOKEYDIRECTORY      34735</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#define TIFFTAG_GEODOUBLEPARAMS      34736</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#define TIFFTAG_GEOASCIIPARAMS       34737</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span>
<a name="l00039"></a>00039 <span class="comment">/* </span>
<a name="l00040"></a>00040 <span class="comment"> *  Define Printing method flags. These</span>
<a name="l00041"></a>00041 <span class="comment"> *  flags may be passed in to TIFFPrintDirectory() to</span>
<a name="l00042"></a>00042 <span class="comment"> *  indicate that those particular field values should</span>
<a name="l00043"></a>00043 <span class="comment"> *  be printed out in full, rather than just an indicator</span>
<a name="l00044"></a>00044 <span class="comment"> *  of whether they are present or not.</span>
<a name="l00045"></a>00045 <span class="comment"> */</span>
<a name="l00046"></a>00046 <span class="preprocessor">#define TIFFPRINT_GEOKEYDIRECTORY       0x80000000</span>
<a name="l00047"></a>00047 <span class="preprocessor"></span><span class="preprocessor">#define TIFFPRINT_GEOKEYPARAMS          0x40000000</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span>
<a name="l00049"></a>00049 <span class="comment">/**********************************************************************</span>
<a name="l00050"></a>00050 <span class="comment"> *    Nothing below this line should need to be changed by the user.</span>
<a name="l00051"></a>00051 <span class="comment"> **********************************************************************/</span>
<a name="l00052"></a>00052 
<a name="l00053"></a>00053 <span class="preprocessor">#if defined(__cplusplus)</span>
<a name="l00054"></a>00054 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00055"></a>00055 <span class="preprocessor">#endif</span>
<a name="l00056"></a>00056 <span class="preprocessor"></span>
<a name="l00057"></a>00057 <span class="comment">/**********************************************************************</span>
<a name="l00058"></a>00058 <span class="comment"> * Do we want to build as a DLL on windows?</span>
<a name="l00059"></a>00059 <span class="comment"> **********************************************************************/</span>
<a name="l00060"></a>00060 <span class="preprocessor">#if !defined(CPL_DLL)</span>
<a name="l00061"></a>00061 <span class="preprocessor"></span><span class="preprocessor">#  if defined(_WIN32) &amp;&amp; defined(BUILD_AS_DLL)</span>
<a name="l00062"></a>00062 <span class="preprocessor"></span><span class="preprocessor">#    define CPL_DLL     __declspec(dllexport)</span>
<a name="l00063"></a>00063 <span class="preprocessor"></span><span class="preprocessor">#  else</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span><span class="preprocessor">#    define CPL_DLL</span>
<a name="l00065"></a>00065 <span class="preprocessor"></span><span class="preprocessor">#  endif</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00067"></a>00067 <span class="preprocessor"></span>
<a name="l00068"></a>00068 <span class="keyword">extern</span> <span class="keywordtype">void</span> CPL_DLL <a class="code" href="xtiffio_8h.html#670c1fbcfd377adea5be6e99181fbf2c">XTIFFInitialize</a>();
<a name="l00069"></a>00069 <span class="keyword">extern</span> TIFF CPL_DLL * <a class="code" href="xtiffio_8h.html#0191e91b25f6a5f3f00806be37bf96c4">XTIFFOpen</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keyword">const</span> <span class="keywordtype">char</span>* mode);
<a name="l00070"></a>00070 <span class="keyword">extern</span> TIFF CPL_DLL * XTIFFFdOpen(<span class="keywordtype">int</span> fd, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keyword">const</span> <span class="keywordtype">char</span>* mode);
<a name="l00071"></a>00071 <span class="keyword">extern</span> <span class="keywordtype">void</span> CPL_DLL <a class="code" href="xtiffio_8h.html#9fa88015726dd9c805368e7623d7e86a">XTIFFClose</a>(TIFF *tif);
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="keyword">extern</span> TIFF CPL_DLL * XTIFFClientOpen(<span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keyword">const</span> <span class="keywordtype">char</span>* mode, 
<a name="l00074"></a>00074                                       thandle_t thehandle,
<a name="l00075"></a>00075                                       TIFFReadWriteProc, TIFFReadWriteProc,
<a name="l00076"></a>00076                                       TIFFSeekProc, TIFFCloseProc,
<a name="l00077"></a>00077                                       TIFFSizeProc,
<a name="l00078"></a>00078                                       TIFFMapFileProc, TIFFUnmapFileProc);
<a name="l00079"></a>00079 <span class="preprocessor">#if defined(__cplusplus)</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span>}
<a name="l00081"></a>00081 <span class="preprocessor">#endif</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span>
<a name="l00083"></a>00083 <span class="preprocessor">#endif </span><span class="comment">/* __xtiffio_h */</span>
<a name="l00084"></a>00084 
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>
Generated for libgeotiff by&nbsp;<a href="http://www.doxygen.org/
index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 
1.5.9</small></address>
</body>
</html>