globalmapper.ConvertCoordLayerPixelToGround =========================================== .. currentmodule:: globalmapper .. py:function:: ConvertCoordLayerPixelToGround (GM_LayerHandle_t32 aLayer, float aPixelX, float aPixelY) -> GM_Error_t32, float, float Convert a coordinate between layer pixel space and the current projection. The input layer must be a raster or gridded elevation layer (i.e. a layer where a pixel coordinate makes sense). :param GM_LayerHandle_t32 aLayer: raster layer to do conversion in :param float aPixelX: X Coord in layer pixel space :param float aPixelY: Y Coord in layer pixel space :returns: Error Code :rtype: GM_Error_t32 :return: X Coord in current projection :rtype: float :return: Y Coord in current projection :rtype: float