MapInfo Pro

Welcome to the MapInfo Pro community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  How can I access MapInfo Advanced Raster SDK files?

    Employee
    Posted 11-01-2017 19:15
      |   view attached

    The Raster SDK is only available to MapInfo Pro Advanced licensed users. 

     The new SDK builds on and extends the capabilities of the legacy Vertical Mapper SDK by providing native 64-bit application support, a new data storage format, a managed .NET application programming interface and a new and improved user experience for visualising or processing raster/grid data of virtually any type and size.

    Clients need to use SDK on the same machine where MapInfo Pro Advanced is installed.

    Users can to refer raster dlls from ....\MapInfo\Professional\Raster directory.

    See Attachment

     

    The MapInfo Pro Raster SDK is a set of managed APIs which provides access to low level functions in the raster engine core library implemented in C++.

    To use the managed API you need to add the following assembly references to your project:

    • MapInfo.RasterEngine.Common - provides common data types, enums and error handling, etc.
    • MapInfo.RasterEngine.IO - provides data access and input/output operations.
    • MapInfo.RasterEngine.Operations - provides processing-related operations.

     

     



  • 2.  RE: How can I access MapInfo Advanced Raster SDK files?

    Employee
    Posted 11-01-2017 15:47

    Matt, this is great info for programmers who wish to leverage the power of MI RASTER!!