Hi All,
I have a project that is using Oracle spatial and Bentley Map(Select Series 2). I am also using the Cadastre functions on BM. I have a Multi Polygon( 4 polygons, 1 ObjectId) I need to get rid of this one Multi Poly and have 4 individual polys. How can I accomplish this task. Any & all help appreciated.
Thanks,
Keith
Keith,
For sure, if you post an unexpected geometry type it will result to an error; database won’t accept it. I suppose some change most be made in Oracle Spatial database first to force Map to work with simple geometry. Unfortunately, i cannot go further, my knowledge was limited here and i hope someone else can found a solution or a workaround.
I will try to internally refer that thread to someone with some solutions. Unless peoples from Bentley Communities can give you better solutions than mine. It will be appreciate! ;)
Best Regards.
Sébastien,
I have multiple polygons in different locations that are all associated with the same ObjectId. I need these to be split up into separate polygons with different ObjectIds. is there a way to drop them and repost or some other way to get them separated? If I make any changes to them as they are now and try to post them I get a geometry type error.
Hi Keith,
Oracle Spatial Multipolygon type as always results to a Polygon Collection as XFM type in Map context. To be able to work with individual polygons you need to define geometries as polygon in the database, with their own objectId.
The folwing help document link should help you to define it:
docs.bentley.com/.../MicroStationMaphelp91.html
Hope that`s helps!