DK11 for .NET | TatukGIS.NDK.TGIS_CSProjAbstract.Unproject3D | Constructors | Fields | Methods | Properties
This function unprojects the projected (easting and northing) coordinates into unprojected geodetic (latitude and longitude) coordinates, according to the current ellipsoid and projection parameters.
// C# public TGIS_Point3D Unproject3D( TGIS_Point3D _coords );
' VisualBasic Public Function Unproject3D( ByVal _coords As TGIS_Point3D ) As TGIS_Point3D
// Oxygene public function Unproject3D( _coords : TGIS_Point3D ) : TGIS_Point3D;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates to be unprojected (in meters) |
Type | Description |
---|---|
TGIS_Point3D | converted coordinate |