UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

40 lines (36 loc) 2.54 kB
<?xml version="1.0" encoding="UTF-8"?> <!-- OGC LICENSE HEADER The official OGC XML schemas can be accessed under http://schemas.opengis.net. Please consider the schema copyright notices: http://www.opengeospatial.org/ogc/document and the OGC Copyright Notice and Disclaimers: http://www.opengeospatial.org/ogc/legal If there are any questions left there is also a copyright FAQ: http://www.opengeospatial.org/ogc/legalfaq --> <wps:GenericProcess xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:wps="http://www.opengis.net/wps/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/2.0 ../../processProfile.xsd"> <ows:Title>Simple Features Buffer</ows:Title> <ows:Identifier>http://some.host/profileregistry/generic/SF-Buffer</ows:Identifier> <ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process-profile/concept" xlink:href="http://some.host/profileregistry/concept/buffer"/> <ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process-profile/concept" xlink:href="http://some.host/profileregistry/concept/planarbuffer"/> <!-- Returns a geometry that represents all points whose distance from this Geometry is less than or equal to distance. Calculations are in the Spatial Reference System of this Geometry. --> <ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/generic/SF-Buffer.html"/> <wps:Input> <ows:Title>Input Geometry</ows:Title> <ows:Identifier>INPUT_GEOMETRY</ows:Identifier> <ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/generic/SF-Buffer.html#input_geometry"/> </wps:Input> <wps:Input> <ows:Title>Distance</ows:Title> <ows:Identifier>DISTANCE</ows:Identifier> <ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/generic/SF-Buffer.html#distance"/> </wps:Input> <wps:Output> <ows:Title>Buffered Geometry</ows:Title> <ows:Identifier>BUFFERED_GEOMETRY</ows:Identifier> <ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/generic/SF-Buffer.html#buffered_geometry"/> </wps:Output> </wps:GenericProcess>