[fdo-commits] r184 - branches/3.2.1/Providers/SHP/Docs/doc_src/group_and_page_definitions

svn_fdo at osgeo.org svn_fdo at osgeo.org
Tue Feb 13 12:59:21 EST 2007


Author: gregboone
Date: 2007-02-13 12:59:19 -0500 (Tue, 13 Feb 2007)
New Revision: 184

Modified:
   branches/3.2.1/Providers/SHP/Docs/doc_src/group_and_page_definitions/define_pages.h
Log:
901048: DOC: The HTML Help compiler was crashing compiling the define_pages.h content. I tweaked the content in order to stop the exception but at this point do not understand the source of the problem.

Modified: branches/3.2.1/Providers/SHP/Docs/doc_src/group_and_page_definitions/define_pages.h
===================================================================
--- branches/3.2.1/Providers/SHP/Docs/doc_src/group_and_page_definitions/define_pages.h	2007-02-13 06:47:56 UTC (rev 183)
+++ branches/3.2.1/Providers/SHP/Docs/doc_src/group_and_page_definitions/define_pages.h	2007-02-13 17:59:19 UTC (rev 184)
@@ -1,7 +1,6 @@
 /*! \mainpage Introduction
 <div class="mainpage">
 <!-- This is the index.html page that the user first sees. -->
-
 <p>The Feature Data Objects (FDO) API provides access to data in a 
 data store. A provider is a specific implementation of the FDO API 
 that provides access to data in a particular data store. The FDO 
@@ -12,31 +11,25 @@
 following characteristics: 
 </p>
 <ul>
-  <li> Read-only access is provided to pre-existing
-    spatial and attribute data from an Environmental Systems
-    Research Institute (ESRI) Shape file (SHP).
-  <li> The FDO Provider for SHP can run in a multi-platform environment,
-    including Windows and Linux.
-  <li> A Shape file consists of three separate files: SHP (shape
-    geometry), SHX (shape index), and DBF (shape attributes in
-    dBASE format).
-  <li> The FDO Provider for SHP accesses the information in each of the 
+  <li>Read-only access is provided to pre-existing spatial and 
+  attribute data from an Environmental Systems Research Institute 
+  (ESRI) Shape file (SHP).</li>
+  <li>The FDO Provider for SHP can run in a multi-platform environment, 
+  including Windows and Linux.</li>
+  <li>A Shape file consists of three separate files: SHP (shape geometry), 
+  SHX (shape index), and DBF (shape attributes in dBASE format).</li>
+  <li>The FDO Provider for SHP accesses the information in each of the 
   three separate files, and treats each SHP, and its associated DBF file, 
   as a feature class with a single geometry property, and optionally, 
-  with data attribute properties.
-  <li> Schema configuration of the data store is provided to the
-    FDO Provider for SHP through an XML file containing the
-    Geographic Markup Language (GML) definition of the schema
-    that maps SHP and DBF data in the data store to feature
-    classes and property mappings in the FDO data model.
-  <li> Although it does not support concurrency control (locking), the SHP 
-  file format is a valid alternative to RDBMS.
+  with data attribute properties.</li>
+  <li>Schema configuration of the data store is provided to the FDO Provider for SHP through an XML file containing the Geographic Markup Language (GML) definition of the schema that maps SHP and DBF data in the data store to feature classes and property mappings in the FDO data model.</li>
+  <li>Although it does not support concurrency control (locking), the 
+  SHP file format is a valid alternative to RDBMS.</li>
 </ul>
 <p>
 For more information, see <i>The Essential FDO</i> (FET_TheEssentialFDO.pdf) 
 and the <i>FDO Developer's Guide</i> (FDG_FDODevGuide.pdf).
 </p>
-
 <br>
 </div>
 */



More information about the fdo-commits mailing list