MapInfo Pro Developers User Group

Welcome to the MapInfo Pro Developers community!  We are a group dedicated to the discussion and understanding of MapBasic and .Net MapInfoPro AddIn development. Bring your questions and ideas here. This group includes several members of the Pro development team from around the world.

Please feel free to start a discussion in the discussion tab or join in a conversation.

Product Information  Ideas Portal  MapInfo Community Downloads

Discussions

Members

Resources

Events

 View Only
  • 1.  What is the difference between AreaOverlap and ProportionOverlap in MapInfo Pro?

    Employee
    Posted 08-09-2017 18:50

    AreaOverlap returns the actual area (where region objects overlap each other) expressed in specific units of measure, such as square miles, etc.

    ProportionOverlap, however is a ratio that returns a value from 0, meaning "No Overlap" to 1, meaning the entire object is overlapping.

    Please see this article that explains the difference.

    The following link is no longer available. To access this information, copy the title found in the url into the search tool on the top nav bar, or try searching for key words in the post. https://li360.pitneybowes.com/s/article/ka1800000004Wt7AAE/Difference-between-AreaOverlap-and-ProportionOverlap



  • 2.  RE: What is the difference between AreaOverlap and ProportionOverlap in MapInfo Pro?

    Employee
    Posted 08-10-2017 10:00

    Very important to notice the difference :-)

    I tend to recommend to users to use a combination of functions in stead of AreaOverlap: Area(Overlap(), "area units")

    The benefit of doing so is that you can specify the area units and you can also use the more precise cartesian area calculation if you are working with projected data using the specific CartesianArea() function.



  • 3.  RE: What is the difference between AreaOverlap and ProportionOverlap in MapInfo Pro?

    Employee
    Posted 08-10-2017 15:59

    Peter, that is a very good point, much appreciated.