DK11 for Java | tatukgis.jdk.TGIS_CSProjAbstract.projectPre | Constructors | Fields | Methods | Properties
Procedure will be called from .Project before any projection code. Purpose is to setup proper coordinates.
// Java protected void projectPre( TGIS_Point3D _coords, /* ref */ @ValueTypeParameter VarParameter<double> _lp_lam, /* ref */ @ValueTypeParameter VarParameter<double> _lp_phi );
// 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 |