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