Preferences Schema
AVERAGING Element
See Also  Send comments on this topic.
Preferences Schema : AVERAGING Element

Glossary Item Box

Description

Used to specify the averaging settings for the GPS capture settings in ArcPadPrefs.apx.

Diagram

AVERAGING Element

Overview

AVERAGING
Used to specify the averaging settings for the GPS capture settings in ArcPadPrefs.apx.
enabled optional Restriction of xs:string
Flag to determine if the averaging settings are applied.
point optional xs:int
Number of GPS fixes to average for a point.
vertex optional xs:int
Number of GPS fixes to average for a vertex.

Attributes

NameTypeUseDefaultFixedDescription
enabledRestriction of xs:stringoptionalfalse Flag to determine if the averaging settings are applied.
pointxs:intoptional  Number of GPS fixes to average for a point.
vertexxs:intoptional  Number of GPS fixes to average for a vertex.

Examples

Restrictions

  • When AVERAGING is enabled, the geography page cannot be set to NOT visible.

Source

<xs:element name="AVERAGING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the averaging settings for the GPS capture settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="false" name="enabled">
      <xs:annotation>
        <xs:documentation>Flag to determine if the averaging settings are applied.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="point" type="xs:int">
      <xs:annotation>
        <xs:documentation>Number of GPS fixes to average for a point.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="vertex" type="xs:int">
      <xs:annotation>
        <xs:documentation>Number of GPS fixes to average for a vertex.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.