SCALE | Examples |
<SCALE | Attribute
Description Table |
rf ="double" x ="double" y ="double" > No Child Elements </SCALE > | |
Bold: Attribute or child element is
required. |
Attribute | Usage | Back to Top |
---|---|---|
rf | 1 Relative factor such as 1:24000. The value for rf in this case would be 24000. | |
x | 2 X-coordinate representing the center of the map. | |
y | 3 Y-coordinate representing the center of the map. |
Example 1: | Back to Top |
<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> |