svn commit: r12 - trunk/www/docs/SDF

gregboone at osgeo.org gregboone at osgeo.org
Tue May 16 16:14:43 EDT 2006


Author: gregboone
Date: 2006-05-16 20:14:43+0000
New Revision: 12

Added:
   trunk/www/docs/SDF/_sdf_command_type_8h-source.html   (contents, props changed)
   trunk/www/docs/SDF/_sdf_command_type_8h.html   (contents, props changed)
   trunk/www/docs/SDF/_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html   (contents, props changed)
   trunk/www/docs/SDF/_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html   (contents, props changed)
   trunk/www/docs/SDF/_sdf_command_type_8h__incl.map   (contents, props changed)
   trunk/www/docs/SDF/_sdf_command_type_8h__incl.md5   (contents, props changed)
   trunk/www/docs/SDF/_sdf_command_type_8h__incl.png   (contents, props changed)

Log:
FDO2

Added: trunk/www/docs/SDF/_sdf_command_type_8h-source.html
Url: https://fdo.osgeo.org/source/browse/fdo/trunk/www/docs/SDF/_sdf_command_type_8h-source.html?view=auto&rev=12
==============================================================================
--- (empty file)
+++ trunk/www/docs/SDF/_sdf_command_type_8h-source.html	2006-05-16 20:14:43+0000
@@ -0,0 +1,84 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+		<title>OSGeo FDO Provider for SDF API Reference</title>
+		<link href="custom.css" rel="stylesheet" type="text/css">
+		<link href="tabs.css" rel="stylesheet" type="text/css">
+	</head>
+	<body bgcolor="#FFFFFF">
+		<table width="100%"  border="0">
+			<tr>
+				<td><b>API Reference<b></td>
+				<td align="right"><b>OSGeo FDO Provider for SDF<b></td>
+			</tr>
+			
+		</table>
+<!-- End of: header.html -->
+<!-- Generated by Doxygen 1.4.6-NO -->
+<div class="tabs">
+  <ul>
+    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
+    <li><a href="classes.html"><span>Classes</span></a></li>
+    <li id="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>SdfCommandType.h</h1><a href="_sdf_command_type_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">//  Copyright (C) 2004-2006  Autodesk, Inc.</span>
+<a name="l00003"></a>00003 <span class="comment">//  </span>
+<a name="l00004"></a>00004 <span class="comment">//  This library is free software; you can redistribute it and/or</span>
+<a name="l00005"></a>00005 <span class="comment">//  modify it under the terms of version 2.1 of the GNU Lesser</span>
+<a name="l00006"></a>00006 <span class="comment">//  General Public License as published by the Free Software Foundation.</span>
+<a name="l00007"></a>00007 <span class="comment">//  </span>
+<a name="l00008"></a>00008 <span class="comment">//  This library is distributed in the hope that it will be useful,</span>
+<a name="l00009"></a>00009 <span class="comment">//  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
+<a name="l00010"></a>00010 <span class="comment">//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
+<a name="l00011"></a>00011 <span class="comment">//  Lesser General Public License for more details.</span>
+<a name="l00012"></a>00012 <span class="comment">//  </span>
+<a name="l00013"></a>00013 <span class="comment">//  You should have received a copy of the GNU Lesser General Public</span>
+<a name="l00014"></a>00014 <span class="comment">//  License along with this library; if not, write to the Free Software</span>
+<a name="l00015"></a>00015 <span class="comment">//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA</span>
+<a name="l00016"></a>00016 <span class="preprocessor">#ifndef SDFCOMMANDTYPE_H</span>
+<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor">#define SDFCOMMANDTYPE_H</span>
+<a name="l00018"></a>00018 <span class="preprocessor"></span>
+<a name="l00019"></a>00019 <span class="preprocessor">#include "Fdo/Commands/CommandType.h"</span>
+<a name="l00020"></a>00020 
+<a name="l00021"></a>00021 <span class="comment">// This number is defined so our custom command would not clash with other</span>
+<a name="l00022"></a>00022 <span class="comment">// custom provider commands.</span>
+<a name="l00023"></a><a class="code" href="_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html#86597e57635d4329ec6b9d0a67f969d7">00023</a> <span class="preprocessor">#define SDF_FIRST_PROVIDER_COMMAND 911</span>
+<a name="l00024"></a>00024 <span class="preprocessor"></span>
+<a name="l00025"></a>00025 <span class="comment"></span>
+<a name="l00026"></a>00026 <span class="comment">/// \brief</span>
+<a name="l00027"></a>00027 <span class="comment">/// The SdfCommandType enumeration defines the list of SDF+ commands.</span>
+<a name="l00028"></a>00028 <span class="comment">/// &lt;param name="SdfCommandType_CreateSDFFile"&gt;</span>
+<a name="l00029"></a>00029 <span class="comment">/// Represents the CreateSDFFile command.</span>
+<a name="l00030"></a>00030 <span class="comment">/// &lt;/param&gt;</span>
+<a name="l00031"></a>00031 <span class="comment"></span>
+<a name="l00032"></a><a class="code" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea3">00032</a> <span class="keyword">enum</span> <a class="code" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea3">SdfCommandType</a>{
+<a name="l00033"></a>00033 <span class="comment"></span>
+<a name="l00034"></a>00034 <span class="comment">    /// Represents the CreateSDFFile command.</span>
+<a name="l00035"></a>00035 <span class="comment"></span>    <a class="code" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea348c2e525ef9f5e6ae1db0962a09cff37">SdfCommandType_CreateSDFFile</a> =  FdoCommandType_FirstProviderCommand + <a class="code" href="_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html#86597e57635d4329ec6b9d0a67f969d7">SDF_FIRST_PROVIDER_COMMAND</a>,
+<a name="l00036"></a>00036 };
+<a name="l00037"></a>00037 
+<a name="l00038"></a>00038 
+<a name="l00039"></a>00039 
+<a name="l00040"></a>00040 
+<a name="l00041"></a>00041 
+<a name="l00042"></a>00042 
+<a name="l00043"></a>00043 <span class="preprocessor">#endif</span>
+<a name="l00044"></a>00044 <span class="preprocessor"></span>
+<a name="l00045"></a>00045 
+</pre></div><!-- footer.html -->
+		<hr>
+		<table width="100%"  border="0">
+			<tr>
+				<td align="right"><font size="-2"><a href="mailto:isd.docs at autodesk.com&subject=FDO%20Provider%20for%20SDF%20API%20documentation">Comments?</a></font></td>
+				<!-- The logo can go in another cell, when we get one -->			
+			</tr>
+		</table>
+	</body>
+</html>

Added: trunk/www/docs/SDF/_sdf_command_type_8h.html
Url: https://fdo.osgeo.org/source/browse/fdo/trunk/www/docs/SDF/_sdf_command_type_8h.html?view=auto&rev=12
==============================================================================
--- (empty file)
+++ trunk/www/docs/SDF/_sdf_command_type_8h.html	2006-05-16 20:14:43+0000
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+		<title>OSGeo FDO Provider for SDF API Reference</title>
+		<link href="custom.css" rel="stylesheet" type="text/css">
+		<link href="tabs.css" rel="stylesheet" type="text/css">
+	</head>
+	<body bgcolor="#FFFFFF">
+		<table width="100%"  border="0">
+			<tr>
+				<td><b>API Reference<b></td>
+				<td align="right"><b>OSGeo FDO Provider for SDF<b></td>
+			</tr>
+			
+		</table>
+<!-- End of: header.html -->
+<!-- Generated by Doxygen 1.4.6-NO -->
+<div class="tabs">
+  <ul>
+    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
+    <li><a href="classes.html"><span>Classes</span></a></li>
+    <li id="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>SdfCommandType.h File Reference</h1>
+<p>
+<code>#include &quot;Fdo/Commands/CommandType.h&quot;</code><br>
+
+<p>
+Include dependency graph for SdfCommandType.h:<p><center><img src="_sdf_command_type_8h__incl.png" border="0" usemap="#SdfCommandType.h_map" alt=""></center>
+
+<p>
+<a href="_sdf_command_type_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html#86597e57635d4329ec6b9d0a67f969d7">SDF_FIRST_PROVIDER_COMMAND</a>&nbsp;&nbsp;&nbsp;911</td></tr>
+
+<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea3">SdfCommandType</a> { <a class="el" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea348c2e525ef9f5e6ae1db0962a09cff37">SdfCommandType_CreateSDFFile</a> =  FdoCommandType_FirstProviderCommand + 911
+ }</td></tr>
+
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The SdfCommandType enumeration defines the list of SDF+ commands. <dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>SdfCommandType_CreateSDFFile</em>&nbsp;</td><td>Represents the CreateSDFFile command. </td></tr>
+  </table>
+</dl>
+.  <a href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea3">More...</a><br></td></tr>
+</table>
+<!-- footer.html -->
+		<hr>
+		<table width="100%"  border="0">
+			<tr>
+				<td align="right"><font size="-2"><a href="mailto:isd.docs at autodesk.com&subject=FDO%20Provider%20for%20SDF%20API%20documentation">Comments?</a></font></td>
+				<!-- The logo can go in another cell, when we get one -->			
+			</tr>
+		</table>
+	</body>
+</html>

Added: trunk/www/docs/SDF/_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html
Url: https://fdo.osgeo.org/source/browse/fdo/trunk/www/docs/SDF/_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html?view=auto&rev=12
==============================================================================
--- (empty file)
+++ trunk/www/docs/SDF/_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html	2006-05-16 20:14:43+0000
@@ -0,0 +1,89 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+		<title>OSGeo FDO Provider for SDF API Reference</title>
+		<link href="custom.css" rel="stylesheet" type="text/css">
+		<link href="tabs.css" rel="stylesheet" type="text/css">
+	</head>
+	<body bgcolor="#FFFFFF">
+		<table width="100%"  border="0">
+			<tr>
+				<td><b>API Reference<b></td>
+				<td align="right"><b>OSGeo FDO Provider for SDF<b></td>
+			</tr>
+			
+		</table>
+<!-- End of: header.html -->
+<!-- Generated by Doxygen 1.4.6-NO -->
+<div class="tabs">
+  <ul>
+    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
+    <li><a href="classes.html"><span>Classes</span></a></li>
+    <li><a href="files.html"><span>Files</span></a></li>
+  </ul></div>
+<div class="nav">
+<a class="el" href="_sdf_command_type_8h.html">SdfCommandType.h</a></div>
+<table cellspacing="0" cellpadding="0" border="0">
+  <tr>
+   <td valign="top">
+      <div class="navtab">
+        <table>
+          <tr><td class="navtab"><a class="qindex" href="_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html#86597e57635d4329ec6b9d0a67f969d7">SDF_FIRST_PROVIDER_COMMAND</a></td></tr>
+          <tr><td class="navtab"><a class="qindexHL" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea3">SdfCommandType</a></td></tr>
+          <tr><td class="navtab"><a class="qindex" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea348c2e525ef9f5e6ae1db0962a09cff37">SdfCommandType_CreateSDFFile</a></td></tr>
+        </table>
+      </div>
+   </td>
+   <td valign="top">
+<a class="anchor" name="4ac92492e0d58aeace1b0c0f96cefea3"></a><!-- doxytag: member="SdfCommandType.h::SdfCommandType" ref="4ac92492e0d58aeace1b0c0f96cefea3" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+  <tr>
+    <td class="mdRow">
+      <table cellpadding="0" cellspacing="0" border="0">
+        <tr>
+          <td class="md" nowrap valign="top">enum <a class="el" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea3">SdfCommandType</a>          </td>
+        </tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+  <tr>
+    <td>
+      &nbsp;
+    </td>
+    <td>
+
+<p>
+The SdfCommandType enumeration defines the list of SDF+ commands. <dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>SdfCommandType_CreateSDFFile</em>&nbsp;</td><td>Represents the CreateSDFFile command. </td></tr>
+  </table>
+</dl>
+. 
+<p>
+<dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="4ac92492e0d58aeace1b0c0f96cefea348c2e525ef9f5e6ae1db0962a09cff37"></a><!-- doxytag: member="SdfCommandType_CreateSDFFile" ref="4ac92492e0d58aeace1b0c0f96cefea348c2e525ef9f5e6ae1db0962a09cff37" args="" -->SdfCommandType_CreateSDFFile</em>&nbsp;</td><td>
+Represents the CreateSDFFile command. </td></tr>
+</table>
+</dl>
+
+<p>
+Definition at line <a class="el" href="_sdf_command_type_8h-source.html#l00032">32</a> of file <a class="el" href="_sdf_command_type_8h-source.html">SdfCommandType.h</a>.    </td>
+  </tr>
+</table>
+    </td>
+  </tr>
+</table>
+<!-- footer.html -->
+		<hr>
+		<table width="100%"  border="0">
+			<tr>
+				<td align="right"><font size="-2"><a href="mailto:isd.docs at autodesk.com&subject=FDO%20Provider%20for%20SDF%20API%20documentation">Comments?</a></font></td>
+				<!-- The logo can go in another cell, when we get one -->			
+			</tr>
+		</table>
+	</body>
+</html>

Added: trunk/www/docs/SDF/_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html
Url: https://fdo.osgeo.org/source/browse/fdo/trunk/www/docs/SDF/_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html?view=auto&rev=12
==============================================================================
--- (empty file)
+++ trunk/www/docs/SDF/_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html	2006-05-16 20:14:43+0000
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+		<title>OSGeo FDO Provider for SDF API Reference</title>
+		<link href="custom.css" rel="stylesheet" type="text/css">
+		<link href="tabs.css" rel="stylesheet" type="text/css">
+	</head>
+	<body bgcolor="#FFFFFF">
+		<table width="100%"  border="0">
+			<tr>
+				<td><b>API Reference<b></td>
+				<td align="right"><b>OSGeo FDO Provider for SDF<b></td>
+			</tr>
+			
+		</table>
+<!-- End of: header.html -->
+<!-- Generated by Doxygen 1.4.6-NO -->
+<div class="tabs">
+  <ul>
+    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
+    <li><a href="classes.html"><span>Classes</span></a></li>
+    <li><a href="files.html"><span>Files</span></a></li>
+  </ul></div>
+<div class="nav">
+<a class="el" href="_sdf_command_type_8h.html">SdfCommandType.h</a></div>
+<table cellspacing="0" cellpadding="0" border="0">
+  <tr>
+   <td valign="top">
+      <div class="navtab">
+        <table>
+          <tr><td class="navtab"><a class="qindexHL" href="_sdf_command_type_8h_86597e57635d4329ec6b9d0a67f969d7.html#86597e57635d4329ec6b9d0a67f969d7">SDF_FIRST_PROVIDER_COMMAND</a></td></tr>
+          <tr><td class="navtab"><a class="qindex" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea3">SdfCommandType</a></td></tr>
+          <tr><td class="navtab"><a class="qindex" href="_sdf_command_type_8h_4ac92492e0d58aeace1b0c0f96cefea3.html#4ac92492e0d58aeace1b0c0f96cefea348c2e525ef9f5e6ae1db0962a09cff37">SdfCommandType_CreateSDFFile</a></td></tr>
+        </table>
+      </div>
+   </td>
+   <td valign="top">
+<a class="anchor" name="86597e57635d4329ec6b9d0a67f969d7"></a><!-- doxytag: member="SdfCommandType.h::SDF_FIRST_PROVIDER_COMMAND" ref="86597e57635d4329ec6b9d0a67f969d7" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+  <tr>
+    <td class="mdRow">
+      <table cellpadding="0" cellspacing="0" border="0">
+        <tr>
+          <td class="md" nowrap valign="top">#define SDF_FIRST_PROVIDER_COMMAND&nbsp;&nbsp;&nbsp;911          </td>
+        </tr>
+      </table>
+    </td>
+  </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+  <tr>
+    <td>
+      &nbsp;
+    </td>
+    <td>
+
+<p>
+
+<p>
+Definition at line <a class="el" href="_sdf_command_type_8h-source.html#l00023">23</a> of file <a class="el" href="_sdf_command_type_8h-source.html">SdfCommandType.h</a>.    </td>
+  </tr>
+</table>
+    </td>
+  </tr>
+</table>
+<!-- footer.html -->
+		<hr>
+		<table width="100%"  border="0">
+			<tr>
+				<td align="right"><font size="-2"><a href="mailto:isd.docs at autodesk.com&subject=FDO%20Provider%20for%20SDF%20API%20documentation">Comments?</a></font></td>
+				<!-- The logo can go in another cell, when we get one -->			
+			</tr>
+		</table>
+	</body>
+</html>

Added: trunk/www/docs/SDF/_sdf_command_type_8h__incl.map
Url: https://fdo.osgeo.org/source/browse/fdo/trunk/www/docs/SDF/_sdf_command_type_8h__incl.map?view=auto&rev=12
==============================================================================
--- (empty file)
+++ trunk/www/docs/SDF/_sdf_command_type_8h__incl.map	2006-05-16 20:14:43+0000
@@ -0,0 +1 @@
+base referer

Added: trunk/www/docs/SDF/_sdf_command_type_8h__incl.md5
Url: https://fdo.osgeo.org/source/browse/fdo/trunk/www/docs/SDF/_sdf_command_type_8h__incl.md5?view=auto&rev=12
==============================================================================
--- (empty file)
+++ trunk/www/docs/SDF/_sdf_command_type_8h__incl.md5	2006-05-16 20:14:43+0000
@@ -0,0 +1 @@
+1970835c8d4cce69bb72e33ad3239dbf
\ No newline at end of file

Added: trunk/www/docs/SDF/_sdf_command_type_8h__incl.png
Url: https://fdo.osgeo.org/source/browse/fdo/trunk/www/docs/SDF/_sdf_command_type_8h__incl.png?view=auto&rev=12
==============================================================================
Binary file. No diff available.




More information about the Fdo-commits mailing list