<?xml version='1.0' encoding='UTF-8'?>
<wps:Capabilities xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WPS" version="1.0.0" xml:lang="en" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsGetCapabilities_response.xsd">
  <ows:ServiceIdentification>
    <ows:Title>deegree 3 Utah Demo</ows:Title>
    <ows:Abstract>WMS and WFS demonstration with Utah data</ows:Abstract>
    <ows:ServiceType>WPS</ows:ServiceType>
    <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
  </ows:ServiceIdentification>
  <ows:ServiceProvider>
    <ows:ProviderName>BKG/GDZ</ows:ProviderName>
    <ows:ProviderSite xlink:href="http://www.geodatenzentrum.de"/>
    <ows:ServiceContact>
      <ows:IndividualName>Dr. Manfred Endrullis</ows:IndividualName>
      <ows:PositionName>Referatsleiter</ows:PositionName>
      <ows:ContactInfo>
        <ows:Phone>
          <ows:Voice>+49(0)341-5634-369</ows:Voice>
          <ows:Facsimile>+49(0)341-5634-415</ows:Facsimile>
        </ows:Phone>
        <ows:Address>
          <ows:DeliveryPoint>Karl-Rothe-Str. 10-14</ows:DeliveryPoint>
          <ows:City>Leipzig</ows:City>
          <ows:AdministrativeArea>Sachsen</ows:AdministrativeArea>
          <ows:PostalCode>04105</ows:PostalCode>
          <ows:Country>Germany</ows:Country>
          <ows:ElectronicMailAddress>geodatenzentrum@bkg.bund.de</ows:ElectronicMailAddress>
        </ows:Address>
        <ows:OnlineResource xlink:href="http://www.geodatenzentrum.de"/>
        <ows:HoursOfService>24x7</ows:HoursOfService>
      </ows:ContactInfo>
      <ows:Role>PointOfContact</ows:Role>
    </ows:ServiceContact>
  </ows:ServiceProvider>
  <ows:OperationsMetadata>
    <ows:Operation name="GetCapabilities">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="http://gdz.bkg.bund.de/wps_koordtrans?"/>
          <ows:Post xlink:href="http://gdz.bkg.bund.de/wps_koordtrans"/>
        </ows:HTTP>
      </ows:DCP>
    </ows:Operation>
    <ows:Operation name="DescribeProcess">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="http://gdz.bkg.bund.de/wps_koordtrans?"/>
          <ows:Post xlink:href="http://gdz.bkg.bund.de/wps_koordtrans"/>
        </ows:HTTP>
      </ows:DCP>
    </ows:Operation>
    <ows:Operation name="Execute">
      <ows:DCP>
        <ows:HTTP>
          <ows:Get xlink:href="http://gdz.bkg.bund.de/wps_koordtrans?"/>
          <ows:Post xlink:href="http://gdz.bkg.bund.de/wps_koordtrans"/>
        </ows:HTTP>
      </ows:DCP>
    </ows:Operation>
  </ows:OperationsMetadata>
  <wps:ProcessOfferings>
    <wps:Process wps:processVersion="1.0.0">
      <ows:Identifier>TransformCoordinates</ows:Identifier>
      <ows:Title>Process for transforming a GML geometry from a given sourceCRS to a given targetCRS.</ows:Title>
      <ows:Abstract>The purpose of this process is to transform Geometries or Coverage from one coordinate system into another. It is based on the document Draft Technical Guidance for INSPIRE Coordinate Transformation Services Version 2.0, 07-09-2009.</ows:Abstract>
      <wps:Profile>urn:ogc:wps:1.0.0:BKG:Transform­Coordinates:1.0</wps:Profile>
    </wps:Process>
  </wps:ProcessOfferings>
  <wps:Languages>
    <wps:Default>
      <ows:Language>en</ows:Language>
    </wps:Default>
    <wps:Supported>
      <ows:Language>en</ows:Language>
    </wps:Supported>
  </wps:Languages>
</wps:Capabilities>