MapInfo Pro Developers User Group

 View Only
  • 1.  Mapbasic Equivalent on "Point of Inspect" Under Raster Operation

    Posted 09-09-2021 14:31
    Hi I'm trying to find Mapbasic Equivalent on "Point of Inspect" Under Raster Operation. When performed in Mapinfo I don't see this function show up the Mapbasic Window.

    ------------------------------
    Vernon Ponio
    Tmobile
    Sacramento CA
    ------------------------------


  • 2.  RE: Mapbasic Equivalent on "Point of Inspect" Under Raster Operation

    Employee
    Posted 09-10-2021 01:38

    Hi Vernon 

    There is no specific similar MapBasic function as it's part of the Raster SDK.

    You can however automate this process either through a .NET call or by using Python.

    The Raster SDK is documented through a help file and a number of samples that can be found in this folder in your MapInfo Pro installation folder: Raster\Documentation\API

    The sample file MapInfo.RasterEngine.Analysis.Samples.cs has a couple of examples on how to use the GetPointCellValues method

    I have shared a tool on Github, mbMapInfoRasterTool, that shows how you can call the Raster SDK from MapBasic via a C# assembly.



    ------------------------------
    Peter Horsbøll Møller
    Principal Presales Consultant | Distinguished Engineer
    Precisely | Trust in Data
    ------------------------------



  • 3.  RE: Mapbasic Equivalent on "Point of Inspect" Under Raster Operation

    Posted 09-16-2021 15:11
    Thanks Peter. Will try and explore this.

    ------------------------------
    Vernon Ponio
    ------------------------------