• RE: Can I read an Esri Geodatabase with Map?

    Jeff Bielefeld
    Jeff Bielefeld
    The upcoming Bentley Map V8i (SELECTseries 4) release has a new ability to work directly with Esri File Geodatabase content, which consists of folders with a number of files. I would suggest you download and take a look at the currently available Bentley…
    • over 9 years ago
    • Geospatial Services
    • Geospatial Services Forum
  • RE: V8i Select Series 3 C# - How to get the count of queried features through programming

    Jeff Bielefeld
    Jeff Bielefeld
    Would recommend use of the GDIImportProcessor class which has an InstancesProcessed property that would provide the count you are looking for.
    • over 9 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • RE: Oracle direct connection in Bentley Map

    Jeff Bielefeld
    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
    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
  • - Assign attributes when importing Shapefiles

    Inga Morozoff
    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
    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
    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
  • Re: v8i [select series 2] C# ADDIN : GeoDataInterchangeAddIn.Instance.MasterFileImport Failed with unkown Error

    Jeff Bielefeld
    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
    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: Posting arc elements to Oracle spatial

    Jeff Bielefeld
    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: Posting arc elements to Oracle spatial

    Jeff Bielefeld
    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: GDIExplorerAddIn.instance.oraclenode

    Jeff Bielefeld
    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
  • - Replace text during Shapefile importing

    Nelson Hobdell
    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…
    • 10 months ago
    • OpenCities Map
    • OpenCities Map Wiki
  • Экспорт feature в сторонние ГИС форматы

    Elena Molodykh
    Elena Molodykh
    Работа с инструментом Interoperability для экспорта feature с атрибутами и без в сторонние ГИС форматы. Для полноэкранного просмотра - нажмите правой клавишей мыши на видео и выберите Zoom->Full Screen.
    • over 13 years ago
    • Peer Blogs
    • Elena's Blog
  • Re: setting root directory for shp import

    Jeff Bielefeld
    Jeff Bielefeld
    ...the MS_GEOPROJHOME variable defines the default import directory.
    • over 13 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum
  • Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)

    Jeff Bielefeld
    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 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Problems filling polygons and MapManager

    Jeff Bielefeld
    Jeff Bielefeld
    This issue has been filed as TR 251510 and is scheduled to be resolved in a Q1 2009 Bentley Map V8 i maintenance release. Regards, Jeff Bielefeld [Bentley]
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: GDI Imort creates wrong type of a parcel with an inner parcels

    Jeff Bielefeld
    Jeff Bielefeld
    Tom, The only import tool that I'm aware of is the "Cadastre > Topology > Import LandXML" one. As mentioned, you may find that development of a custom importer may be required. Maybe you can contact me offline and we can further discuss your specific…
    • over 10 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)

    Jeff Bielefeld
    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 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: gdi import fails

    Jeff Bielefeld
    Jeff Bielefeld
    Krister, In the Bentley Geospatial Administrator, when registering your Oracle Spatial layers, if you do not assign a sequence generator to the layer you have effectively defined a "read only" layer (e.g. users can query geometries but cannot post…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Possible to define single XFM feature for point-cell and point-text features?

    Janice.Eisenberg
    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: unlocking after post

    Jeff Bielefeld
    Jeff Bielefeld
    Rob, I've not heard of that particular scenario, and you're correct, after the post operation the feature instances should be locked once again, preventing modification in the local design file cache. What version of Bentley Map are you using?
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Features get deleted on file close

    Jeff Bielefeld
    Jeff Bielefeld
    Krister, Thank you for your input and we will take your recommedation for an improved message under consideration. Regarding the use of a configuration variable to change the short transaction behavior, unfortunately long transaction support is only…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Interoperability Key-In

    IanTidy
    IanTidy
    Hi All, I am working with Bentely Water (Bentley Map with a bit extra) and I need to create a menu option (or button) to both launch the Interoperability dialog for import SHP and TAB files, but I also need to have a button that will open an Oracle…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Problems filling polygons and MapManager

    Gijsbert
    Gijsbert
    Hi Ian, This was fairly easy to reproduce, just attempting to open a TAB file with spaces in the filename seems to do the trick. It seems to be an issue with bot the V8 XM Edition and V8i versions of Bentley Map. Sounds like something that…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
<>