LAYOUT

Used in

RESPONSE  

Servers

ArcMap  

Parent elements

RESPONSE 

Syntax

<LAYOUT >
     No Attributes

     <ENVELOPE... />
     <OUTPUT... />

</LAYOUT >

Description

Contains information for a retrieved ArcMap Image Service layout.

Notes

 

Examples for LAYOUT

<?xml version="1.0" encoding="UTF8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <LAYOUT>
      <ENVELOPE minx="-3.08333333333333" miny="0" maxx="11.5833333333333" maxy="11" />
      <OUTPUT url="http://mymachine.domain.com/output/world_MYMACHINE1420161231.JPG" />
    </LAYOUT>
  </RESPONSE>
</ARCXML>

Back to top