
GeoSync utility – setup manual 20-01-2014 13
MicroStation Connection
The MicroStation implementation has several special instructions covered here:
• Installing
• Launching
• Data structure / testdata
Installing
Installations is done using the provided msi module setupGeoSync(MS).msi
The installation requires MicroStation V8 or later.
Launching in MicroStation
First of all, MicroStation must be started and its database configuration should be loaded. This can
be forced by using this command line argument to ustation.exe:
Ustation.exe -wdOLEDB
The GeoSynk installation contains a MicroStation mvba project file, which must be loaded in
MicroStation.
This keyin loads the project file:
vba load C:\Program files\GIS4Mobile\GeoSyncMS\gis4mobile.mvba
And this keyin load the application:
vba run start.gis4mobile
Data structure / testdata
GeoSync uses the original GeoGraphics data structure which is still valid for bentley map.
The data structure consists of a dgn-file, and a database.
In the batabase is tables:
Table Purpose
Mscatalog Lists all tables MicroStation can access
Feature Lists level names and numbers, and cellnames, and tablenames
Category Lists categories for the features
Attributes for specific features
All tables must contain mslink column and all tables must be in the mscatalog list.
Apart from this GIS4Mobile has these requirements to features:
• Must have a cellname – and cell must exist in attached cell library.
• Must have a tablename – and table must exist in database
• Must have level name in features fname column
• Must have level code in features mslink column.
Commenti su questo manuale