GetResourceByID response Examples .1 GetResourceByID

For the GetResourceByID operation, the “OptionNotSupported” exceptionCode value shall be used when the client specifies a ResourceID value of “AllResources” but there are more resources than this server chooses to return in one operation response. In this case, the “locator” value shall be “AllResources”. 9.4.4 Examples 9.4.4.1 GetResourceByID request A GetResourceByID operation request for a coordinate transformation might be encoded in KVP like this: www.lat- lon.detransform?service=WCTSrequest=GetResourceByIDversion=0.0.0Res ourceID=urn:ogc:def:coordinateOperation:EPSG:6.3:19916 The corresponding GetResourceByID operation request encoded in XML is: ?xml version=1.0 encoding=UTF-8? GetResourceByID xmlns=http:www.opengis.netwcts xmlns:xlink=http:www.w3.org1999xlink xmlns:xsi=http:www.w3.org2001XMLSchema-instance xsi:schemaLocation=http:www.opengis.netwcts ..SchemaswctsGetResourceByID.xsd service=WCTS version=0.0.0 -- Primary editor: Arliss Whiteside. Last updated 2005-02-22-- Transformationurn:ogc:def:coordinateOperation:EPSG:6.3:19916Tran sformation GetResourceByID

9.4.4.2 GetResourceByID response

If no exception occurs, the server will reply to a GetResourceByID request for a coordinate transformation with a list of one or more transformations contained in the gml:Dictionary element. If transformation EPSG 19916 is requested, the response might be: ?xml version=1.0 encoding=UTF-8? Dictionary xmlns=http:www.opengis.netgml xmlns:gml=http:www.opengis.netgml xmlns:xlink=http:www.w3.org1999xlink xmlns:xsi=http:www.w3.org2001XMLSchema-instance xsi:schemaLocation=http:www.opengis.netgml ..gml3.1.1basecoordinateOperations.xsd gml:id=GetDescriptionResponse -- Primary editor: Arliss Whiteside. Last updated 2005-02-22-- -- This XML example is for a specific coordinate operation that uses the well-known Transverse Mercator operation method as defined by the EPSG. -- nameGet Description Response Messagename dictionaryEntry Conversion gml:id=EPSG19916 52 Copyright © 2006 Open Geospatial Consortium, Inc. All Rights Reserved. coordinateOperationNameTransverse MercatorcoordinateOperationName coordinateOperationID name codeSpace=urn:ogc:def:coordinateOperation:EPSG:6.0:19916name coordinateOperationID usesMethod xlink:href=urn:ogc:def:method:EPSG:6.0:9807 xlink:title=Transverse Mercator usesValue value uom=urn:ogc:def:uom:OGC:1.0:degree49value valueOfParameter xlink:href=urn:ogc:def:parameter:EPSG:6.0:8801 xlink:title=Latitude of natural origin usesValue usesValue value uom=urn:ogc:def:uom:OGC:1.0:degree-2value valueOfParameter xlink:href=urn:ogc:def:parameter:EPSG:6.0:8802 xlink:title=Longitude of natural origin usesValue usesValue value uom=urn:ogc:def:uom:OGC:1.0:unity0.999601272value valueOfParameter xlink:href=urn:ogc:def:parameter:EPSG:6.0:8805 xlink:title=Scale factor at natural origin usesValue usesValue value uom=urn:ogc:def:uom:OGC:1.0:metre400000value valueOfParameter xlink:href=urn:ogc:def:parameter:EPSG:6.0:8806 xlink:title=False Easting usesValue usesValue value uom=urn:ogc:def:uom:OGC:1.0:metre-100000value valueOfParameter xlink:href=urn:ogc:def:parameter:EPSG:6.0:8807 xlink:title=False Northing usesValue Conversion dictionaryEntry Dictionary 10 Other operation parameters

10.1 Introduction

This clause specifies some other parameters used in multiple OWSs by multiple operation requests and responses, including: a Bounding boxes b Coordinate reference system references c Lists of references Copyright © 2006 Open Geospatial Consortium, Inc. All Rights Reserved. 53