DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.FromWGS3D | Constructors | Fields | Methods | Properties
Convert provided 3D coordinate from the WGS84 expressed in radians into the current coordinate system.
// Delphi public function FromWGS3D( const _coords : TGIS_Point3D ) : TGIS_Point3D;
// C++ Builder public: TGIS_Point3D* FromWGS3D( TGIS_Point3D* const _coords );
Name | Type | Description |
---|---|---|
_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. |