DK11 for Java | tatukgis.jdk.TGIS_LayerPixel.MapToRaster | Constructors | Fields | Methods | Properties | Events
Converts map coordinates to raster pixel location.
// Java public TPoint MapToRaster( TGIS_Point _ptg, TGIS_CSCoordinateSystem _cs );
// Oxygene public function MapToRaster( _ptg : TGIS_Point; _cs : TGIS_CSCoordinateSystem ) : TPoint;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point to be converted |
_cs | TGIS_CSCoordinateSystem | coordinate system of _ptg; if nil that coordinate system same as layer coordinate system |
Type | Description |
---|---|
TPoint | calculated location |