All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.iso19142.paging.package-info Maven / Gradle / Ivy

There is a newer version: 2.0-r18
Show newest version
/**
 * This package contains tests to verify that the IUT satisfies the requirements
 * of the Response paging conformance class. If the WFS service
 * constraint ImplementsResultPaging is set to "TRUE" in the
 * capabilities document, a client may choose to page through the items in a
 * result set.
 * 
 * 

* A server implementation that caches query results shall advertise for how * long items can stay in the query cache before they are invalidated; the * ResponseCacheTimeout constraint in the capabilities document is used * for this purpose (duration in seconds). A service may also support * transactional consistency for paging using the * PagingIsTransactionSafe constraint. If enabled, a result set is not * affected by any transactions that were completed after the original query was * submitted. *

* *

* Sources *

*
    *
  • OGC 09-025, cl. 7.7.4.4: Response paging
  • *
  • OGC 09-025, cl. A.1.10: Response Paging
  • *
  • OGC 09-025, cl. A.2.20: Response paging
  • *
*/ package org.opengis.cite.iso19142.paging;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy