REQUEST  Examples

Used in:  REQUEST  
Servers:  Image   Query   Feature   Extract   Geocode   Metadata   ArcMap  
Parent elements:  ARCXML  

<REQUEST >
     No Attributes

     <GET_EXTRACT... />  [Or]
     <GET_FEATURES... />  [Or]
     <GET_GEOCODE... />  [Or]
     <GET_IMAGE... />  [Or]
     <GET_LAYOUT... />  [Or]
     <GET_METADATA... />  [Or]
     <GET_RASTER_INFO... />  [Or]
     <GET_SERVICE_INFO... />  [Or]
     <PUBLISH_METADATA... />  [Or]

</REQUEST >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


   

Examples for REQUEST:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<REQUEST>
  <GET_FEATURES featurelimit="25" beginrecord="0" outputmode="xml" geometry="false" envelope="true" compact="true">
    <LAYER id="4" />
    <SPATIALQUERY subfields="#ALL#" where="NAME  =  'Los Angeles'" >
    </SPATIALQUERY>
  </GET_FEATURES>
</REQUEST>
</ARCXML>