[fdo-commits] r108 - branches/3.2.1/Providers/WFS/Docs/doc_src/group_and_page_definitions

svn_fdo at osgeo.org svn_fdo at osgeo.org
Tue Feb 13 19:41:07 EST 2007


Author: gregboone
Date: 2007-02-13 19:41:07 -0500 (Tue, 13 Feb 2007)
New Revision: 108

Modified:
   branches/3.2.1/Providers/WFS/Docs/doc_src/group_and_page_definitions/define_pages.h
Log:
FDO4: Update API documentation generation process

Modified: branches/3.2.1/Providers/WFS/Docs/doc_src/group_and_page_definitions/define_pages.h
===================================================================
--- branches/3.2.1/Providers/WFS/Docs/doc_src/group_and_page_definitions/define_pages.h	2007-02-12 15:21:35 UTC (rev 107)
+++ branches/3.2.1/Providers/WFS/Docs/doc_src/group_and_page_definitions/define_pages.h	2007-02-14 00:41:07 UTC (rev 108)
@@ -11,27 +11,30 @@
 that provides access to data in a particular data store. The FDO 
 Provider for WFS provides FDO with access to a WFS-based data store.
 </p>
-<p>An OGC Web Feature Service (WFS) provides access to geographic
-features that are stored in an opaque data store in a client/server
-environment. A client uses WFS to
-retrieve geospatial data that is encoded in Geography Markup Language
-(GML) from a single or multiple Web Feature Service. The
-communication between client and server is encoded in XML. If the
-WFS response includes feature geometries, it is encoded in 
-Geography Markup Language (GML), which is specified in the
-OpenGIS Geographic Markup Language Implementation
-Specification.
+01234567890123456789012345678901234567890123456789012345678901234567890123456789
+<p>An OGC Web Feature Service (WFS) provides access to geographic features that 
+are stored in an opaque data store in a client/server environment. A client 
+uses WFS to retrieve geospatial data that is encoded in Geography Markup 
+Language (GML) from a single or multiple WFS. The communication between client 
+and server is encoded in XML. If the WFS response includes feature geometries, 
+it is encoded in Geography Markup Language (GML), which is specified in the 
+OpenGIS Geographic Markup Language Implementation Specification. WFS is a 
+read-only provider.
 </p>
-<p>Using FDO Provider for WFS data manipulation operations, you an do the following: 
+
+<p>A WFS schema can support the following:
 </p>
 <ul>
-  <li> Query features based on spatial and non-spatial
-    constraints.
-  <li> Create new feature instances.
-  <li> Delete feature instances.
-  <li> Update feature instances.
-  <li> Lock feature instances.
+  <li>Inheritance
+  <li>Multiple schemas
+  <li>Object properties
+  <li>Association properties
+  <li>These geometry types: point, line string, polygon, multi-point, 
+  multi-line string, multi-polygon, multi-geometry, curve string, curve polygon, 
+  multi-curve string, multi-curve polygon, linear ring, line string segment, 
+  circular arc segment, and ring.
 </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).



More information about the fdo-commits mailing list