DK11 for Java | tatukgis.jdk.TGIS_CSCoordinateSystem.ToCS | Constructors | Fields | Methods | Properties
Convert provided 3D coordinate from the current coordinate system into the provided coordinate system
// Java public TGIS_Point ToCS( TGIS_CSCoordinateSystem _cs, TGIS_Point _coords );
// Oxygene public function ToCS( _cs : TGIS_CSCoordinateSystem; _coords : TGIS_Point ) : TGIS_Point;
Name | Type | Description |
---|---|---|
_cs | TGIS_CSCoordinateSystem | desired coordinate system to be converted to |
_coords | TGIS_Point | point to be converted |
Type | Description |
---|---|
TGIS_Point | Converted coordinates. If value of any member is >= 1e30 that means that conversion can not be done. |