DK11 for .NET | TatukGIS.NDK.TGIS_CSCoordinateSystem.FromWGS3D_Ref | Constructors | Fields | Methods | Properties
Convert provided 3D coordinate from the WGS84 expressed in radians into the current coordinate system.
// C# public void FromWGS3D_Ref( ref TGIS_Point3D _coords );
' VisualBasic Public Sub FromWGS3D_Ref( ByRef _coords As TGIS_Point3D )
// Oxygene public procedure FromWGS3D_Ref( var _coords : TGIS_Point3D ); virtual;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | point to be converted |