DK11 for .NET | TatukGIS.NDK.TGIS_CSProjAbstract.Unproject | 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_Point Unproject( TGIS_Point _coords );
' VisualBasic Public Function Unproject( ByVal _coords As TGIS_Point ) As TGIS_Point
// Oxygene public function Unproject( _coords : TGIS_Point ) : TGIS_Point;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point | coordinates to be unprojected (in meters) |
Type | Description |
---|---|
TGIS_Point | converted coordinate |