TOCOORDSYS | Examples |
<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. |
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. |
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> |