TOCOORDSYS  Examples
 
Used in:  REQUEST  
Servers: 
Query   Feature   ArcMap  
Parent elements: 
GET_PROJECT  
<TOCOORDSYS Attribute Description Table
 
     When using ArcMap Server:
     id ="integer"

     string ="string"


     When using Query or Feature Server:
     id ="integer"

     string ="string"

     datumtransformid ="integer"
     datumtransformstring ="string"
>


     No Child Elements
</TOCOORDSYS >
Bold: Attribute or child element is required.
 
 

Description:

    The coordinate system of the geometry to project to when using GET_PROJECT.  
 

Restrictions:

 

Notes:

 

Attribute Descriptions for TOCOORDSYS:

Attribute Usage Back to Top
id Projected or geographic coordinate system ID. Use either id or string, but not both.
string Projected or geographic coordinate system definition string. Use either id or string, but not both.
datumtransformid Datum transformation ID. Use either datumtransformid or datumstransformstring, but not both.
datumtransformstring Datum transformation definition string. Use either datumtransformid or datumstransformstring, but not both.
id Projected or geographic coordinate system ID. Use either id or string, but not both.
string Projected or geographic coordinate system definition string. Use either id or string, but not both.
 

Examples for TOCOORDSYS:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_PROJECT envelope="true">
      <FROMCOORDSYS id="4326"/>
      <TOCOORDSYS id="53030"/>
      <ENVELOPE minx="-178" miny="18" maxx="-66" maxy="71"/>
   </GET_PROJECT>
</REQUEST>
</ARCXML>