User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.rastertomap_tpoint_tgis_cscoordinatesystem

Table of Contents

TGIS_LayerPixel.RasterToMap method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.RasterToMap | Constructors | Fields | Methods | Properties | Events

Converts raster pixel location to map coordinates

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function RasterToMap(
    const _pt : TPoint;
    const _cs : TGIS_CSCoordinateSystem
  ) : TGIS_Point;
// C++ Builder
public:
  TGIS_Point* RasterToMap(
    TPoint* const _pt,
    TGIS_CSCoordinateSystem* const _cs
  );

Parameters

Name Type Description
_pt TPoint location to be converted
_cs TGIS_CSCoordinateSystem coordinate system of returned value; if nil that coordinate system same as layer coordinate system

Result

Type Description
TGIS_Point calculated location
2022/11/16 01:19

Page Tools