DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.ToWGS3D_Ref | Constructors | Fields | Methods | Properties
Convert provided 3D coordinate from the current coordinate system into WGS84 expressed in radians.
// Delphi public procedure ToWGS3D_Ref( var _coords : TGIS_Point3D ); virtual;
// C++ Builder public: virtual void ToWGS3D_Ref( TGIS_Point3D* &_coords );
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | point to be converted |