CAPABILITIES  Examples

Used in:  RESPONSE  
Servers:  Image   Query   Feature   Extract   Geocode   ArcMap  
Parent elements:  ENVIRONMENT  

<CAPABILITIES Attribute Description Table

     forbidden ="string"
>

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


Description:


Restrictions:


Notes:


Attribute Descriptions for CAPABILITIES:

Attribute Usage Back to Top
forbidden 1 List of elements that cannot be used in a request to the service. Multiple elements are always delimited by a comma.
 

Examples for CAPABILITIES:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <SERVICEINFO>
      <ENVIRONMENT>
        <LOCALE language="en" country="US" />
        <UIFONT name="Arial" color="0,0,0" size="12" style="regular" />
        <SEPARATORS cs=" " ts=";"/>
        <CAPABILITIES forbidden="GET_GEOCODE,GET_EXTRACT"/>
        <SCREEN dpi="96"/>
        <IMAGELIMIT pixelcount="1048576" />
      </ENVIRONMENT>
      <PROPERTIES>
        <ENVELOPE minx="-71.077172" miny="42.355504" maxx="-71.034431" maxy="42.387721" name="Initial_Extent" />
        <MAPUNITS units="decimal_degrees" />
      </PROPERTIES>
      <LAYERINFO type="featureclass" visible="true" name="Streets" id="streets">
        <FCLASS type="line">
        </FCLASS>
      </LAYERINFO>
    </SERVICEINFO>
  </RESPONSE>
</ARCXML>