DK11 for Java | tatukgis.jdk.TGIS_CSProjAbstract.Unproject3D_Ref | Constructors | Fields | 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.
// Java public void Unproject3D_Ref( TGIS_Point3D _coords );
// Oxygene public procedure Unproject3D_Ref( _coords : TGIS_Point3D ); virtual;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | projected coordinates (in meters) |