EXTRACT

Used in

RESPONSE  

Servers

Extract  

Parent elements

RESPONSE 

Syntax

<EXTRACT >
     No Attributes

     (r)<ENVELOPE... />
     (r)<OUTPUT... />

</EXTRACT >
(r): Attribute or child element is required.

Description

Provides the name and location of the ZIP file containing shapefiles.

Notes

 

Examples for EXTRACT

<?xml version="1.0" encoding="UTF8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <EXTRACT>
      <ENVELOPE minx="-118.0" miny="34.0" maxx="-117.0" maxy="35.0" />
      <OUTPUT file="c:\arcims\output\mymapservice_mymachine4982332.zip" url="http://mymachine.domain.com/mymapservice_mymachine4982332.zip" />
    </EXTRACT>
  </RESPONSE>
</ARCXML>

Back to top