Browse By Tags

  • - Import multiple folders of Shapefiles by using GDI key-ins

    A benefit of using OpenCities Map is the ability to import Shapefile data into your project. For most users, this means using the Map Interoperability utility and selecting a single folder containing multiple Shapefiles. However, when multiple folders…
  • OpenCities Map and Map Connections Dialog issues

    Hello, we use the Map Connections Dialog to query and post Oracle data from a configured graphical source. The workflow looks like: query data > lock for edit > edit > post back. Since there are cases where we need to edit a bunch of datasets (like…
  • Data Streaming with deleted data

    Hi, When i have a feature in mode "data streaming"=true. If i PAN, i see all new feature created by other user on my Oracle. It's ok. But the datastreaming did not remove the feature who are deleted by other user on my Oracle. What is the…
  • - Key-ins to created queries incorporating a simple WHERE

    As an administrator for Bentley Map, you might prefer to create pre-defined connection parameters that can be used with the GDI CONNECT and GDI QUERY keyins. Doing so will enable you to place a library of keyins on a menu bar, custom tool box or function…
  • RE: Export XFM features as shapefiles

    Greetings Peter, Maybe the following code snippets can get you going? public static void SHPExportWithCriteria (bool addToExports) { GDIExplorerExportNode exportNode = new GDIExplorerExportNode("mytown"); exportNode.AddExportDirectory(GDIExplorerExportNode…
  • Graphical Data Input

    Applies To Product(s): gINT Logs, gINT Professional, gINT Professional Plus Version(s): N/A Environment: N/A Area: Data Entry Subarea: Original Author: Kathleen Holcomb…
  • How to use GDI with given impx-file in my own AddIn

    I would like to use the GDI without user interface within my own C# .net AddIn. I have saved settings for different WFS imports in an impx file for each import. Within my own AddIn, I have an user interface, that result in an selected impx file. After…