DK11 for .NET | TatukGIS.NDK.TGIS_CSProjBoggsEumorphic.Project3D_Ref | Constructors | Fields | 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.
Overrides TGIS_CSProjAbstract.Project3D_Ref.
// C# public override void Project3D_Ref( ref TGIS_Point3D _coords );
' VisualBasic Public Overrides Sub Project3D_Ref( ByRef _coords As TGIS_Point3D )
// Oxygene public procedure Project3D_Ref( var _coords : TGIS_Point3D ); override;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | geodetic coordinates (in radians) |