Post EsriInfo to the Adapter for GIS

The following call shows how to post EsriInfo to the Adapter for GIS.

IBIESRI_command=flexEsriInfo&IBIESRI_xml=true
&IBIESRI_domkey=domkey8291fc97&IBIESRI_random=1_0%2E4621475883759558

WfArcConnector.jsp

Parameter

Value

IBIESRI_command

flexEsriInfo

IBIAPP_domkey

Key issued by the Adapter to define a particular IBI_app

IBIESRI_xml

true

IBIESRI_random

Configuration file to be loaded into the application

Returns: EsriInfo XML file

Return Example

(IBIESRI_xml = true): 
<?xml version="1.0" encoding="UTF-8" standalone="no"?><mapfexs 
version="1.1">
  <!--Created by $Revision: 1.257 $:-->
  <!--At 11 Feb 2010 09:09:46 GMT-->
  <reportserver>
    <classinfo>
     <default/>
     <fixed/>
    </classinfo>
    <appinfo>
     <default IBIAPP_app="LEA" IBIC_server="EDASERVE"/>
     <fixed/>
    </appinfo>
    <mreinfo>
     <default/>
     <fixed/>
    </mreinfo>
 </reportserver>
  <callback identify="parmcollect" map="parmcollect" 
report="parmcollect"/>
  <jsincludes>
    <file map="true" report="true">
      <fexinfo>
        <appinfo>
          <IBIF_adhocfex><![CDATA[
function RunMyMapOutput(fexId)
{
  var parms = new Object();
  for( var i = 1; i < arguments.length; i += 2 )
     {
     parms[arguments[i]] = arguments[i + 1];
       }
     var getMapViewerWindowWindow = window.opener;
     getMapViewerWindowWindow.jsClearMap(null,null,true,true);
     getMapViewerWindowWindow.jsRunFex(fexId,false,parms);
     getMapViewerWindowWindow.focus();
}
function parmcollect(obj,url)
{
//-----------------------------------------------------------------------
// - Custom parameter collection code starts here
//
var rbStat;
if(opener && typeof opener != "undefined")
   rbParm = opener.parent;
  else
  rbParm = parent;
 
 
if(typeof rbParm.frames["parms"] == "undefined"  || 
rbParm.frames["parms"] == null )
  return url;
rbStat = rbParm.frames["parms"].document.theForm.STATUS;
   var rbValue = "";
   for (var i=0; i
      <rbStat.length; i++)
   {
      rbValue = (rbStat[i].checked) ? rbStat[i].value : rbValue;
   }
  url = url + "PARMDOW" + "=" + escape(rbValue) + "&";
// need loop to select multiples
  var PARMTOUR = rbParm.frames["parms"].document.theForm.PARMTOUR.value;
  url = url + "PARMTOUR" + "=" + escape(PARMTOUR) + "&";
 
 var FY = rbParm.frames["parms"].document.theForm.fryr.value;
 var FM = rbParm.frames["parms"].document.theForm.frmth.value;
 var FD = rbParm.frames["parms"].document.theForm.frdy.value;
 
 var TY = rbParm.frames["parms"].document.theForm.toyr.value;
 var TM = rbParm.frames["parms"].document.theForm.tomth.value;
 var TD = rbParm.frames["parms"].document.theForm.tody.value;
 
 dtFrom = FY + '/' + FM + '/' + FD;
 dtTo = TY + '/' + TM + '/' + TD;
  url = url + "FROMDATE" + "=" + escape(dtFrom) + "&" +"TODATE" + "=" + 
escape(dtTo) + "&";
 /* Now do Predictive Deployment items.*/
    tmprd = rbParm.frames["parms"].document.theForm.tmprd.value;
 
  rbStat = rbParm.frames["parms"].document.theForm.CONDIT;
    rbValue = "";
    for (var i=0; i
       <rbStat.length; i++)
    {
       rbValue = (rbStat[i].checked) ? rbStat[i].value : rbValue;
    }
   url = url + "CONDIT" + "=" + escape(rbValue) + "&";
 
 var TY = rbParm.frames["parms"].document.theForm.tstyr.value;
 var TM = rbParm.frames["parms"].document.theForm.tstmth.value;
 var TD = rbParm.frames["parms"].document.theForm.tstdy.value;
 
   url += "TESTDATE" + "=" + escape(dtTo) + "&";
 
   url += "TMPRD" + "=" + escape(tmprd) + "&";
//
// - Custom parameter collection code ends here
//-----------------------------------------------------------------------
//alert(url);
return url;
}
 ]]></IBIF_adhocfex>
        </appinfo>
      </fexinfo>
    </file>
  </jsincludes>
  <performance cachedom="true" cachefilter="true" cachejs="false" 
checkesc="true" enabledebugwindow="true" filterformat="in" 
mapcachedepth="4" maxfeatureitems="5000"/>
  <errorpage page="/ibi_html/javaassist/ibi/html/esri/esri_error.htm"/>
  <xmenuinfo class="clsMenuMAP" order="file"/>
  <menuinfo order="prompt"/>
  <displayinfo>
    <maptitle>Law Enforcement Analytics, City of Richmond</maptitle>
    <pagetitle>Powered By WebFOCUS</pagetitle>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLine
Symbol" id="selectMapLine" setAntialiasing="false" setColor="255,0,0" 
setLineType="solid" setOverlap="true" setWidth="2" shape="line"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygon
Symbol" id="selectMapPolygon" setAntialiasing="false" setBoundary="false"
setBoundaryColor="0,0,0" setFillColor="255,0,0" setOverlap="true" 
setTransparency=".5" shape="polygon"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarker
Symbol" id="selectMapPoint" setAntialiasing="false" setColor="255,0,0" 
setMarkerType="circle" setOverlap="true" setUseCentroid="false" 
setWidth="9" shape="point"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygon
Symbol" id="defaultOther" other="false" setFillColor="255,255,255" 
setTransparency=".5"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleLine
Symbol" display="line" id="drawMapLine" setColor="{COLOR}" 
setLineType="dash_dot" setTransparency="0.5" setWidth="6"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygon
Symbol" display="polygon" id="drawMapPolygon" prompt="drawMapPolygon" 
setFillColor="{COLOR}" setFillType="solid" setTransparency=".5"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarker
Symbol" display="point" id="drawMapPoint" setColor="{COLOR}" 
setMarkerType="{SHAPE}" setOutline="0,0,0" setWidth="{SIZE}"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.TextMarker
Symbol" id="textsymbol" prompt="textsymbol" setAntialiasing="true" 
setBlockout="255,255,255" setFont="verdana" setFontColor="0,0,0" 
setFontSize="10" setOverlap="false" setVAlignment="center"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygon
Symbol" id="textpolygonsymbol" prompt="textpolygonsymbol" 
setAntialiasing="true" setBoundary="true" setBoundaryColor="0,0,0" 
setBoundaryTransparency="0.5" setFillColor="255,255,255" 
setFillTransparency="0.6" setOverlap="false"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.CalloutMarker
Symbol" id="calloutsymbol" setFontColor="0,0,0" setInterval="20"/>
    <symbol class="com.esri.aims.mtier.model.acetate.ScaleBar" 
id="scale0" setAntialiasing="true" setBarColor="155,155,155" 
setBarWidth="8" setDistance="100.0" setFont="arial" 
setFontColor="255,0,0" setFontSize="15" setFontStyle="bold" 
setMapUnits="database" setMode="cartesian" setOutline="255,255,255" 
setPrecision="1" setRound="1.0" setScaleUnits="miles" 
setScreenLength="100" setX="5" setY="5"/>
    <symbol class="com.esri.aims.mtier.model.acetate.NorthArrow" 
id="arrow0" setArrowType="8" setX="-100" setY="-100"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygon
Symbol" id="drawMapPolygon0" prompt="drawMapPolyGREEN" 
setFillColor="0,128,0" setFillType="solid" setTransparency=".5"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarker
Symbol" display="point" id="drawMapDrug" prompt="drawMapDrug" 
setAntialiasing="true" setCharacter="47" setFont="ESRI Crime Analysis" 
setFontColor="255,100,255" setFontSize="30" setFontStyle="regular" 
setGlowing="255,255,255" setOutline="0,0,0" shape="point"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarker
Symbol" display="point" id="drawMapFirearm" setAntialiasing="true" 
setCharacter="46" setFont="ESRI Crime Analysis" setFontColor="255,0,0" 
setFontSize="30" setFontStyle="regular" setGlowing="255,255,255" 
setOutline="0,0,0"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarker
Symbol" id="drawMapDrug0" prompt="drawMapCourt0" setAntialiasing="true" 
setCharacter="87" setFont="ESRI Crime Analysis" 
setFontColor="255,100,255" setFontSize="30" setFontStyle="regular" 
setGlowing="255,255,255" setOutline="0,0,0"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarker
Symbol" id="symbol0"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarker
Symbol" display="point" id="drawMapDrug1" prompt="drawcuffs" 
setAntialiasing="true" setCharacter="58" setFont="ESRI Crime Analysis" 
setFontColor="255,100,255" setFontSize="30" setFontStyle="regular" 
setGlowing="255,255,255" setOutline="0,0,0" shape="point"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygon
Symbol" id="symbol1" prompt="SelectDispatchPoly" setBoundary="true" 
setBoundaryColor="224,71,71" setFillColor="205,92,92" 
setFillTransparency="0.3" shape="polygon"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarker
Symbol" id="symbol2" prompt="selectArrestPoint" setColor="200,0,0" 
setOutline="0,0,0" setWidth="9" shape="point"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarker
Symbol" id="symbol3" prompt="selectIncidentPoint" setColor="0,0,200" 
setOutline="0,0,0" setWidth="9" shape="point"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.RasterMarker
Symbol" id="symbol4" prompt="symbol4"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimpleMarker
Symbol" id="symbol5"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.TrueTypeMarker
Symbol" id="symbol6" prompt="drawMapFontSymbol" setCharacter="{SHAPE}" 
setFont="ESRI Crime Analysis" setFontColor="{COLOR}" setFontSize="{SIZE}" 
setGlowing="255,255,255" shape="point"/>
    <symbol 
class="com.esri.aims.mtier.model.map.layer.renderer.symbol.SimplePolygon
Symbol" id="symbol7" prompt="defDispatchZone" setBoundary="true" 
setBoundaryColor="120,32,32" setBoundaryTransparency="0.5" 
setFillTransparency="0.0" shape="polygon"/>
    <symbol class="com.esri.ags.symbol.SimpleLineSymbol" 
id="symLineSymb1" setAlpha="1" setColor="#0x5020E9" setStyle="solid" 
setWidth="4"/>
    <symbol class="com.esri.ags.symbol.SimpleFillSymbol" id="symBuffSym1" 
setAlpha="0.5" setColor="#0xE95020" setOutline="symLineSymb1" 
setStyle="backwarddiagonal"/>
    <symbol class="com.esri.ags.symbol.SimpleLineSymbol" 
id="symLineSymb2" setAlpha="1" setColor="#0xCC00FF" setStyle="solid" 
setWidth="4"/>
    <symbol class="com.esri.ags.symbol.SimpleFillSymbol" id="symBuffSym2" 
setAlpha="0.5" setColor="#0x0066FF" setOutline="symLineSymb2" 
setStyle="backwarddiagonal"/>
    <symbol class="com.esri.ags.symbol.SimpleLineSymbol" 
id="symLineSymb3" setAlpha="1" setColor="#0x000000" setStyle="solid" 
setWidth="4"/>
    <symbol class="com.esri.ags.symbol.SimpleFillSymbol" id="symBuffSym3" 
setAlpha="0.5" setColor="#0x0066FF" setOutline="symLineSymb3" 
setStyle="backwarddiagonal"/>
    <layout displayarrows="false" displayinfo="true" displayticks="true" 
horizontal="false" isdragable="false" numberoftoolsperrow="1" 
onright="false">
      <tool display="true" index="0" type="clear vmr"/>
      <tool display="true" index="1" type="report fex"/>
      <tool display="false" index="2" type="units"/>
      <tool display="true" index="3" type="map fex"/>
      <tool display="true" index="4" type="pan"/>
      <tool display="false" index="5" type="indentify"/>
      <tool display="false" index="6" type="selection type"/>
      <tool display="true" index="7" type="legend"/>
      <tool display="false" index="8" type="print"/>
      <tool display="true" index="9" type="layers"/>
      <tool display="false" index="10" type="zoom out"/>
      <tool display="false" index="11" type="zoom in"/>
    </layout>
  </displayinfo>
  <windows>
    <reportwindow height="-1" left="-1" name="reportWindowLEAflex" top="
-1" width="-1"/>
    <legendwindow height="-1" left="-1" name="legendWindowLEAflex" top="
-1" width="-1"/>
    <mapwindow fadedelay="50" fadefactor="20" height="-1" left="-1" 
name="mapWindowLEAflex" top="-1" url="/ibi_apps/esri/flexmapviewer/
FlexMapViewer.jsp" width="-1"/>
    <bufferwindow height="-1" left="-1" name="bufferWindowLEAflex" top="
-1" width="-1"/>
  </windows>
  //--Bookmarks added
  <bookmarks>
    <bookmark name="Zoom Level 3" srs="2284">11769339.283779725 
3719225.1288889423 11796005.950446393 3733579.2955556093</bookmark>
    <bookmark name="Zoom Level 4a" srs="2284">11772767.061557503 
3721070.237395887 11792578.172668615 3731734.187048665</bookmark>  
    <bookmark name="Zoom Level 4b" srs="2284">11781914.22305278 
3718036.6609847224 11801725.334163891 3728700.6106375004</bookmark>
    <bookmark name="Automation Bookmark" srs="2284">11789808.4939 
3721058.3059 11794235.5773 3723354.3129</bookmark>
  </bookmarks>
   <mapservice alpha="1" icon="com/esri/solutions/flexviewer/assets/
images/icons/i_shuttle.png" id="mapservice0" label="Lea Map" 
servertype="REST" type="tiled" url="http://ibigis10.ibi.com:8399/arcgis/
rest/services/FLEA/MapServer" useProxy="false" visible="true">
    <defaultextent maxx="1.180587950000003E7" maxy="3744178.500000026" 
minx="1.17446183E7" miny="3688708.8000000003"/>
    <XXdefaultextent maxx="1.1777447380366314E7" 
maxy="3724482.1722052936" minx="1.1776233895526469E7" 
miny="3708081.817343425"/>
    <defaultmapdisplay setBackground="255,255,255"/>
    <defaultlegenddisplay setAutoExtend="true" 
setBackground="255,255,255" setCanSplit="false" setFont="Courier New" 
setLayerFontSize="12" setTitleFontSize="12" setValueFontSize="12" 
setWidth="300"/>
    <defaultextentwidth>
      <width id="0" level="0" value="51.5432"/>
      <width id="1" level="1" value="103.0864"/>
      <width id="2" level="2" value="206.1728"/>
      <width id="3" level="3" value="412.3457"/>
      <width id="4" level="4" value="824.6914"/>
      <width id="5" level="5" value="1649.3828"/>
      <width id="6" level="6" value="3298.7655"/>
      <width id="7" level="7" value="6597.5311"/>
      <width id="8" level="8" value="13195.0621"/>
      <width id="9" level="9" value="26390.1242"/>
      <width id="10" level="10" value="52780.2484"/>
    </defaultextentwidth>
    <defaultsymbols mapimagenortharrowid="" mapimagescaleid="" 
mapnortharrowid="" mapscaleid="" northarrowid="" scaleid="" 
selectmapnortharrowid="" selectmapscaleid=""/>
    <layer allowselect="false" layerid="0" name="Incidents" 
sampledata="true" shape="point">
      <attribute attributename="IBI$BUFFER" esri_precision="0" 
esri_quote="" esri_size="10" esri_type="8" focusfieldformat="D10.0" 
id="bufferattb1"/>
      <attribute attributename="IBI$BUFFERINDEX" esri_precision="0" 
esri_quote="" esri_size="10" esri_type="8" focusfieldformat="D10.0" 
id="bufferattb2"/>
    </layer>
        <layer allowselect="false" layerid="1" name="Arrests" 
sampledata="true" shape="point"/>
        <layer allowselect="false" layerid="2" name="Events" 
sampledata="true" shape="point"/>
        <layer allowselect="false" layerid="3" name="Interstates" 
sampledata="true" shape="line">
          <attribute attributename="NAME" esri_precision="" 
esri_quote="'" esri_size="" esri_type="" focusfieldformat="" 
id="attribute0"/>
        </layer>
        <layer allowselect="false" layerid="4" name="Roads" 
sampledata="false" shape="line"/>
        <layer allowselect="false" layerid="5" name="MainRoad 29000" 
sampledata="true" shape="line"/>
        <layer allowselect="false" layerid="6" name="MainRoad 30000" 
sampledata="true" shape="line"/>
        <layer allowselect="false" layerid="7" name="Centerline" 
sampledata="true" shape="line">
          <attribute attributename="NAME" esri_precision="" 
esri_quote="'" esri_size="" esri_type="" focusfieldformat="" 
id="attribute1"/>
        </layer>
        <layer allowselect="false" layerid="8" name="Dispatch Zones" 
sampledata="true" shape="polygon">
          <attribute attributename="NAME" esri_precision="0" 
esri_quote="'" esri_size="8" esri_type="12" focusfieldformat="A8" 
id="attribute2_6a"/>          
          <attribute attributename="EDITBY" esri_precision="0" 
esri_quote="'" esri_size="8" esri_type="12" focusfieldformat="A30" 
id="attribute2_6c"/>
          <attribute attributename="SHAPE_AREA" esri_precision="0" 
esri_quote="'" esri_size="10" esri_type="8" focusfieldformat="D10.0" 
id="attribute2_6b"/>
          <attribute attributename="IBI$BUFFER" esri_precision="0" 
esri_quote="" esri_size="10" esri_type="8" focusfieldformat="D10.0" 
id="bufferattb1"/>
          <attribute attributename="IBI$BUFFERINDEX" esri_precision="0" 
esri_quote="" esri_size="10" esri_type="8" focusfieldformat="D10.0" 
id="bufferattb2"/>
        </layer>
        <layer allowselect="false" layerid="9" name="Neighborhood" 
sampledata="true" shape="polygon">
          <attribute attributename="IARMAINID" esri_precision="" 
esri_quote="'" esri_size="" esri_type="" focusfieldformat="" 
id="attribute2"/>
        </layer>
        <layer allowselect="false" layerid="10" name="Police Sectors" 
sampledata="true" shape="polygon"/>
        <layer allowselect="false" layerid="11" name="Counties" 
sampledata="true" shape="polygon"/>
  </mapservice>
  <mapservice id="mapservice1geo" servertype="REST" type="geometry" 
url="http://ibigis10.ibi.com:8399/arcgis/rest/services/Geometry/
GeometryServer"/>
  <fex defaultFex="false" esrinotn="false" height="" id="fex0" 
legenddetail="false" limitlayers="false" nomenu="false" northarrowid="" 
prompt="Probability of crime by Dispatch Zone" promptastitle="true" 
scaleid="" type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" symbolid=""/>         
      </inbound>
      <outbound>
        <layer attributename="NAME" calloutsymbolid="" colname="DISPATCH" 
color="COLOR" esri_precision="0" esri_quote="'" esri_size="8" 
esri_type="12" focusfieldformat="A8" image="IMAGE" labelfield="" 
layerid="8" othersymbolid="drawMapPolygon0" shape="SHAPE" size="SIZE" 
symbolid="drawMapPolygon" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="dzmap1"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" esrinotn="false" height="" id="fex4" 
legenddetail="false" limitlayers="false" nomenu="false" northarrowid="" 
prompt="Narcotic Related Arrests" promptastitle="true" scaleid="" 
type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" symbolid="selectMapPolygon"/>
         <layer attributename="NAME,IBI$BUFFER,IBI$BUFFERINDEX" 
buffersymbols="symBuffSym1,symBuffSym2,symBuffSym3" esri_precision="0" 
esri_quote="'" esri_size="8" esri_type="12" filename="DZLIST" 
focusfieldformat="A8" focuswhereformat="file" layerid="8" symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="IARMAINID" calloutsymbolid="" 
colname="IARMAINID" color="COLOR" esri_precision="0" esri_quote="" 
esri_size="10" esri_type="8" focusfieldformat="D10.0" image="" 
labelfield="" layerid="1" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapDrug" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="mapdrug"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="true" 
esrinotn="true" height="" id="fex1" legenddetail="false" 
limitlayers="false" nomenu="false" northarrowid="" prompt="Arrest 
Details" promptastitle="true" scaleid="" type="report" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="IARMAINID" bufferunits="" distance="" 
esri_precision="0" esri_quote="" esri_size="10" esri_type="8" 
filename="CRMLIST" focusfieldformat="D10.0" focuswhereformat="file" 
layerid="1" selectiontype="respectall" symbolid="symbol2"/>
        <layer attributename="NAME" bufferunits="" distance="" 
esri_precision="0" esri_quote="'" esri_size="8" esri_type="12" 
filename="DZLIST" focusfieldformat="A8" focuswhereformat="file" 
layerid="8" selectiontype="respectall" symbolid="symbol1"/>
      </inbound>
      <outbound/>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="dzrpt2"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" esrinotn="false" height="" id="fex2" 
legenddetail="false" limitlayers="false" nomenu="true" northarrowid="" 
prompt="Drill Map by Probability Group" promptastitle="true" scaleid="" 
type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="" filename="" focuswhereformat="file" 
layerid="8" symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="NAME" calloutsymbolid="" colname="DISPATCH" 
color="COLOR" esri_precision="0" esri_quote="'" esri_size="8" 
esri_type="12" focusfieldformat="A8" image="IMAGE" labelfield="" 
layerid="8" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapPolygon" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="dzmap2"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" esrinotn="false" height="" id="fex3" 
legenddetail="false" limitlayers="false" nomenu="true" northarrowid="" 
prompt="Drill by single Dispatch Zone" promptastitle="true" scaleid="" 
type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="" filename="" focuswhereformat="file" 
layerid="8" symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="NAME" calloutsymbolid="" colname="DISPATCH" 
color="COLOR" esri_precision="0" esri_quote="'" esri_size="8" 
esri_type="12" focusfieldformat="A8" image="IMAGE" labelfield="" 
layerid="8" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapPolygon" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="dzmap3"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" esrinotn="false" height="" id="fex5" 
legenddetail="false" limitlayers="false" nomenu="false" northarrowid="" 
prompt="Weapons Related Arrests" promptastitle="true" scaleid="" 
type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="IARMAINID" calloutsymbolid="" 
colname="IARMAINID" color="COLOR" esri_precision="0" esri_quote="" 
esri_size="10" esri_type="8" focusfieldformat="D10.0" image="" 
labelfield="" layerid="1" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapFirearm" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="mapfire"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" esrinotn="false" height="" id="fex6" 
legenddetail="false" limitlayers="false" nomenu="false" northarrowid="" 
prompt="Arrests with Assault Charges" promptastitle="true" scaleid="" 
type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="IARMAINID" calloutsymbolid="" 
colname="IARMAINID" color="COLOR" esri_precision="0" esri_quote="" 
esri_size="10" esri_type="8" focusfieldformat="D10.0" image="" 
labelfield="" layerid="1" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapFirearm" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="map_assault"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" esrinotn="false" height="" id="fex7" 
legenddetail="false" limitlayers="false" nomenu="false" northarrowid="" 
prompt="Arrests with Contempt Charges" promptastitle="true" scaleid="" 
type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="IARMAINID" calloutsymbolid="" 
colname="IARMAINID" color="COLOR" esri_precision="0" esri_quote="" 
esri_size="10" esri_type="8" focusfieldformat="D10.0" image="" 
labelfield="" layerid="1" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapDrug0" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="map_contempt"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" esrinotn="false" height="" id="fex8" 
legenddetail="false" limitlayers="false" nomenu="false" northarrowid="" 
prompt="Assault Related Incidents" promptastitle="true" scaleid="" 
type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="INCI_ID" calloutsymbolid="" 
colname="INCI_ID" color="COLOR" esri_precision="0" esri_quote="'" 
esri_size="254" esri_type="12" focusfieldformat="A254" image="" 
labelfield="" layerid="0" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapFirearm" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="map_assault_inc"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="true" 
esrinotn="true" height="" id="fex9" legenddetail="false" 
limitlayers="false" nomenu="false" northarrowid="" prompt="Incident 
Details" promptastitle="true" scaleid="" type="report" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="INCI_ID" bufferunits="" distance="" 
esri_precision="0" esri_quote="'" esri_size="254" esri_type="12" 
filename="CRMLIST" focusfieldformat="A254" focuswhereformat="file" 
layerid="0" selectiontype="respectall" symbolid="symbol3"/>
        <layer attributename="NAME" bufferunits="" distance="" 
esri_precision="0" esri_quote="'" esri_size="8" esri_type="12" 
filename="DZLIST" focusfieldformat="A8" focuswhereformat="file" 
layerid="8" selectiontype="respectall" symbolid="symbol1"/>
      </inbound>
      <outbound/>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="inc_detail"/>
    </fexinfo>
    <sendselectmap imagefiletype="png" sendheight="100" sendimage="false" 
sendlegend="false" sendlegendfilename="ESRIIMGSLG" 
sendmapfilename="ESRIIMGSEL" sendwidth="200"/>
    <sendmapmap fexid="" imagefiletype="png" sendheight="100" 
sendimage="false" sendlegend="false" sendlegendfilename="ESRIIMGMLG" 
sendmapfilename="ESRIIMGMAP" sendwidth="200"/>
  </fex>
  <fex defaultFex="false" esrinotn="false" height="" id="fex10" 
legenddetail="false" limitlayers="false" nomenu="false" northarrowid="" 
prompt="Incidents Without Arrest Record" promptastitle="true" scaleid="" 
type="map" width="" windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="INCI_ID" calloutsymbolid="" 
colname="INCI_ID" color="COLOR" esri_precision="0" esri_quote="'" 
esri_size="254" esri_type="12" focusfieldformat="A254" image="" 
labelfield="" layerid="0" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapDrug1" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="incnoarr"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="true" 
esrinotn="true" height="" id="fex11" legenddetail="false" 
limitlayers="false" nomenu="false" northarrowid="" prompt="Arrest Graph 
Summary" promptastitle="true" scaleid="" type="report" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" selectiontype="respectall" 
symbolid="selectMapPolygon"/>
         <layer attributename="NAME,IBI$BUFFER,IBI$BUFFERINDEX" 
buffersymbols="symBuffSym1,symBuffSym2,symBuffSym3" esri_precision="0" 
esri_quote="'" esri_size="8" esri_type="12" filename="DZLIST" 
focusfieldformat="A8" focuswhereformat="file" layerid="8" 
selectiontype="respectall" symbolid=""/>
      </inbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_GRBEAT1"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="true" 
esrinotn="true" height="" id="fex12" legenddetail="false" 
limitlayers="false" nomenu="false" northarrowid="" prompt="Arrest Graph 
by Dispatch" promptastitle="true" scaleid="" type="report" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" selectiontype="respectall" 
symbolid="symbol1"/>
      </inbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_GRBEAT2"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="true" 
esrinotn="true" height="" id="fex13" legenddetail="false" 
limitlayers="false" nomenu="false" northarrowid="" prompt="Incident 
Summary" promptastitle="true" scaleid="" type="report" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" selectiontype="respectall" 
symbolid="symbol1"/>
      </inbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_RPTBEAT1"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex14" legenddetail="false" 
limitlayers="false" nomenu="true" northarrowid="" prompt="Incidents in 
Dispatch Zones1" promptastitle="true" scaleid="" type="map" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" selectiontype="respectall" 
symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="INCI_ID" calloutsymbolid="" 
colname="INCI_ID" color="COLOR" colortable="" esri_precision="0" 
esri_quote="'" esri_size="254" esri_type="12" focusfieldformat="A254" 
griddisplayfields="COLOR,SIZE,TRACT" image="IMAGE" labelfield="" 
layerid="0" othersymbolid="" shape="SHAPE" size="SIZE" 
symbolid="drawMapPoint" text="" textpolysymbolid="" textsymbolid="" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_MAPBEAT1"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex15" legenddetail="false" 
limitlayers="false" nomenu="true" northarrowid="" prompt="Incidents in 
Dispatch Zone3" promptastitle="true" scaleid="" type="map" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <outbound>
        <layer attributename="INCI_ID" calloutsymbolid="" 
colname="INCI_ID" color="COLOR" colortable="" esri_precision="0" 
esri_quote="'" esri_size="254" esri_type="12" focusfieldformat="A254" 
image="IMAGE" labelfield="" layerid="0" othersymbolid="" shape="SHAPE" 
size="SIZE" symbolid="drawMapPoint" text="" textpolysymbolid="" 
textsymbolid="" title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_MAPBEAT3"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex16" legenddetail="false" 
limitlayers="false" nomenu="true" northarrowid="" prompt="All Incidents 
in Dispatch Zone" promptastitle="true" scaleid="" type="map" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <outbound>
        <layer attributename="INCI_ID" calloutsymbolid="" 
colname="INCI_ID" color="COLOR" colortable="" esri_precision="0" 
esri_quote="'" esri_size="254" esri_type="12" focusfieldformat="A254" 
image="IMAGE" labelfield="" layerid="0" othersymbolid="" shape="SHAPE" 
size="SIZE" symbolid="drawMapPoint" text="" textpolysymbolid="" 
textsymbolid="" title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_MAPBEAT3i"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="true" 
esrinotn="true" height="" id="fex17" legenddetail="false" 
limitlayers="false" nomenu="false" northarrowid="" prompt="Arrest 
Summary" promptastitle="true" scaleid="" type="report" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" selectiontype="respectall" 
symbolid="symbol1"/>
      </inbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_RPTBEAT2"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex18" legenddetail="false" 
limitlayers="false" nomenu="true" northarrowid="" prompt="Arrests in 
Dispatch Zones" promptastitle="true" scaleid="" type="map" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="DZLIST" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" selectiontype="respectall" 
symbolid=""/>
      </inbound>
      <outbound>
        <layer attributename="IARMAINID" calloutsymbolid="" 
colname="IARMAINID" color="COLOR" colortable="" esri_precision="0" 
esri_quote="" esri_size="10" esri_type="8" focusfieldformat="D10.0" 
griddisplayfields="COLOR,SIZE,IARMAINID" image="IMAGE" 
labelfield="IARMAINID" layerid="1" othersymbolid="" shape="SHAPE" 
size="SIZE" symbolid="drawMapPoint" text="" 
textpolysymbolid="textpolygonsymbol" textsymbolid="textsymbol" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_MAPBEAT1A"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex19" legenddetail="false" 
limitlayers="false" nomenu="true" northarrowid="" prompt="Incidents in 
Dispatch Zone" promptastitle="true" scaleid="" type="map" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <outbound>
        <layer attributename="IARMAINID" calloutsymbolid="" 
colname="IARMAINID" color="COLOR" colortable="" esri_precision="0" 
esri_quote="" esri_size="10" esri_type="8" focusfieldformat="D10.0" 
image="IMAGE" labelfield="IARMAINID" layerid="1" othersymbolid="" 
shape="SHAPE" size="SIZE" symbolid="drawMapPoint" text="" 
textpolysymbolid="textpolygonsymbol" textsymbolid="textsymbol" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_MAPBEAT3A"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex20" legenddetail="false" 
limitlayers="false" nomenu="true" northarrowid="" prompt="All Arrests in 
Dispatch Zone" promptastitle="true" scaleid="" type="map" width="" 
windowname="" zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <outbound>
        <layer attributename="IARMAINID" calloutsymbolid="" 
colname="IARMAINID" color="COLOR" colortable="" esri_precision="0" 
esri_quote="" esri_size="10" esri_type="8" focusfieldformat="D10.0" 
image="IMAGE" labelfield="IARMAINID" layerid="1" othersymbolid="" 
shape="SHAPE" size="SIZE" symbolid="drawMapPoint" text="" 
textpolysymbolid="textpolygonsymbol" textsymbolid="textsymbol" 
title="TITLE"/>
      </outbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="C_MAPBEAT3I_A"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex21" legenddetail="false" 
limitlayers="false" nomenu="true" northarrowid="" prompt="KPI Alert Map" 
promptastitle="true" scaleid="" type="map" width="" windowname="" 
zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <outbound>
        <layer attributename="INCI_ID" calloutsymbolid="" 
colname="INCI_ID" color="COLOR" colortable="" esri_precision="0" 
esri_quote="'" esri_size="254" esri_type="12" focusfieldformat="A254" 
image="IMAGE" labelfield="" layerid="0" othersymbolid="" shape="SHAPE" 
size="SIZE" symbolid="symbol6" text="" textpolysymbolid="" 
textsymbolid="" title="TITLE"/>
      </outbound>
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="12" filename="WHERED" focusfieldformat="A8" 
focuswhereformat="file" layerid="8" selectiontype="respectall" 
symbolid=""/>
      </inbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="kpi_alerts_map"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex22" legenddetail="true" 
limitlayers="true" nomenu="true" northarrowid="" prompt="KPI Thumbnail 
Map" promptastitle="true" scaleid="" type="map" width="" windowname="" 
zoomfeatures="false">
    <mapinfo mapservice="mapservice0">
      <outbound>
        <layer attributename="INCI_ID" calloutsymbolid="" 
colname="INCI_ID" color="COLOR" colortable="" esri_precision="0" 
esri_quote="'" esri_size="254" esri_type="12" focusfieldformat="A254" 
image="IMAGE" labelfield="" layerid="0" othersymbolid="" shape="SHAPE" 
size="SIZE" symbolid="symbol6" text="" textpolysymbolid="" 
textsymbolid="" title="TITLE"/>
        <layer attributename="" calloutsymbolid="" colname="" 
color="COLOR" colortable="" image="IMAGE" labelfield="" layerid="11" 
othersymbolid="" shape="SHAPE" size="SIZE" symbolid="" text="" 
textpolysymbolid="" textsymbolid="" title="TITLE"/>
        <layer attributename="" calloutsymbolid="" colname="" 
color="COLOR" colortable="" image="IMAGE" labelfield="" layerid="10" 
othersymbolid="" shape="SHAPE" size="SIZE" symbolid="" text="" 
textpolysymbolid="" textsymbolid="" title="TITLE"/>
        <layer attributename="" calloutsymbolid="" colname="" 
color="COLOR" colortable="" image="IMAGE" labelfield="" layerid="11" 
othersymbolid="" shape="SHAPE" size="SIZE" symbolid="" text="" 
textpolysymbolid="" textsymbolid="" title="TITLE"/>
      </outbound>
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="8" esri_type="6" filename="WHERED" focusfieldformat="A8" 
focuswhereformat="file" layerid="7" selectiontype="respectall" 
symbolid=""/>
      </inbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="kpi_alerts_map"/>
    </fexinfo>
  </fex>
  <fex defaultFex="false" displaygroup="" drawselectmap="false" 
esrinotn="false" height="" id="fex23" legenddetail="false" 
limitlayers="true" nomenu="true" northarrowid="" prompt="Dummy" 
promptastitle="true" scaleid="" type="map" width="" windowname="" 
zoomfeatures="true">
    <mapinfo mapservice="mapservice0">
      <outbound>
        <layer attributename="" calloutsymbolid="" colname="" 
color="COLOR" colortable="" image="IMAGE" labelfield="" layerid="11" 
othersymbolid="" shape="SHAPE" size="SIZE" symbolid="" text="" 
textpolysymbolid="" textsymbolid="" title="TITLE"/>
        <layer attributename="" calloutsymbolid="" colname="" 
color="COLOR" colortable="" image="IMAGE" labelfield="" layerid="10" 
othersymbolid="" shape="SHAPE" size="SIZE" symbolid="" text="" 
textpolysymbolid="" textsymbolid="" title="TITLE"/>
        <layer attributename="" calloutsymbolid="" colname="" 
color="COLOR" colortable="" image="IMAGE" labelfield="" layerid="7" 
othersymbolid="" shape="SHAPE" size="SIZE" symbolid="" text="" 
textpolysymbolid="" textsymbolid="" title="TITLE"/>
        <layer attributename="" calloutsymbolid="" colname="" 
color="COLOR" colortable="" image="IMAGE" labelfield="" layerid="4" 
othersymbolid="" shape="SHAPE" size="SIZE" symbolid="" text="" 
textpolysymbolid="" textsymbolid="" title="TITLE"/>
        <layer attributename="" calloutsymbolid="" colname="" 
color="COLOR" colortable="" image="IMAGE" labelfield="" layerid="3" 
othersymbolid="" shape="SHAPE" size="SIZE" symbolid="" text="" 
textpolysymbolid="" textsymbolid="" title="TITLE"/>
        <layer attributename="NAME" calloutsymbolid="" 
colname="DISPATCHZONE" color="COLOR" colortable="" esri_precision="0" 
esri_quote="'" esri_size="8" esri_type="12" focusfieldformat="A8" 
image="IMAGE" labelfield="" layerid="8" othersymbolid="symbol7" 
shape="SHAPE" size="SIZE" symbolid="symbol7" text="" textpolysymbolid="" 
textsymbolid="" title="TITLE"/>
      </outbound>
      <inbound>
        <layer attributename="NAME" esri_precision="0" esri_quote="'" 
esri_size="5" esri_type="12" filename="WHERED" focusfieldformat="A5" 
focuswhereformat="file" layerid="10" selectiontype="respectall" 
symbolid=""/>
      </inbound>
    </mapinfo>
    <fexinfo>
      <appinfo IBIAPP_app="LEA" IBIF_ex="dummy"/>
    </fexinfo>
  </fex>
</mapfexs>


WebFOCUS