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

Glossary Item Box

Description

When parent element is ArcPad, MAP is used in ArcPad map files (*.apm) to define maps.

Diagram

TRACKLOG Element TOOLBARS Element STATUSBAR Element SCALEBAR Element ROTATION Element REFPOINTS Element PROPERTIES Element NORTHARROW Element MAPGRID Element LAYER Element BOOKMARKS Element Sequence MAP Element

Overview

MAP
When parent element is ArcPad, MAP is used in ArcPad map files (*.apm) to define maps.
name optional xs:string
The name of the map.
refscale optional xs:string
Reference scale to display the symbology for all layers in the map. The scale is specfied using a relative scale such as 1:24000. Symbols are scaled relative to the refscale as the map is zoomed in or out.
Sequence
BOOKMARKS
The parent element for setting bookmarks.
LAYER 1..∞
When used in a map file (*.apm), it defines the characteristics of one of the map layers.
MAPGRID
Used to specify map grid settings in ArcPadPrefs.apx. Also specifies map grid visibility in an ArcMap map file (*.apm).Used to specify map grid settings in ArcPadPrefs.apx. Also specifies map grid visibility in an ArcMap map file (*.apm).
NORTHARROW
Used to define display properties for the north arrow in an ArcPad map file (*.apm).
PROPERTIES
Defines properties for the map in an ArcPad map file (*.apm).
REFPOINTS
User to specify reference points in a map for use with the offset and traverse tools.
ROTATION
Used to define rotation properties for the map in an ArcPad map file (*.apm).
SCALEBAR
Used to define display properties for the scalebar in an ArcPad map file (*.apm).
STATUSBAR
Used to define display properties for the status bar.
TOOLBARS
The parent element for all ArcPad toolbars.
TRACKLOG
Used to specify the GPS tracklog settings in ArcPadPrefs.apx. Also specifies tracklog visibility in an ArcMap map file (*.apm).

Attributes

NameTypeUseDefaultFixedDescription
namexs:stringoptional  The name of the map.
refscalexs:stringoptional  Reference scale to display the symbology for all layers in the map. The scale is specfied using a relative scale such as 1:24000. Symbols are scaled relative to the refscale as the map is zoomed in or out.

Remarks

When parent element is ArcPad:

  • Although none of the child elements are required, a map must contain at least one of these elements to be meaningful.

Examples

Source

<xs:element name="MAP" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>When parent element is ArcPad, MAP is used in ArcPad map files (*.apm) to define maps.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apm:BOOKMARKS" />
      <xs:element maxOccurs="unbounded" ref="apm:LAYER" />
      <xs:element ref="apm:MAPGRID" />
      <xs:element ref="apm:NORTHARROW" />
      <xs:element ref="apm:PROPERTIES" />
      <xs:element ref="apm:REFPOINTS" />
      <xs:element ref="apm:ROTATION" />
      <xs:element ref="apm:SCALEBAR" />
      <xs:element ref="apm:STATUSBAR">
        <xs:annotation>
          <xs:documentation>Used to define display properties for the status bar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="apm:TOOLBARS" />
      <xs:element ref="apm:TRACKLOG" />
    </xs:sequence>
    <xs:attribute name="name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the map.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="refscale" type="xs:string">
      <xs:annotation>
        <xs:documentation>Reference scale to display the symbology for all layers in the map. The scale is specfied using a relative scale such as 1:24000. Symbols are scaled relative to the refscale as the map is zoomed in or out.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.