Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
Bentley Map
Oracle Spatial
Annotation
Bentley Geospatial Administrator
Bentley PowerMap
c#
COM
Delete element
dgn2sdo
Geospatial Administrator
Interoperability
KEY-IN
MicroStation GeoGraphics
mvba
Oracle
Oracle Workspace Manager
OWM
Power Map
Programming
RDBMS
Register Features
SQL Server
VBA
Versioning
Workspace Manager
XFM
XFT
Unable to post Oracle Spatial data received error ORA-13011 Value Out of Range
Sanket Butala
Explanation: If you are unable to post Oracle Spatial data features and received error as : Error Inserting Feature (class: spatial_table_name, id: 2020) Invalid geometry for table spatial_table_name, column GEOMETRY. Oracle details: A specified…
over 2 years ago
OpenCities Map
OpenCities Map Wiki
- Concatenate properties to populate new property using Property Watcher
Nelson Hobdell
This article describes how to concatenate the values of two properties to create a third. For example, you may want to capture an asset tag property that must be entered as nn-nnn. To accommodate this, Left and Right properties are defined which are filled…
over 1 year ago
OpenCities Map
OpenCities Map Wiki
- Queries are not undoable
Inga Morozoff
The MicroStation Undo command has no record of spatial queries in Bentley Map. For this reason, there is a built-in warning dialog that displays when you perform a spatial query that reads: Selecting the “Don’t’ show this message again” option…
over 5 years ago
OpenCities Map
OpenCities Map Wiki
Spatial Databases
Nelson Hobdell
- 3D arcs being stroked when posted and queried - Angle of queried point feature is wrong - Conflict Inspector - Convert DGNs with MSLinks to MS SQL Server Spatial via FME - Creating a Map schema for Spatial Features - Create domain lists in…
10 months ago
OpenCities Map
OpenCities Map Wiki
RE: Draw multi part polygon in Bentley Map.
Jeff Bielefeld
Kiran, If the Oracle Spatial multipolygon layer was registered as a "Polygon Collection" feature class then you should be able to perform the following: In the Bentley Geospatial Administrator right click on the polygon collection feature class…
over 7 years ago
OpenCities Map
OpenCities Map Forum
RE: How to set the scale based visibility for a layer in Map Manager?
Jeff Bielefeld
Kiran, In the Map Manager you can perform the following: Right-click your feature class and select the "Symbology..." option. In "Symbology" dialog choose "General > Thematic Definition set > User defined 1" option. In "Symbology" dialog choose…
over 7 years ago
OpenCities Map
OpenCities Map Forum
RE: [BM SS4] What happens to User Data Linkages?
Jeff Bielefeld
Bruce, Please zip up and send me via private message... Your modified MVBA file. A sample design file containing the original MicroStation shape elements. A current copy of your Bentley Geospatial Administrator schema file. ...and I will…
over 7 years ago
OpenCities Map
OpenCities Map Forum
RE: Oracle spatial join with external database
Jeff Bielefeld
Jun, This ability to define this type of join has been added to the pending Bentley Map V8i (SELECTseries 4) 08.11.09.4xx release. I would suggest that you download and test the beta.
over 9 years ago
OpenCities Map
OpenCities Map Forum
RE: GDIExplorerAddIn.instance.oraclenode
Jeff Bielefeld
Luis, Are you attempting to connect to an Oracle database instance that has been defined in the Bentley Geospatial Administrator as a registered graphical source?
over 9 years ago
Geospatial Programming
Geospatial Programming Forum
RE: Oracle direct connection in Bentley Map
Jeff Bielefeld
Andrea, From your managed C# application you would need to call the unmanaged mdlDB_processSQL function using .NET Platform Invoke (P/Invoke) services. You could create a wrapper function to be called that included something similar to the following…
over 9 years ago
Geospatial Programming
Geospatial Programming Forum
RE: Oracle direct connection in Bentley Map
Jeff Bielefeld
Andrea, When Bentley Map is used with Oracle Workspace Manager the GDI_CURRENT_WORKSPACE_NAME configuration variable is set at runtime to indicate the name of the currently selected workspace. That value can be used with a statement such as... EXECUTE…
over 9 years ago
Geospatial Programming
Geospatial Programming Forum
Oracle direct connection in Bentley Map
Andrea Giorgini
Hi, this is my first post in this forum and I'm a newbie in the Bentley environment. I'm trying to develop some tests with Bentley Map SS3 (v. 08.11.09.107). I'm using a direct oracle connession (oracle spatial) for editing features (post), I need use…
over 9 years ago
Geospatial Programming
Geospatial Programming Forum
Bentley Map FeatureToolBar MVBA Application
Elivagner Barros
This application (FeatureToolbar) was developed based on a previous tool named FeatureBar for MicroStation Geographics . My many thanks go out to following people who contributed in a wide variety of ways to the development of this application. FeatureToolBar…
Map FeatureToolBar.zip
over 11 years ago
Peer Blogs
Elivagner Barros' Blog
Re: Posting arc elements to Oracle spatial
Jeff Bielefeld
Taija, If your data includes non-circular arcs then during post operations the data is stroked into a linear geometry. This is due to the fact that non-circular arcs cannot be persisted in Oracle Spatial 10g or 11g, but will be supported in next major…
over 10 years ago
Geospatial Programming
Geospatial Programming Forum
Re: Posting arc elements to Oracle spatial
Jeff Bielefeld
Taija, It is good to know that was the problem. However there really should be no need for your MDL application to stroke the arcs. The stroking should occur automatically during the Bentley Map posting process, using a stroke tolerance that should…
over 10 years ago
Geospatial Programming
Geospatial Programming Forum
Re: v8i [select series 2] C# ADDIN : GeoDataInterchangeAddIn.Instance.MasterFileImport Failed with unkown Error
Jeff Bielefeld
Greetings Bharat, Are you attempting to use an ad-hoc or registered graphical source connection? Could you send me via mail your solution sources so that I can take a closer look?
over 10 years ago
Geospatial Programming
Geospatial Programming Forum
Re: GDIExplorerAddIn.instance.oraclenode
Jeff Bielefeld
As mentioned the TreeForm reference should no longer be necessary. Your OpenFirstOracleGraphicalSouroce method should work as follows: public static bool OpenFirstOracleGraphicalSource(string user, string password) { bool opened = false; if (GeoDataInterchangeAddIn…
over 11 years ago
Geospatial Programming
Geospatial Programming Forum
Re: GDIExplorerAddIn.instance.oraclenode
Jeff Bielefeld
Greetings, For the Bentley Map V8i (SELECTseries 3) 08.11.09 release, you will need to refactor some of your code. For example, your connection to the registered Oracle Spatial graphical source can now be done as follows: // This code opens the…
over 11 years ago
Geospatial Programming
Geospatial Programming Forum
Posting arc elements to Oracle spatial
Taija
Hi! I have problems posting arc elements to oracle spatial database with Bentley Map. All my arcs become lines to db. Is it possible to have both lines and arcs in same geometry column in db? I have sub-feature, which geometry type is linestring/curve…
over 10 years ago
Geospatial Programming
Geospatial Programming Forum
Удалить элемент из базы данных
Elena Molodykh
Как удалить элемент из карты и базы данных в Bentley Map и PowerMap, если вы используете Oracle Spatial. Для полноэкранного просмотра - нажмите правой клавишей мыши на видео и выберите Zoom->Full Screen.
over 13 years ago
Peer Blogs
Elena's Blog
Новый элемент для существующей записи в базе данных
Elena Molodykh
Как изменить элемент для существующей записи в базе данных на новый в Bentley Map и PowerMap, если вы используете Oracle Spatial. Для полноэкранного просмотра - нажмите правой клавишей мыши на видео и выберите Zoom->Full Screen.
over 13 years ago
Peer Blogs
Elena's Blog
Re: Insert dgn elements with mslink into Oracle Spatial
Jeff Bielefeld
Jurek, Does your IN_DB parameter have the following format? IN_DB=odbc,mydatabase,mytable Regards, Jeff Bielefeld [Bentley]
over 14 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: Write to Oracle spatial
Jeff Bielefeld
Greetings Artur, The ability to automatically post all session changes to the connected Oracle Spatial repository as they occur does not currently exist in the Bentley Map product. In MicroStation GeoGraphics in "Workspace > Preferences > Spatial"…
over 13 years ago
OpenCities Map
OpenCities Map Forum
dgn2sdo skips shapes with holes
Krister Surell
Hi, I've used dgn2sdo to load some polygon data. I might be missing something but it seems that if I specify IN_DB, shapes with holes (unnamed cells) does not export. %dgn2sdo% IN_FILE="F:\Lagring\prj\ParkV8\dgn\sdo\*.pyt" IN_DB=oracle,park/park…
kungsholmen_test.dgn
over 12 years ago
OpenCities Map
OpenCities Map Forum
>