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