Bentley Communities
Site
Search
User
Site
Search
User
Product Communities
Geospatial
OpenCities Map
Cancel
OpenCities Map
OpenCities Map Forum
Sign In
All tags
Interoperability
ArcGIS
Bentley Geospatial Administrator
Bentley Map
Bentley PowerMap
c#
COM
Data Browser
Export
FME Extension
GML
import
Map
MicroStation
OpenCities Map
Oracle
Oracle Spatial
Oracle Workspace Manager
Promote
Shapefile
SQL Server
SQL Server Spatial
VBA
VRT
XFM
XFT
Re: 3D Oracle Spatial data to 2D DGN.....DAMAGING DATA WITHOUT WARNING!!
Jeff Bielefeld
Tom, Yes, in the forthcoming Bentley Map V8 i (SELECTseries 3) 08.11.09 release, a warning message will be displayed to the user when attempting to query 3D data into a 2D design file.
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Adding Spatial Data to Existing Records
Jeff Bielefeld
As Jerry correctly comments, there is currently no out-of-the-box way to accomplish using standard Bentley Map functionality. This workflow can however be accomplished with some customization that makes use of the Bentley Map API. The basic approach is…
over 10 years ago
OpenCities Map
OpenCities Map Forum
Re: PBA for Imported Coordinates (xyz)
Jeff Bielefeld
Janice, Please refer to this for additional information on the VRT format.
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: VRT File Parameters
Jeff Bielefeld
Rod, Attached is a set of sample CSV files and related VRT file defined as... ...which makes use of WKT geometry field encoding for points, lines and polygons. After opening the example VRT file, the "Interoperability" application displays the…
vrt_geometries1.zip
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Multiple Oracle Users in Bentley Map
Jeff Bielefeld
Krister, You will first need to grant each user the required privileges for the table(s) and sequence(s) (if INSERT is required) object(s) from your master schema. Then view(s) are created with disabled primary key constraints that are named the same…
over 10 years ago
OpenCities Map
OpenCities Map Forum
Re: gdi explorer and vba
Jeff Bielefeld
Stefan, The Interoperability functionality of Bentley Map is not currently available in VBA directly. However the Interoperability application (e.g. gdi) provides keyins which could be used in VBA to perform basic queries of feature instances from…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Strip XFM data from features interactively or via code
Jeff Bielefeld
Gerald, First thank you clarifying what was actually occurring. I wanted to ensure that you were aware of the purpose of "Propagation Rules" so that you could apply them as desired in your workflows. Next, the copied feature instance should be seen…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: SQL Server 2008 Spatial support??
Jeff Bielefeld
...as previously mentioned in this thread, we are working on adding native SQL Server Spatial support to Bentley Map in a future release. This support will parallel our existing Oracle Spatial support. However for now, the Bentley Map FME Extension can…
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
Janice, The answer may not necessarily be "no" as there are often different ways to achieve the desired result using Bentley Map and XFM data modeling. If you could send me a private message with sample SHP file, XFM schema and design file representing…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Possible to define single XFM feature for point-cell and point-text features?
Jeff Bielefeld
Janice, Yes, please use these instructions for posting files to our FTP site and then send me a note with archive filename etc...
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Memory issues when re-formatting XFM features
Jeff Bielefeld
Greetings Again Janice, I would be more than happy to investigate this issue. As before, would you please post to our FTP site an archive containing the SHP file, seed design file, schema, cell library etc... so that I can replicate the unexpected…
over 11 years ago
OpenCities Map
OpenCities Map Forum
BM Oracle Connection
IanTidy
I am having a problem reading data from my Oracle Database. I am getting an error "There is no algorithm for assigning the given source geometry to the given target geometry, they do not match." What does this error mean and how can I work around…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Oracle Spatial Error
IanTidy
Does it matter if you install the 64 or 32 bit versionof the Oracle Client. In previous versions of Map, it would only work with the 32bit driver. Cheers Ian
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: GDI Imort creates wrong type of a parcel with an inner parcels
Jeff Bielefeld
Tom, The Interoperability application when importing area features containing holes is designed to create polygon collections and not grouped holes. This due to the fact that grouped holes are not easily edited using standard MicroStation primitive…
over 10 years ago
OpenCities Map
OpenCities Map Forum
Re: Can Bentley Map do this?
Dan Weston
Here's an example: Importing ESRI Shapefiles with Topo to their proper elevation The Bentley Map Help file includes an example for adding an Expression, i.e. convert feet to meters at the time of import.
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Associative Regions
Jeff Bielefeld
Ian, You should not have to do any additional steps to visualize your imported parcel polygons using the Map Manager functionality. Could you send me a sample design file that exhibits the problem as well as the SHP (or other) file which the data…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Oracle Based Topographic or Reference Features
Jeff Bielefeld
Ian, A couple of approaches come to mind. You could register those additional Oracle Spatial features in the Bentley Geospatial Administrator as you would normally do with the exception of assigning a sequence generater to the layer. By skipping…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: SHP export
Jeff Bielefeld
Greetings Karl, As I previously mentioned, " Using the "Interoperability" application, I was able to export 9,284 feature instances into 57 SHP files, after deselecting the Myndkort feature class, which seemed to refer to an unsupported geometry…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Bentley Map and Safe FME
Jeff Bielefeld
Update. I received confirmation from Ian earlier today that an additiional configuration change did in fact eliminate the FME license usage as he desired. For others that may have the same or similar need, please contact me directly to discuss the details…
over 10 years ago
OpenCities Map
OpenCities Map Forum
Re: Problems opening Oracle Spatial data in Bentley Map
Jeff Bielefeld
...to limit the scope of feature classes discovered during the "Register Features" process, use a user account that does not have DBA privileges. For example, using the following privilege assignments... GRANT DELETE ON MYSCHEMA.MYTABLE TO MYUSER;…
over 14 years ago
OpenCities Map
OpenCities Map Forum
Re: Features get deleted on file close
Jeff Bielefeld
Krister, Once connected to Oracle Spatial those newly created feature instances are seen as potential inserts into the remote repository. By default Bentley Map works in short transaction mode, meaning that changes must be posted or discarded when…
over 11 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: Problems opening Oracle Spatial data in Bentley Map
Jeff Bielefeld
...unfortunately, at this time I don't believe there is a way to restrict the discovery process, but I will do some additional checking to verify that. While we're discussing this topic, how would you as an "Administrator" or "User" prefer to control…
over 14 years ago
OpenCities Map
OpenCities Map Forum
Re: Bentley Map, Oracle SDO_GEOMETRY and ESRI SDE_GEOMETRY data types
Jeff Bielefeld
Bruce, Only those tables containing Oracle Spatial SDO_GEOMETRY data types are supported directly in Bentley Map. I would expect that use of the Bentley ProjectWise Connector for ArcGIS would be required.
over 11 years ago
OpenCities Map
OpenCities Map Forum
Interoperablity: Import Search and Where Clause
Rod Wing
Is there an easy way to populate the Where Clause field in the Interoperability window from the SQL statement built using the Search Tool? The only way I've found to do this is manually key in the Where Clause after I get the proper search result.…
over 13 years ago
OpenCities Map
OpenCities Map Forum
View related content throughout OpenCities Map
More
Cancel
<
>