Navigation:  How To > How to Configure... >

WebOffice - xPlanning Information

Previous pageReturn to chapter overviewNext page

Note: The WebOffice - xPlanning Information is only available for the WebOffice core client.

 

If you want to use the xPlanning information module in WebOffice, you need to consider the following points:

Every feature in you geodatabase has the attribute GMLID (ID of the feature), PLANID (ID of plan that is linked to the feature) and FEATURETYPE (object type)
For every plan there exists an XML file with the attribute information of all features
The name of the XML file has to be: [PLANID].xml
By using the field PlanId and the name of the XML file, the appropriate XML file can be found
The XML file follows the structure described below

 

XML structure

<Feature>

 <PlanName>

 <Plantype>

 <Feature>

         <OID>

         <GMLID> » reference to the feature in the feature class

         <PlanId> » together with the GMLID the feature in the feature class can be identified

         <SimpleClassData>

                 This section contains data that is distinguished by various display types

                 They can be nested, the terminal point is always a name/value pair

                 <SimpleData> » with name/value; common attribute in a textbox style

                 <ArrayData> » may contain several data types itself; content is to be indented

                 <ExtraSimpleClassData> » may contain several data types itself, content is to be indented

                 <EnumLookupData> » value list; important for editing; contains name/value

                 <CodelistLookupData> » treated like <EnumLookupData>; contains name/value

                 <FakeClassData> » an "artificial" indention; may contain several data types itself

                 <SimpleDataBoolean> » checkbox, contains name/value

 

The XML files have to be accessible via a virtual directory in IIS

 

Example of a virtual directory containing the XML files

Example of a virtual directory containing the XML files

 

In WebOffice author you need to configure

A query with a search result view for the respective layer that contains the search result fields GMLID, PLANID and FEATURETYPE

 

Required result fields for xPlanning Information

Required result fields for xPlanning Information

 

An Integration (Call FROM WebOffice) with a configured Base URL that points to
opub/custom_pages/xPlanung.jsp?path=http://<server name>/<virtual directory of XML files>

 

Required integration of external application for xPlanning Information

Required integration of external application for xPlanning Information

 

A Key set of separated parameters with
oPLANID using the HTTP Parameter name PlanId

 

Required parameter PLANID for xPlanning Information

Required parameter PLANID for xPlanning Information

 

oGMLID using the HTTP Parameter name GmlId

 

Required parameter GMLID for xPlanning Information

Required parameter GMLID for xPlanning Information

 

Open the WebOffice core client and identify the feature to access the external application.

 

Accessing xPlanning Information in the WebOffice core client

Accessing xPlanning Information in the WebOffice core client