DK11 for Delphi | GisCsProjections.TGIS_CSProjAbstract.Project3D | Constructors | Fields | Methods | Properties
This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing) coordinates, according to the current ellipsoid and projection parameters.
// Delphi public function Project3D( const _coords : TGIS_Point3D ) : TGIS_Point3D;
// C++ Builder public: TGIS_Point3D* Project3D( TGIS_Point3D* const _coords );
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates to be projected (in radians) |
Type | Description |
---|---|
TGIS_Point3D | converted coordinate |