FROMCOORDSYS  Examples
 
Used in:  REQUEST  
Servers: 
Query   Feature   ArcMap  
Parent elements: 
GET_PROJECT  
<FROMCOORDSYS 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
</FROMCOORDSYS >
Bold: Attribute or child element is required.
 
 

Description:

    The current coordinate system of the geometry used in GET_PROJECT.
 

Restrictions:

 

Notes:

 

Attribute Descriptions for FROMCOORDSYS:

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 FROMCOORDSYS:

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>