DK11 for .NET | TatukGIS.NDK.TGIS_CSProjAbstract.projectPre | Constructors | Fields | Methods | Properties
Procedure will be called from .Project before any projection code. Purpose is to setup proper coordinates.
// C# protected void projectPre( TGIS_Point3D _coords, ref double _lp_lam, ref double _lp_phi );
' VisualBasic Protected Sub projectPre( ByVal _coords As TGIS_Point3D, ByRef _lp_lam As Double, ByRef _lp_phi As Double )
// Oxygene protected procedure projectPre( _coords : TGIS_Point3D; var _lp_lam : Double; var _lp_phi : Double );
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates to be translated into _lp_lan & _lp_phi |
_lp_lam | double Double | longitude |
_lp_phi | double Double | latitude |