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

org.opengis.cite.cat30.basic.package-info Maven / Gradle / Ivy

Go to download

Checks a catalogue service implementation for conformance to "OGC Catalogue Services 3.0 Specification -- HTTP Protocol Binding" (OGC 12-176r6) and related specifications.

There is a newer version: 1.6
Show newest version
/**
 * 

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