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

Glossary Item Box

Description

Used to specify Map Navigator settings in ArcPadPrefs.apx.

Diagram

MAPNAVIGATOR Element

Overview

MAPNAVIGATOR
Used to specify Map Navigator settings in ArcPadPrefs.apx.
visible optional Restriction of xs:string
Specifies if the map navigator is visible or hidden.

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionaltrue Specifies if the map navigator is visible or hidden.

Examples

ArcPadPrefs.apx - Hide the Map Navigator Copy Code
<ArcPad> 
<PREFERENCES> 
<STARTUP quickstart="3"/> 
<SCRIPTING language="VBScript"/> 
<PATHS public="C:\Users\Public\Documents\ArcPad" data="C:\Users\clai5368\Documents,C:\Users\Public\Documents\ArcPad" applets="" styles="" extensions="" templates=""/> 
<CONFIG file="C:\Users\clai5368\Documents\My ArcPad\ArcPad.apx"/> 
<FONTS> 
<LABEL font="Tahoma" fontsize="9" charset="ANSI" fontstyle="regular"/> 
</FONTS> 
<MAPGRID> 
<SIMPLELINESYMBOL width="1"/> 
<TEXTSYMBOL fontcolor="Black" font="Tahoma" fontstyle="regular" fontsize="9"/> 
</MAPGRID> 
<GPS protocol="@ALS" datum="D_WGS_1984" initialize="" logfile="C:\Users\clai5368\Documents\GPS.log" northreference="true" priority="highest" delay="1000"> 
<COMPORT port="8193" baud="4800" dtrcontrol="enable" rtscontrol="enable"/> 
<HEIGHT units="9001" geoidseparation="0" antennaheight="0"/> 
<QUALITYCONTROL level="0"> 
<MODE/> 
<PDOP/> 
<EPE/> 
</QUALITYCONTROL> 
<AVERAGING point="10" vertex="5"/> 
<STREAMING interval="1" distanceinterval="10"/> 
<DISPLAY coordys="dms" height="altitude_m" quality="PDOP" cog="true"/> 
</GPS> 
<LOCATION/> 
<ALERTS> 
<ALERT name="nogpsdata" sound=""/> 
<ALERT name="maxpdop" sound=""/> 
<ALERT name="maxepe" sound=""/> 
<ALERT name="nofix" sound=""/> 
<ALERT name="notdgps" sound=""/> 
<ALERT name="not3d" sound=""/> 
<ALERT name="approachingdestination" sound=""/> 
<ALERT name="dataratewarning" sound=""/> 
<ALERT name="seriouserror" sound=""/> 
</ALERTS> 
<AUX> 
<COMPORT port="1" baud="4800" dtrcontrol="enable" rtscontrol="enable"/> 
</AUX> 
<RANGEFINDER protocol="" observerreference="foresight" autoactivate="false" playalert="true" capturebutton="any"> 
<COMPORT port="1" baud="4800" dtrcontrol="enable" rtscontrol="enable"/> 
</RANGEFINDER> 
<CAMERA device="@APC" quality="75" path="C:\Users\clai5368\Pictures" prefix="Photo" shortcut=""/> 
<TRACKLOG name="C:\Users\clai5368\Documents\My ArcPad\\TrackLog.shp" interval="5"/> 
<LOCALE lcid="00000409" codepage="1252"/> 
<DISPLAY> 
<MAPNAVIGATOR visible = "false" /> 
<SYSTEMTRAY/> 
</DISPLAY> 
<STATUSBAR/> 
<IMS token="" url=""/> 
<LAYERS autopack="true" defaultbasemap="" adddefaultbasemap="true"/> 
<DRAWING indexratio="0.25" priority="abovenormal"/> 
<QUICKDRAW quality="1"/> 
<EDITING/> 
<NAVIGATION defaultmap=""/> 
<GREEKING> 
<POINT greeking="true" color="Gray" threshold1="0" threshold2="0" threshold3="0" threshold4="0"/> 
<POLYLINE greeking="true" color="Gray" threshold1="2" threshold2="5" threshold3="9" threshold4="0"/> 
<POLYGON greeking="true" color="Gray" threshold1="1" threshold2="2" threshold3="5" threshold4="9"/> 
<MULTIPOINT greeking="true" color="Gray" threshold1="3" threshold2="8" threshold3="0" threshold4="0"/> 
</GREEKING> 
</PREFERENCES> 
</ArcPad> 

Source

<xs:element name="MAPNAVIGATOR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify Map Navigator settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" form="qualified" name="visible">
      <xs:annotation>
        <xs:documentation>Specifies if the map navigator is visible or hidden.</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:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.