Browse By Tags

  • Re: Problems opening Oracle Spatial data in Bentley Map

    ...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…
  • Re: Adding Spatial Data to Existing Records

    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…
  • Re: Problems opening Oracle Spatial data in Bentley Map

    ...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;…
  • Re: Is there a way to Create Report for symbology features in Geospatial Administrator

    Tom, I added a "Project Information" section and posted the stylesheet here . Please let me know if this works for you.
  • Re: Property Value for feature set in operation property combobox

    Gabriel, I've duplicated the behavior you described and have to determine any workaround. Is there a specific reason you are not using a Combo Box feature property for "Attribute" rather than having it reference an operation property?
  • Re: Auto-Calculation of areas

    Burkhard, For your MyArea property, the initial value, editing key, the cexpression should be [XY.Area] rather than [XY.MyArea]. Attached is an example schema with a single feature class "Zone" which has a single "MyArea" property that automatically…
  • Re: User Interface --> Tools

    In addition this... ...from earlier in the thread is due to the menu definition... ...which issues "nocmd" thus causing the "Unknown key-in or command" message. Please keep in mind that all user interface items defined in the Bentley Geospatial…
  • Re: Bentley Geospatial Administrator - Auto-Calculate X and Y Coordinates

    Nick, Attached is a working sample schema that may help as well. You can study the X, Y and Z properties of the MyMonument feature class and see that "placing" and "editing" initial values keys have been defined using... ...which result in the…
  • Re: GSA don't start

    Artur, Can you verify that you have the "Microsoft .NET Framework 2.0 Service Pack 1" installed by checking your "Add/Remove Programs" entries? Regards, Jeff Bielefeld [Bentley]
  • Re: GSA don't start

    ...okay thanks for the confirmation. Has the Bentley Geospatial Administrator ever been run successfully on this particular machine, before any updates etc...? In a command shell (e.g. MS-DOS window) perform the following... dir "%USERPROFILE%\Application…
  • Re: problem with criteria

    Gabriel, Attached is a mock up of your schema which implements the following behavior: For the "what_to_do" ComboBox property, you will need to set the " Store Last Value ", " Save Changes Key " and " Command Type " settings as shown in the following…