![JAR search and dependency download from the Maven repository](/logo.png)
org.opengis.cite.cat30.basic.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-cat30 Show documentation
Show all versions of ets-cat30 Show documentation
Checks a catalogue service implementation for conformance to
"OGC Catalogue Services 3.0 Specification -- HTTP Protocol Binding" (OGC
12-176r6) and related specifications.
/**
* Includes tests covering capabilities required for Basic-Catalogue
* conformance. The service requests listed below fall into this group; they may
* be submitted using either the GET method or the POST method with the content
* type "application/x-www-form-urlencoded" (key-value pair syntax).
*
*
* GetCapabilities
: Obtain information (service-related
* metadata) about the capabilities of the service
* GetRecordById
: Retrieve a representation of a catalog
* record by identifier.
* GetRecords
: Search catalog content and retrieve results
* using basic filter criteria.
*
*
* The following presentation formats must be supported:
*
* - CSW record schema (mostly consisting of DCMI metadata terms);
* - ATOM syndication format (RFC 4287).
*
*
* Sources
*
* - [OGC-12-176r5] OGC Catalogue Services 3.0 Specification – HTTP Protocol
* Binding, Table 2: Requirement classes and abstract tests
* - [OGC-14-014r3] OGC Catalogue Services 3.0 Specification – HTTP Protocol
* Binding – Abstract Test Suite, cl. 2: Basic-Catalogue conformance class
*
*/
package org.opengis.cite.cat30.basic;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy