Add Maps to the Navigation Window

The definition and setting of various map source files and settings is defined in an XML standard. Use ITENavigationMap5::LoadXML to add maps to the window. A minimal information set must be included in the XML string that is passed as a parameter. You can use the XML string for window persistence window.

The XML string should be in the following format (bold fields are mandatory for CreateLayer):

<NavigationMapControl >

<Projection>

<Group></Group>

<System></System>

<Datum></Datum>

<Unit></Unit>

</Projection>

<Map>

<Description> </Description>

<Source PlugName=””> </Source>

<Corners Left="" Top="" Right="" Bottom=""/>

<TiePoints>

       <TiePoint MapX="" MapY="" TerrainX="" TerrainY=""/>

</TiePoints>

<Projection Reproject=”” >

<Group></Group>

<System></System>

<Datum></Datum>

<Unit></Unit>

</Projection>

</Map>

</NavigationMapControl>

 

Parameters: