• The fastest way to check feature existence by UUID in DgnModelRefP

    Miroslav Mandl
    Miroslav Mandl
    Hi, In our application (called MacroTEL) we dynamically fetch features (in a loop) from an Oracle DB based on user’s zoom&pan operations. When the view’s old and new extents overlap, we get from the DB the same feature that we already have in the DGN…
    • over 1 year ago
    • Geospatial Programming
    • Geospatial Programming Forum
  • Announcing Bentley Map CONNECT Edition SDK x64

    Jeff Bielefeld
    Jeff Bielefeld
    The Bentley Map team is pleased to announce the immediate availability of the Bentley Map CONNECT Edition SDK x64 10.01.00.26 release on the Bentley Software Downloads site . The Bentley Map CONNECT Edition SDK provides Bentley Map application developers…
    • over 5 years ago
    • Geospatial Programming
    • Geospatial Programming Forum
  • Have problems with a MDL that can't load its DLL

    wirring
    wirring
    I have encountered problem with an old Mdl / dll that have being running for years. We the MDL is loaded it fails and give this error messages in the Message Center MDL Loader: Could not load application X34FEATDEF MDL Loader: Unable to load library…
    • over 7 years ago
    • Geospatial Programming
    • Geospatial Programming Forum
  • Posting arc elements to Oracle spatial

    Taija
    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
  • Re: Creating new polygon element (type 106)

    Jeff Bielefeld
    Jeff Bielefeld
    Erik, The polygon collection class definition that you generate at runtime must have both a root and subfeature. In MDL C code the pattern might appear as follows: // Create polygon collection feature definition xfmFeatureDef_setMinOccurrences …
    • over 11 years ago
    • Geospatial Programming
    • Geospatial Programming Forum
  • Re: XFM Data Structure

    cdalesandro
    cdalesandro
    Also take a look at this post: http://communities.bentley.com/Products/Geospatial/Desktop/f/5924/t/13242.aspx . You can read the dgn property data as Jon suggests but you will not know the feature and sub-feature relationships as defined in the…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Combination of properties in Edit dialog (Geospatial Administrator)

    Mariusz Mycielski
    Mariusz Mycielski
    Chris, Thanks for helping me again. Your advices are very helpful. I have just installed Bentley Map and have found help file with description of MDL for XFM functions I looked for. But I can't find the feature 'WorkId' you mentioned…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: XFM Data Structure

    Jon Summers
    Jon Summers
    XML Fragments SRG: I have been working on BentleyMap V8i XFM for sometime now and amazed at nice and simple things it can do. However I would like to know if there is an open document from Bentley on the structure of XFM data stored inside a dgn…
    • xml-fragment-api.jpg
    • View
    • Hide
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Not able to list the featuredefinitions.

    wirring
    wirring
    Hi I have tried both examples from the Bentley Map XFM prommers Reference Guide: Private Sub ProcessFeatureDefinitions() Dim featureDefCount As Long featureDefCount = xft.FeatureMgr. FeatureDefCount Dim featureDefIndex As Long For…
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: My own add feature function

    Mariusz Mycielski
    Mariusz Mycielski
    One another question... I have defined my command like in geo_example.xml Place(MDL) for GasMain feature. How can I get an operation's property in MDL? I have one property defining width of buffer rectangle that I draw. And I want to catch…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: My own add feature function

    cdalesandro
    cdalesandro
    Hello Mariusz, Use the xfmPropMgr_getPropertyXXX functions to get an operation property value. Regards, Chris
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: My own add feature function

    cdalesandro
    cdalesandro
    Hello Myzzard, In geo_example schema, take a look at the GasMain feature where there are a number of GasMain placement methods. See method "Place(MDL)" which starts keyin "place gasmain" when the method is activated. Also see method "Place(MDL…
    • over 14 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Feature iterator within another - is it possible?

    Jeff Bielefeld
    Jeff Bielefeld
    Mariusz, You are correct. At this time locate operations cannot be nested and are expected to be performed sequentially when using the xfmCmdMgr_startLocateOperation function. Depending on your specific application requirements, there may be alternative…
    • over 13 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Subfeature removing (MDL, XFM)

    Mariusz Mycielski
    Mariusz Mycielski
    Hi, I have diffulty trying to remove subfeature from feature. This is a piece of my code: // suppose that I have correct 'feature' and 'subfeature' handles StatusInt status; status = xfmFeature_removeSubFeature(feature…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: Get element's feature properties

    Jon Summers
    Jon Summers
    XML Fragments Marius: I'm trying to get to know XFM mechanism. Excellent idea! Everyone should get to know XFM . Perhaps something like XFM may appear one day in MicroStation, not just the Geo enhancements. Marius: Now I…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum