SCALE  Examples

Used in:  REQUEST  
Servers:  ArcMap  
Parent elements:  DATAFRAME  

<SCALE Attribute Description Table

     rf ="double"
     x ="double"
     y ="double"
>

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


Description:


Restrictions:


Notes:


Attribute Descriptions for SCALE:

Attribute Usage Back to Top
rf Relative factor such as 1:24000. The value for rf in this case would be 24000.
x X-coordinate representing the center of the map.
y Y-coordinate representing the center of the map.
 

Examples for SCALE:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<REQUEST>
  <GET_LAYOUT>
    <PROPERTIES>
      <IMAGESIZE width="500" height="700"/>
        <OUTPUT type="jpg"/>
        <ENVELOPE minx="0" miny="0" maxx="11" maxy="8.5" />
      </PROPERTIES>
      <DATAFRAME id="Layers">
        <SCALE rf="77000" y="37.32" x="-121.91" />
      </DATAFRAME>
    </GET_LAYOUT>
  </REQUEST>
</ARCXML>