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

Glossary Item Box

Description

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

Diagram

STREAMING Element

Overview

STREAMING
Used to specify the streaming interval settings for the GPS capture settings in ArcPadPrefs.apx.
distanceinterval optional xs:double
Minimum distance interval of GPS fixes to capture at for streaming polyline/polygon features (in meters).
interval optional xs:int
Interval of GPS fixes to capture at for streaming polyline/polygon features (in seconds).

Attributes

NameTypeUseDefaultFixedDescription
distanceintervalxs:doubleoptional0.0 Minimum distance interval of GPS fixes to capture at for streaming polyline/polygon features (in meters).
intervalxs:intoptional1 Interval of GPS fixes to capture at for streaming polyline/polygon features (in seconds).

Examples

Source

<xs:element name="STREAMING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the streaming interval settings for the GPS capture settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="0.0" name="distanceinterval" type="xs:double">
      <xs:annotation>
        <xs:documentation>Minimum distance interval of GPS fixes to capture at for streaming polyline/polygon features (in meters).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="1" name="interval" type="xs:int">
      <xs:annotation>
        <xs:documentation>Interval of GPS fixes to capture at for streaming polyline/polygon features (in seconds).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.