DK11 for Java | tatukgis.jdk.TGIS_CSProjAbstract.Project | Constructors | Fields | Methods | Properties
This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing) coordinates, according to the current ellipsoid and projection parameters.
// Java public TGIS_Point Project( TGIS_Point _coords );
// Oxygene public function Project( _coords : TGIS_Point ) : TGIS_Point;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point | coordinates to be projected (in radians) |
Type | Description |
---|---|
TGIS_Point | converted coordinate |