DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSProjAbstract.Project3D_Ref | Methods | Properties
This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing in most cases) coordinates, according to the current ellipsoid and projection parameters.
// C# public void Project3D_Ref( ref ITGIS_Point3D _coords );
' VisualBasic Public Sub Project3D_Ref( ByRef _coords As ITGIS_Point3D )
// Oxygene public procedure Project3D_Ref( var _coords : ITGIS_Point3D );
Name | Type | Description |
---|---|---|
_coords | ITGIS_Point3D | geodetic coordinates (in radians) |