DK11 for Java | tatukgis.jdk.TGIS_CSProjAbstract.projectPost | Constructors | Fields | Methods | Properties
Procedure will be called from .Project after any projection code. Purpose is to setup proper coordinates.
// Java protected void projectPost( TGIS_Point3D _coords, double _xy_x, double _xy_y );
// Oxygene protected procedure projectPost( _coords : TGIS_Point3D; _xy_x : Double; _xy_y : Double );
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates to be translated _xy_x and _xy_y |
_xy_x | double Double | easting |
_xy_y | double Double | northing |