Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
Interoperability
XFM
API
Attributes
Bentley Geospatial Administrator
Bentley Map
Bentley Map Select Series 2
c#
COM
Customization
Data Browser
Examples
Export
Geospatial Administrator
i-Model
Learning
Mapped Name
OpenCities Map
Openrail
Oracle Spatial
PBA
Programming
Property Based Annotation
Shapefile
Topology
VBA
XFT
Interoperability OpenCitiesMap/OpenRail
Davide Porzio
Hello everyone I exported an .shp file and a .tab file from OpenCitiesMap. At this point, I create a new .dgn file in OpenRail Designer and in the "Attach Reference" panel, I add one of the two files exported from OpenCitiesMap. The newly referenced…
over 3 years ago
OpenCities Map
OpenCities Map Forum
- Create XFM DGN file using Import from database
Sanket Butala
Using OpenCities Map to import spatial data from Oracle (read-only), SQL Server (read-only), WFS (read-only), and Esri File Geodatabase (read-only) creates a self-contained DGN file with XFM features. This allows you to work in a disconnected environment…
over 2 years ago
OpenCities Map
OpenCities Map Wiki
Learning about XFT Move Operation in Map
Renato Cartesio
HI all! I need to know how use the move operation in Bentley Map. Actually, in C# i write this code: Bentley.Interop.Xft.MoveOp op = new Bentley.Interop.Xft.MoveOp(); Bentley.Interop.Xft.CmdMgrClass mgr = new Bentley.Interop.Xft.CmdMgrClass…
over 8 years ago
Geospatial Programming
Geospatial Programming Forum
- Assign attributes when importing Shapefiles
Inga Morozoff
On occasion, the shapefile you're importing has attributes with different names than those defined in your project schema. For example, the Roads.shp file may contain the following attributes: And your task is to import them as Street features that…
over 5 years ago
OpenCities Map
OpenCities Map Wiki
Assign SHP to existing feature on Import
Keith Raymond
Explains how to assign the properties from an imported file, in this case SHP, to an existing feature in your project.
ShptoFeature.ppsx
over 11 years ago
OpenCities Map
OpenCities Map Files
Using VRT files to import ODBC and CSV
Keith Raymond
Describes how to import ODBC (access, XLS etc) and CSV format files into Bentley Map
UsingVRTtoImportODBC.ppsx
over 11 years ago
OpenCities Map
OpenCities Map Files
- Replace text during Shapefile importing
Nelson Hobdell
The following solution addresses the user question submitted in this forum thread. Question : I have a Shapefile that contains some features I'd like to map to point-cell XFM features, and other features that I'd like to map to point-text FM features…
8 months ago
OpenCities Map
OpenCities Map Wiki
Re: Is there anyway to export dgn text elements to TAB text
Jeff Bielefeld
Tom, I believe a change request that could potentially expose text string values as business properties for inferred features would be worthwhile. This would allow you to simply open a MicroStation design file in Bentley Map and use the Interoperability…
text2xfm2.zip
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Bentley Map Standalone fails when trying to publish i-model of a XFM-design file
Jeff Bielefeld
Erik, Would you be able to perform an i-model publishing test on a similar design file that does not contain any feature instances with special/accented characters in the feature class and business property names? I'm wondering if those characters…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Using VBA to query features
Jeff Bielefeld
Stefan, In the "xfmOracleExtensions" sample available in the online " Bentley Map - Development and Product Customization Guide ", take a look at the editInstance() method for an example of using XftCmdMgr.ActivateMethod() to open the "Edit" dialog…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: gdi explorer and vba
Jeff Bielefeld
...okay very good Stefan, thank you for that confirmation.
over 12 years ago
OpenCities Map
OpenCities Map Forum
export 3D buildings to 3D shape file in Bentley Map SS2
ula
Hi, I have 3D building features (Smart Solid with attributes) in Bentley Map and I want to export them to 3D shape file (multipatch or polygonZ). I've tried to do this by Export via FME but it doesn't work properly. I've got good attribute table…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Dynamic where clause in Interoperability?
Jeff Bielefeld
Krister, I've posted a complete example here which includes a sample COM server written in C# which demonstrates one approach to calling the Bentley Map Interoperability managed API methods from VBA. The following sample VBA form should give you some…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Free Bentley Map V8i training
LaurenY
Register now for a free 2 hour Bentley Map V8i training course Interacting with Bentley Map V8i - ALL NEW Data Browser The Data Browser and the search tool can be used to browse or search for feature instances in a Bentley Map session and…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Possible to define single XFM feature for point-cell and point-text features?
Jeff Bielefeld
In an effort to broaden the communities knowledge of the Property Based Annotation capabilities available in Bentley Map, I've posted a new " Using Property Based Annotation (PBA) Replacement Text During Interoperability Imports " wiki article which provides…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Possible to define single XFM feature for point-cell and point-text features?
Janice.Eisenberg
I have a shapefile that contains some features I'd like to map to point-cell XFM features, and other features that I'd like to map to point-text FM features (so I can use PBA). I would really rather not create two separate XFM features, which would necessitate…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
...not familiar with that particular error, but at this time I would recommend the use of Visual Studio 2005 Edition when developing applications for the Bentley Map V8 i (SELECTseries 1) platform. Also when adding/replacing references to accomodate your…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
Jiri, For you adhoc connection (e.g. without a schema) code, you will need to add the following highlighted lines to the connectAdhoc method: public void connectAdhoc(string userName, string password, string serviceName) { GDI.GDIExplorerOracleImportsNode…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: gdi explorer and vba
Jeff Bielefeld
Stefan, You will most likely have to use regasm.exe to manually register the generated type library, something that is done automatically when Visual Studio compiles the assembly if the projects "Build > Output > Register for COM interop" option is…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Bentley Map Standalone fails when trying to publish i-model of a XFM-design file
Jeff Bielefeld
...thank you Erik for the confirmation and we are continuing to investigate this further. A special test center in Denmark, now that has some interesting possibilities. :)
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
...you could try to set the _USTN_USERNAME environment variable to the name of the user workspace (e.g. SET _USTN_USERNAME=geo_example_designer) in the shell before starting your session.
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
Jiri, For the following compound geometry... SHAPE(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES) --------------------------------------------------------------------------------------------------------------------------…
xfm_oracle1.zip
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: XFM feature symbology to element templates
Jeff Bielefeld
Tom, Correct, the MS_GEOXFM_NO_DYNAMICSCOREDFEATURES=1 configuration setting is either on or off (not set) and can only be changed after stopping/starting a session. If you are using "promote" you are creating native XFM feature instances so disabling…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Memory issues
Jeff Bielefeld
Greetings Veeresh, Have you any custom code involved or are you only using standard Interoperability functionality? Could you provide the exception.log that was generated?
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
...select the Bentley.Geospatial.Extensions.Oracle.tlb type library when setting your reference.
over 12 years ago
OpenCities Map
OpenCities Map Forum
>