DK11 for Python | tatukgis.pdk.TGIS_CSProjAbstract.Project | Constructors | Methods | Properties
This function projects geodetic (latitude and longitude) coordinates into projected (easting and northing) coordinates, according to the current ellipsoid and projection parameters.
# Python def Project( self _coords: tatukgis.pdk.TGIS_Point ) -> tatukgis.pdk.TGIS_Point:
Name | Type | Description |
---|---|---|
_coords | tatukgis.pdk.TGIS_Point | coordinates to be projected (in radians) |
Type | Description |
---|---|
tatukgis.pdk.TGIS_Point | converted coordinate |