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