DK for ActiveX | TatukGIS_XDK11.ITGIS_CSProjAbstract.Project3D | Methods | Properties
This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing) coordinates, according to the current ellipsoid and projection parameters.
// C# public ITGIS_Point3D Project3D( ITGIS_Point3D _coords );
' VisualBasic Public Function Project3D( ByVal _coords As ITGIS_Point3D ) As ITGIS_Point3D
// Oxygene public function Project3D( _coords : ITGIS_Point3D ) : ITGIS_Point3D;
Name | Type | Description |
---|---|---|
_coords | ITGIS_Point3D | coordinates to be projected (in radians) |
Type | Description |
---|---|
ITGIS_Point3D | converted coordinate |