TOCGROUP

Used in

RESPONSE  

Servers

ArcMap  

Parent elements

TOC 

Syntax

<TOCGROUPAttribute Description Table
     heading="string"
>

     (r)(m)<TOCCLASS... />

</TOCGROUP >
(r): Attribute or child element is required.
(m):  Child element can be used multiple times.

Description

The main element for representing a layer in a table of contents.

Restrictions


Attribute Descriptions for TOCGROUP

AttributeUsage
headingThe overall header for a layer. Only used when there are multiple symbols representing the same layer.
Back to top 

Examples for TOCGROUP

<?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=";"/>
        <SCREEN dpi="96"/>
        <IMAGELIMIT pixelcount="1048576"/>
        <CAPABILITIES forbidden="" disabledtypes="" servertype="arcmapserver" returngeometry="xmlmode"/>
      </ENVIRONMENT>
      <LAYOUTINFO pageunits="inches">
        <ENVELOPE minx="0" miny="0" maxx="8.5" maxy="11" />
      </LAYOUTINFO>
      <PROPERTIES>
        <FEATURECOORDSYS string="GEOGCS[&quot;GCS_Assumed_Geographic_1&quot;,DATUM[&quot;D_North_American_1927&quot;,SPHEROID[&quot;Clarke_1866&quot;,6378206.4,294.9786982]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]]" id="104000"/>
        <FILTERCOORDSYS string="GEOGCS[&quot;GCS_Assumed_Geographic_1&quot;,DATUM[&quot;D_North_American_1927&quot;,SPHEROID[&quot;Clarke_1866&quot;,6378206.4,294.9786982]],PRIMEM[&quot;Greenwich&quot;,0.0],UNIT[&quot;Degree&quot;,0.0174532925199433]]" id="104000"/>
        <MAPUNITS units="decimal_degrees"/>
        <BACKGROUND color="255,255,255"/>
        <ENVELOPE minx="-198" miny="-162.48914963359" maxx="198" maxy="156.08518845195" name="Initial_Extent" />
      </PROPERTIES>
      <LAYERINFO type="featureclass" name="CNTRY94" id="0" visible="true">
        <FCLASS type="polygon"></FCLASS>
        <TOC>
          <TOCGROUP heading="AREA">
            <TOCCLASS label="1041.095 - 364692.187" description="">Qk0SAAAbm5uEMwg...AŹ</TOCCLASS>
            <TOCCLASS label="364692.188 - 1216700.056" description="">Qk0SCQAAA...AAŹ</TOCCLASS>
            <TOCCLASS label="1216700.057 - 6400657.079" description="">Qk0SCQAA...AAŹ</TOCCLASS>
          </TOCGROUP>
        </TOC>
      </LAYERINFO>
    </SERVICEINFO>
  </RESPONSE>
</ARCXML>

Back to top