UNPKG

@mangosystem/ogc-schemas

Version:

Jsonix XML-JSON mappings for OGC Schemas.

59 lines (54 loc) 3.92 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-With-Tolerance</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"/> <ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process-profile/generic" xlink:href="http://some.host/profileregistry/generic/SF-Buffer"/> <!-- 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-With-Tolerance.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-With-Tolerance.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-With-Tolerance.html#distance"/> </wps:Input> <wps:Input minOccurs="0"> <ows:Title>Tolerance</ows:Title> <ows:Identifier>TOLERANCE</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-With-Tolerance.html#tolerance"/> <wps:Input> <ows:Title>Tolerance value</ows:Title> <ows:Identifier>VALUE</ows:Identifier> <!-- Tolerance-value is the maximum deviation from the ideal buffer distance. --> <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-With-Tolerance.html#tolerance-value"/> </wps:Input> <wps:Input> <ows:Title>Relative</ows:Title> <ows:Identifier>RELATIVE</ows:Identifier> <!-- Tolerance-relative is a boolean specifying whether the tolerance value shall be relative or absolute. --> <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-With-Tolerance.html#tolerance-relative"/> </wps:Input> </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-With-Tolerance.html#buffered_geometry"/> </wps:Output> </wps:GenericProcess>