org.opengis.cite.iso19142.querymgmt.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-wfs20 Show documentation
Show all versions of ets-wfs20 Show documentation
Checks WFS 2.0 implementations for conformance to ISO 19142:2010.
/**
* This package contains tests to verify that the IUT satisfies the requirements
* of the Manage stored queries conformance class. If the WFS
* service constraint ManageStoredQueries is set to "TRUE" in the
* capabilities document, it is possible for clients to add and remove stored
* queries.
*
*
* All WFS implementations must handle the ListStoredQueries
and
* DescribeStoredQueries
requests. This conformance class
* introduces two requests for managing stored query definitions:
*
*
* CreateStoredQuery
* DropStoredQuery
*
*
*
* Sources
*
*
* - OGC 09-025, cl. 14.5: CreateStoredQuery operation
* - OGC 09-025, cl. 14.6: DropStoredQuery operations
* - OGC 09-025, cl. A.1.15: Manage stored queries
*
*/
package org.opengis.cite.iso19142.querymgmt;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy