LAYOUTINFO

Used in

RESPONSE  

Servers

ArcMap  

Parent elements

SERVICEINFO 

Syntax

<LAYOUTINFOAttribute Description Table
     pageunits="inches | feet | yards | centimeters | millimeters | decimeters | meters | points"
>

     <ENVELOPE... />

</LAYOUTINFO >

Description

Provides the initial envelope and units for an ArcMap Image Service that includes a layout.

Notes


Attribute Descriptions for LAYOUTINFO

AttributeUsage
pageunitsUnits for layout page.
Back to top 

Examples for LAYOUTINFO

<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <SERVICEINFO>
      <ENVIRONMENT>
        <LOCALE language="en" country="US"/>
        <UIFONT name="Arial" color="0,0,0" size="12" style="regular"/>
        <SEPARATORS cs=" " ts=";"/><SCREEN dpi="96"/>
        <IMAGELIMIT pixelcount="1048576"/>
        <CAPABILITIES forbidden="" disabledtypes="" servertype="arcmapserver" returngeometry="xmlmode"/>
      </ENVIRONMENT>
      <LAYOUTINFO pageunits="inches">
        <ENVELOPE minx="0" miny="0" maxx="8.5" maxy="11" />
      </LAYOUTINFO>
      <DATAFRAMEINFO name="Layers">
        <PROPERTIES>
          <FEATURECOORDSYS string="GEOGCS[&quot;GCS_Assumed_Geographic_1&quot;,DATUM[&quot;D_North_American_1927&quot;,SPHEROID[&quot;Clarke_1866&quot;,6378206.4,294.9786982]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]]" id="104000"/>
          <FILTERCOORDSYS string="GEOGCS[&quot;GCS_Assumed_Geographic_1&quot;,DATUM[&quot;D_North_American_1927&quot;,SPHEROID[&quot;Clarke_1866&quot;,6378206.4,294.9786982]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]]" id="104000"/>
          <MAPUNITS units="decimal_degrees"/>
          <BACKGROUND color="255,255,255"/>
          <ENVELOPE minx="-127.714285386824" miny="-6.58527935381" maxx="-63.9877554315853" maxy="81.1449102179015" name="Initial_Extent" />
        </PROPERTIES>
        <LAYERINFO type="featureclass" name="states" id="2" visible="true">
          <FCLASS type="polygon"></FCLASS>
        </LAYERINFO>
        <LAYERINFO type="featureclass" name="rivers" id="1" visible="true">
          <FCLASS type="line"></FCLASS>
        </LAYERINFO>
        <LAYERINFO type="featureclass" name="cities" id="0" visible="true">
          <FCLASS type="point"></FCLASS>
        </LAYERINFO>
      </DATAFRAMEINFO>
    </SERVICEINFO>
  </RESPONSE>
</ARCXML>

Back to top