index.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .. _app-schema:
  2. Application schemas
  3. ===================
  4. The application schema support (app-schema) extension provides support for :ref:`app-schema.complex-features` in GeoServer WFS.
  5. .. note:: You must install the app-schema plugin to use Application Schema Support.
  6. GeoServer provides support for a broad selection of simple feature data stores, including property files, shapefiles, and JDBC data stores such as PostGIS and Oracle Spatial. The app-schema module takes one or more of these simple feature data stores and applies a mapping to convert the simple feature types into one or more complex feature types conforming to a GML application schema.
  7. .. figure:: app-schema.png
  8. :align: center
  9. *Three tables in a database are accessed using GeoServer simple feature support and converted into two complex feature types.*
  10. The app-schema module looks to GeoServer just like any other data store and so can be loaded and used to service WFS requests. In effect, the app-schema data store is a wrapper or adapter that converts a simple feature data store into complex features for delivery via WFS. The mapping works both ways, so queries against properties of complex features are supported.
  11. .. toctree::
  12. :maxdepth: 2
  13. complex-features
  14. installation
  15. wfs-service-settings
  16. configuration
  17. mapping-file
  18. app-schema-resolution
  19. supported-gml-versions
  20. secondary-namespaces
  21. cql-functions
  22. property-interpolation
  23. data-stores
  24. feature-chaining
  25. polymorphism
  26. data-access-integration
  27. wms-support
  28. wfs-2.0-support
  29. joining
  30. tutorial
  31. mongo-tutorial
  32. solr-tutorial