DK for Java | tatukgis.jdk.IGIS_Viewer.MapToScreen3D | Methods | Properties
Converts 3D point coordinates from map related to screen related.
// Java public abstract TPoint MapToScreen3D( TGIS_Point3D _ptg );
// Oxygene public function MapToScreen3D( _ptg : TGIS_Point3D ) : TPoint;
| Name | Type | Description |
|---|---|---|
| _ptg | TGIS_Point3D | coordinate in map units |
| Type | Description |
|---|---|
| TPoint | Map coordinates converted to screen coordinates. |
See TGIS_LayerVector.DrawLabel for example.