Application schemas¶
The application schema support (app-schema) extension provides support for Complex Features in GeoServer WFS.
Note
You must install the app-schema plugin to use Application Schema Support.
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.
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.
- Complex Features
- Installation
- WFS Service Settings
- Configuration
- Mapping File
- Application Schema Resolution
- Supported GML Versions
- Secondary Namespaces
- CQL functions
- Property Interpolation
- Data Stores
- Feature Chaining
- Polymorphism
- Data Access Integration
- WMS Support
- WFS 2.0 Support
- Joining Support For Performance
- Tutorial
- MongoDB Tutorial
- Apache Solr Tutorial