DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSProjAbstract.Unproject3D_Ref | Methods | Properties
This function unprojects the projected (easting and northing in most cases) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.
// C# public void Unproject3D_Ref( ref ITGIS_Point3D _coords );
' VisualBasic Public Sub Unproject3D_Ref( ByRef _coords As ITGIS_Point3D )
// Oxygene public procedure Unproject3D_Ref( var _coords : ITGIS_Point3D );
Name | Type | Description |
---|---|---|
_coords | ITGIS_Point3D | projected coordinates (in meters) |