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

xsd.wps.2.0.0.xml-examples.wpsCapabilitiesDocumentExample.xml Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
<?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:Capabilities
	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"

	service="WPS"
	version="2.0.0">

	<ows:ServiceIdentification>
		<ows:Title>MyWebProcessingService</ows:Title>
		<ows:Abstract>A Demo Service offering typical GIS distance transform processes</ows:Abstract>
		<ows:Keywords>
			<ows:Keyword>Geoprocessing</ows:Keyword>
			<ows:Keyword>Toolbox</ows:Keyword>
			<ows:Keyword>Distance transform</ows:Keyword>
		</ows:Keywords>
		<ows:ServiceType>WPS</ows:ServiceType>
		<ows:ServiceTypeVersion>2.0.0</ows:ServiceTypeVersion>
		<ows:Fees>NONE</ows:Fees>
		<ows:AccessConstraints>NONE</ows:AccessConstraints>
	</ows:ServiceIdentification>
	<ows:ServiceProvider>
		<ows:ProviderName>TU Dresden</ows:ProviderName>
		<ows:ProviderSite xlink:href="http://tu-dresden.de/geo/gis" />
		<ows:ServiceContact>
			<ows:IndividualName>Matthias Mueller</ows:IndividualName>
			<ows:ContactInfo>
				<ows:Address>
					<ows:ElectronicMailAddress>
						[email protected]
					</ows:ElectronicMailAddress>
				</ows:Address>
			</ows:ContactInfo>
		</ows:ServiceContact>
	</ows:ServiceProvider>
	<ows:OperationsMetadata>
		<ows:Operation name="GetCapabilities">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="DescribeProcess">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
					<ows:Post
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="Execute">
			<ows:DCP>
				<ows:HTTP>
					<ows:Post
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="GetStatus">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
					<ows:Post
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="GetResult">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
					<ows:Post
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="Dismiss">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
					<ows:Post
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
	</ows:OperationsMetadata>
	<wps:Contents>
		<wps:ProcessSummary jobControlOptions="sync-execute async-execute dismiss">
			<ows:Title>Euclidean Distance</ows:Title>
			<ows:Identifier>http://my.site/distance-transform/euclidean-distance</ows:Identifier>
		</wps:ProcessSummary>
		<wps:ProcessSummary jobControlOptions="sync-execute async-execute dismiss"
			processVersion="1.4.0">
			<ows:Title>Cost Distance</ows:Title>
			<ows:Identifier>http://my.site/distance-transform/cost-distance</ows:Identifier>
		</wps:ProcessSummary>
	</wps:Contents>

</wps:Capabilities>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy