GeoOffice analyst nach GeoOffice express: ZoomAndSelect

 

<Applications>
  <Application ID="GeoOfficeAnalyst">
    <Path>C:\Program Files (x86)\ArcGIS\Desktop10.8\bin\ArcMap.exe</Path>
    <Instances>
      <Instance Name="GeoOffice analyst Source Project">
        <Project>C:\data\Graz\SampleProjectSource.mxd</Project>
      </Instance>
    </Instances>
  </Application>
 
  <Application ID="GeoOfficeExpress">
    <Path>C:\Program Files (x86)\VertiGIS\GeoOffice\Bin\GeoOfficeExpress.exe</Path>
    <Instances>
      <Instance Name="GeoOffice express Target Project">
        <Project>C:\data\Graz\SampleProjectTarget.mxd</Project>
        <TargetDefinition StartBehaviour="IfNecessary" BringTargetToForeGround="true" StartTimeout="120">
          <Operations>
            <Operation Run="ZoomAndSelect" Name="ZoomAndSelect Parcels">
              <Tables>
                <Table Name="GRST_POL">
                  <TargetFields>
                    <TargetField TargetFieldName="KG_GNR" Values="$SelectParcelKeyPlaceHolder$" />
                  </TargetFields>
                </Table>
              </Tables>
            </Operation>
          </Operations>
        </TargetDefinition>
      </Instance>
    </Instances>
  </Application>
</Applications>
 
<Sources>
  <Source>
    <SourceInstances>
      <SourceInstance Name="GeoOffice analyst Source Project"></SourceInstance>
    </SourceInstances>
    <SourceConfigurations>
      <SourceConfiguration>
        <TargetInstances>
          <TargetInstance Name="GeoOffice express Target Project"></TargetInstance>
        </TargetInstances>
        <Tables>
          <Table Name="GRST_POL">
            <Fields>
              <Field SourceFieldName="KG_GNR" Placeholder="$SelectParcelKeyPlaceHolder$" />
            </Fields>
          </Table>
        </Tables>
      </SourceConfiguration>
    </SourceConfigurations>
  </Source>
</Sources>