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

xsd.wps.2.0.0.xml-examples.profile-examples.Planar-GML-Buffer.xml Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright 2016-2018 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:Process
	xmlns:wps="http://www.opengis.net/wps/2.0"
	xmlns:ows="http://www.opengis.net/ows/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>Planar Buffer operation for GML features</ows:Title>
	<ows:Abstract>Create a buffer around a GML feature. Accepts any valid GML feature and computes the joint buffer.</ows:Abstract>
	<ows:Identifier>http://some.host/profileregistry/implementation/Planar-GML-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"/>
	<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"/>
	<ows:Metadata xlink:role="http://www.opengis.net/spec/wps/2.0/def/process/description/documentation" xlink:href="http://some.host/profileregistry/implementation/Planar-GML-Buffer.html"/>
	<wps:Input>
		<ows:Title>Geometry to be buffered</ows:Title>
		<ows:Abstract>Geometry input in GML</ows:Abstract>
		<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/implementation/Planar-GML-Buffer.html#input_geometry"/>
		<wps:ComplexData>
			<wps:Format mimeType="text/xml" encoding="UTF-8" schema="http://schemas.opengis.net/gml/3.2.1/feature.xsd" default="true"/>
		</wps:ComplexData>
	</wps:Input>
	<wps:Input minOccurs="0">
		<ows:Title>Distance</ows:Title>
		<ows:Abstract>Distance to be used to calculate buffer.</ows:Abstract>
		<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/implementation/Planar-GML-Buffer.html#distance"/>
		<wps:LiteralData>
			<wps:Format mimeType="text/plain" default="true"/>
			<wps:Format mimeType="text/xml"/>
			<LiteralDataDomain default="true">
				<ows:AllowedValues>
					<ows:Range>
						<ows:MinimumValue>-INF</ows:MinimumValue>
						<ows:MaximumValue>INF</ows:MaximumValue>
					</ows:Range>
				</ows:AllowedValues>
				<ows:DataType ows:reference="http://www.w3.org/2001/XMLSchema#double">Double</ows:DataType>
			</LiteralDataDomain>
		</wps:LiteralData>
	</wps:Input>
	<wps:Output>
		<ows:Title>Buffered Geometry</ows:Title>
		<ows:Abstract>GML stream describing the buffered Geometry.</ows:Abstract>
		<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/implementation/Planar-GML-Buffer.html#buffered_geometry"/>
		<wps:ComplexData>
			<wps:Format mimeType="text/xml" encoding="UTF-8" schema="http://schemas.opengis.net/gml/3.2.1/feature.xsd" default="true"/>
		</wps:ComplexData>
	</wps:Output>

</wps:Process>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy