• Re: Centroid und Feature Collection

    Jeff Bielefeld
    Jeff Bielefeld
    Jens, I refactored the sample VBA application a bit to account for polygon collections, including instances consisting of disjointed areas. I did nothing to account for holes at this time. For details, please refer to comments in the findCentroid and…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Find feature by uuid

    Jeff Bielefeld
    Jeff Bielefeld
    ...you should be able to use the CreateFeatureByUuid method of the FeatureMgr to create an instance using a known UUID as in the following from the help. Private Sub MySub(rootUuidString As String) Dim oFeature As Feature Set oFeature = xft…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Find feature by uuid

    Jeff Bielefeld
    Jeff Bielefeld
    ...in any Bentley Map installation look for the " Bentley Map V8 i (SELECTseries 1) VBA Programmers Reference Guide " program shortcut to open the xft.chm help file. Expand the table of contents as follows... ...or simply use the "Search" capabilities…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Custom application in PowerMap Field V8i

    Jeff Bielefeld
    Jeff Bielefeld
    ...yes, Erik that is correct. Regards, Jeff Bielefeld [Bentley]
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: gdi explorer and vba

    Jeff Bielefeld
    Jeff Bielefeld
    ...okay very good Stefan, thank you for that confirmation.
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Need a way to identify centroid within a shape

    Jeff Bielefeld
    Jeff Bielefeld
    Erik, No worries and your memory is absolutely correct as that was in fact one of the VBA example applications I provided during the Bentley Map development workshop at the 2010 Be Together user conference. Hopefully the example will at least provide…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Not able to list the featuredefinitions.

    Jeff Bielefeld
    Jeff Bielefeld
    Erik, It seems that the first method used exposes a defect which is encountered when the FeatureMgr.GetFeatureDefinitionByIndex method is called with an index that references a feature class that is not included in the schema, which of course you are…
    • over 12 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
    ...you could try to set the _USTN_USERNAME environment variable to the name of the user workspace (e.g. SET _USTN_USERNAME=geo_example_designer) in the shell before starting your session.
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Custom application in PowerMap Field V8i

    Jeff Bielefeld
    Jeff Bielefeld
    Your VBA based applications which leverage the XFT object model should work directly in Bentley PowerMap Field w/o modification in most cases. However you should be aware that while Bentley PowerMap Field provides redlining/markup capabilities it does…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Need a way to identify centroid within a shape

    Jeff Bielefeld
    Jeff Bielefeld
    Greetings Erik, The " Copy Centroid Business Properties To Polygon Feature Instances " example provides a minimum user interface... ...which allows the Bentley Map user to select a centroid (or point) feature class and polygon feature class then…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: gdi explorer and vba

    Jeff Bielefeld
    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: TAG to XFM Feature prop. and SHP Export with attributes

    Jeff Bielefeld
    Jeff Bielefeld
    Frank, Using VBA along with the Bentley Map XFT (XFM Feature Toolkit) library, you can convert tag data into XFM business properties. A pattern similar to the following could be applied. Function GetTagSet (strName As String ) As TagSet Dim…
    • tags2xfm.zip
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: FeatureMgr in VB.NET

    Jeff Bielefeld
    Jeff Bielefeld
    ...you will need to use the CreateObjectInMicroStation method on the MicroStation application object to ensure that your XFT objects are created in the MicroStation's address space. The CreateObjectInMicroStation method is useful for an out-of-proc program…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: New API's in Bentley Map SS3

    Jeff Bielefeld
    Jeff Bielefeld
    Greetings Erik, For the Bentley Map V8 i (SELECTseries 3) 08.11.09 release, many of the API enhancements will be for use by .NET developers in the interoperability area. A minimum number of XFT changes will be included. No changes are planned for the…
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Query Features

    lijumathewv
    lijumathewv
    What is the method to Query Features from VB.NET in Bentley Map V8i
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Using VBA to query features

    Jeff Bielefeld
    Jeff Bielefeld
    Stefan, In the Bentley Map V8 i (SELECTseries 1) 08.11.07.113 release you can make use of the XPath property on a XFT locateOp object as shown in the following... ...which will then send the results of the locate operation to your implementation…
    • locate1.zip
    • over 12 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: How do you Update/Edit Multiple Properties in Map?

    Jeff Bielefeld
    Jeff Bielefeld
    Alan, The ability to edit multiple XFM feature instances unfortunately is not included in Bentley Map at this time. We have received a number of customer requests for this functionality and are working to provide that capability later this year…
    • XFM_Update.zip
    • over 14 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
    ...select the Bentley.Geospatial.Extensions.Oracle.tlb type library when setting your reference.
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: browse xfm data

    Jeff Bielefeld
    Jeff Bielefeld
    ...as you may have seen, the http://communities.bentley.com/products/geospatial/desktop/f/5924/p/54626/140030.aspx#140030 thread contains some example VB.NET code that reads the business properties from XFM feature instances using XFT, the XFM Feature…
    • over 13 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • Re: Centroid und Feature Collection

    Jeff Bielefeld
    Jeff Bielefeld
    Jens, Is the centroid point from which you want to copy the business properties a different feature class? Do the centroid and polygon feature classes share the same exact set of business properties or do you expect you will have to map property names…
    • over 11 years ago
    • OpenCities Map
    • OpenCities Map Forum
  • View related content throughout OpenCities Map
  • More
  • Cancel
<