xsd.wps.2.0.0.xml-examples.profile-examples.SimpleFeaturesBufferWithTolerance.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2016-2019 52°North Initiative for Geospatial Open Source Software GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/2.0 ../../wps.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>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy