globalmapper.GetRasterDisplayOptions ==================================== .. currentmodule:: globalmapper .. py:function:: GetRasterDisplayOptions (GM_LayerHandle_t32 aLayer) -> GM_Error_t32, GM_RasterDisplayOptions_t Retrieves the options to use when displaying the given raster layer. This includes things like the translucency and transparency (if any) of the layer, the color intensity of the layer, and whether or not to crop the collar of the layer. :param GM_LayerHandle_t32 aLayer: layer to get options for :returns: Error Code :rtype: GM_Error_t32 :return: Display options for raster layer :rtype: GM_RasterDisplayOptions_t