DK11 for Java | tatukgis.jdk.TGIS_CSProjAbstract.unprojectPost | Constructors | Fields | Methods | Properties
Procedure will be called from. Unproject after any projection code. Purpose is to setup proper coordinates.
// Java protected void unprojectPost( TGIS_Point3D _coords, double _lp_lam, double _lp_phi );
// Oxygene protected procedure unprojectPost( _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 |