[fdo-commits] r2541 -
trunk/Providers/WFS/Docs/doc_src/group_and_page_definitions
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Thu Feb 15 15:46:09 EST 2007
Author: gregboone
Date: 2007-02-15 15:46:09 -0500 (Thu, 15 Feb 2007)
New Revision: 2541
Modified:
trunk/Providers/WFS/Docs/doc_src/group_and_page_definitions/define_pages.h
Log:
FDO4: API - Update API documentation included in the FDO header files
Modified: trunk/Providers/WFS/Docs/doc_src/group_and_page_definitions/define_pages.h
===================================================================
--- trunk/Providers/WFS/Docs/doc_src/group_and_page_definitions/define_pages.h 2007-02-15 20:44:53 UTC (rev 2540)
+++ trunk/Providers/WFS/Docs/doc_src/group_and_page_definitions/define_pages.h 2007-02-15 20:46:09 UTC (rev 2541)
@@ -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