Changes between Initial Version and Version 1 of Ticket #488, comment 1


Ignore:
Timestamp:
Feb 6, 2015, 2:22:42 PM (9 years ago)
Author:
Kevin Milner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #488, comment 1

    initial v1  
    1 Done in [10938]. Not currently exposed via the GUI interface, but will be enabled by calling GMT_Map.setInterpSettings(GMT_InterpolationSettings interpSettings); See JavaDocs on GMT_InterpolationSettings for details on all of the possible interpolation settings, or just call GMT_InterpolationSettings.getDefaultSettings() for defaults that will probably work fine.
     1Done in [10938] and [10939]. Not currently exposed via the GUI interface, but will be enabled by calling GMT_Map.setInterpSettings(GMT_InterpolationSettings interpSettings); See JavaDocs on GMT_InterpolationSettings for details on all of the possible interpolation settings, or just call GMT_InterpolationSettings.getDefaultSettings() for defaults that will probably work fine.
    22
    33Masking capabilities were also added, as the interpolation will extend far beyond the data region if the plot region is large or non rectangular. This can be activated by calling GMT_Map.setMaskIfNotRectangular(true). The NaN color (gray in the attached example) will be used outside of the map region.