DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.RasterToMap | Constructors | Fields | Methods | Properties | Events
Converts raster pixel location to map coordinates
// 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 );
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 |
Type | Description |
---|---|
TGIS_Point | calculated location |