GeoOffice analyst nach GeoOffice analyst: CreateObject

 

<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>    
      <Instance Name="GeoOffice analyst Target Project">
        <Project>C:\data\Graz\SampleProjectTarget.mxd</Project>
        <TargetDefinition StartBehaviour="IfNecessary" BringTargetToForeGround="true" StartTimeout="120">
          <Operations>
            <Operation Run="CreateObject" Name="CreateObject - Points">
              <Tables>
                <Table Name="Emergency">
                  <TargetFields>
                    <TargetField TargetFieldName="$GmlGeometry$" Values="$GmlGeometryPlaceholder$" />
                    <TargetField TargetFieldName="E_NAME" Values="$name$" />
                  </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 analyst Target Project"></TargetInstance>
        </TargetInstances>
        <Tables>
          <Table Name="Emergency">
            <Fields>
              <Field SourceFieldName="$GmlGeometry$" Placeholder="$GmlGeometryPlaceholder$" />
              <Field SourceFieldName="E_NAME" Placeholder="$name$" />
            </Fields>
          </Table>
        </Tables>
      </SourceConfiguration>
    </SourceConfigurations>
  </Source>
</Sources>