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.