SCALE

Used in

REQUEST  RESPONSE  

Servers

Image  

Parent elements

IMAGE 

Syntax

<SCALEAttribute Description Table

     When using Image Server:
     (r)rf="double"
>

     No Child Elements
</SCALE >
(r): Attribute or child element is required.

Description

Defines the relative scale of the returned image.

Restrictions


Attribute Descriptions for SCALE


When using Image Server:
AttributeUsage
rfRelative scale such as 1:24000. The entire relative scale is returned, in this case "1: 24000".
Back to top 

Examples for SCALE

Example 1: When in an IMAGE response.
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <IMAGE>
      <ENVELOPE minx="-180" miny="-135" maxx="180" maxy="135" />
      <SCALE rf="1:189118841.30308" />
      <OUTPUT url="http://washoe/output/crayola_i_washoe6528584339.png" />
    </IMAGE>
  </RESPONSE>
</ARCXML>

Back to top