All Objects (Breaking a Multipart Object into its Parts) Check Box - MapInfo_Pro - 2023

MapInfo Pro Help

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapInfo Pro
Version
2023
ft:locale
en-US
Product name
MapInfo Pro
ft:title
MapInfo Pro Help
First publish date
1985
ft:lastEdition
2023-09-12
ft:lastPublication
2023-09-12T16:39:16.995000

You can break any multipart object into its parts:

  • Regions will produce new Region objects with one polygon per object. Optionally, holes (interior boundaries) of the original object can be retained as a hole in the result object. Otherwise, a hole will produce a separate, single (solid) polygon region.
  • Polylines will produce new Polyline objects with one single segment polyline per object.
  • Multipoint objects will produce Point objects, with one new Point object produced for each node in the Multipoint.
  • Collections will be recursively broken up. If a Collection contains a Region, then that Region will be broken up into multiple Region objects as noted above. If the Collection contains a Polyline, then it will be broken up into multiple Polyline objects as noted above. If the Collection contains a Multipoint, then it will be broken up into Point objects as noted above.
  • All other object types, including Points, Lines, Arcs, Rectangles, Rounded Rectangles, and Ellipses, will remain unchanged.
Note: The style of the output objects will be derived from the style of the input object.