Map Schema
SYMBOLOGY Element
See Also  Send comments on this topic.
Map Schema : SYMBOLOGY Element

Glossary Item Box

Description

The parent element for symbology in an ArcPad map file (*.apm).

Diagram

VALUEMAPRENDERER Element SIMPLERENDERER Element SIMPLELABELRENDERER Element Sequence SYMBOLOGY Element

Overview

SYMBOLOGY
The parent element for symbology in an ArcPad map file (*.apm).
Sequence
SIMPLELABELRENDERER
Used for labeling features. A field is specified for labeling all features of a particular layer.
SIMPLERENDERER
Used to display features using one symbol.Used to display features using one symbol.
VALUEMAPRENDERER
Used to render features according to the value in a specified field. Based on this field, a value map can be created to classify data.

Remarks

Symbology specified for a layer in an ArcPad map file (*.apm) overrides the symbology specified for that layer in its layer file (*.apl).

Examples

Source

<xs:element name="SYMBOLOGY" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The parent element for symbology in an ArcPad map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apm:SIMPLELABELRENDERER" />
      <xs:element ref="apm:SIMPLERENDERER" />
      <xs:element ref="apm:VALUEMAPRENDERER" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.