Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 7fd7c575020aa78a8e2e309ea8909f43 > files > 474

gdal-1.6.2-6.fc13.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>SDTS_AL: SDTS_CATD Class Reference</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.6.2-20100208 -->
<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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>SDTS_CATD Class Reference</h1><!-- doxytag: class="SDTS_CATD" -->
<p><code>#include &lt;<a class="el" href="sdts__al_8h_source.html">sdts_al.h</a>&gt;</code></p>

<p><a href="classSDTS__CATD-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSDTS__CATD.html#aaf182655b4e1a35c8d479c38909e73ae">GetEntryTypeDesc</a> (int)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSDTS__CATD.html#afb7c3b2b0ae0245edbad65205141978d">GetEntryFilePath</a> (int)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">SDTSLayerType&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSDTS__CATD.html#a89e72ae6ee191c6f6648f1fa34e0bc3c">GetEntryType</a> (int)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Class for accessing the CATD (Catalog Directory) file containing a list of all other files (modules) in the transfer. </p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="afb7c3b2b0ae0245edbad65205141978d"></a><!-- doxytag: member="SDTS_CATD::GetEntryFilePath" ref="afb7c3b2b0ae0245edbad65205141978d" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char * SDTS_CATD::GetEntryFilePath </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>iEntry</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Fetch the full filename of the requested module.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>iEntry</em>&nbsp;</td><td>The module index within the CATD catalog. A number from zero to GetEntryCount()-1.</td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A pointer to an internal string containing the filename. This string should not be altered, or freed by the application. </dd></dl>

</div>
</div>
<a class="anchor" id="a89e72ae6ee191c6f6648f1fa34e0bc3c"></a><!-- doxytag: member="SDTS_CATD::GetEntryType" ref="a89e72ae6ee191c6f6648f1fa34e0bc3c" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">SDTSLayerType SDTS_CATD::GetEntryType </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>iEntry</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Fetch the enumerated type of a module in the catalog.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>iEntry</em>&nbsp;</td><td>The module index within the CATD catalog. A number from zero to GetEntryCount()-1.</td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A value from the SDTSLayerType enumeration indicating the type of the module, and indicating the corresponding type of reader.</dd></dl>
<ul>
<li>
SLTPoint: Read with <a class="el" href="classSDTSPointReader.html">SDTSPointReader</a>, underlying type of <code>Point-Node</code>. </li>
<li>
SLTLine: Read with <a class="el" href="classSDTSLineReader.html">SDTSLineReader</a>, underlying type of <code>Line</code>. </li>
<li>
SLTAttr: Read with <a class="el" href="classSDTSAttrReader.html">SDTSAttrReader</a>, underlying type of <code>Attribute Primary</code> or <code>Attribute Secondary</code>. </li>
<li>
SLTPolygon: Read with <a class="el" href="classSDTSPolygonReader.html">SDTSPolygonReader</a>, underlying type of <code>Polygon</code>. </li>
</ul>

</div>
</div>
<a class="anchor" id="aaf182655b4e1a35c8d479c38909e73ae"></a><!-- doxytag: member="SDTS_CATD::GetEntryTypeDesc" ref="aaf182655b4e1a35c8d479c38909e73ae" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char * SDTS_CATD::GetEntryTypeDesc </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>iEntry</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Fetch the type description of a module in the catalog.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>iEntry</em>&nbsp;</td><td>The module index within the CATD catalog. A number from zero to GetEntryCount()-1.</td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A pointer to an internal string with the type description for this module. This is from the CATD file (subfield TYPE of field CATD), and will be something like "Attribute Primary        ". </dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="sdts__al_8h_source.html">sdts_al.h</a></li>
<li>sdtscatd.cpp</li>
</ul>
</div>
<hr>

Generated for GDAL by 
<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.6.2-20100208.
</body>
</html>