User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csellipsoid.create_integer_string_double_double

Table of Contents

TGIS_CSEllipsoid.__init__ constructor

DK11 for Python | tatukgis.pdk.TGIS_CSEllipsoid.Create | Constructors | Methods | Properties

Create an instance.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def __init__(
  self,
  _epsg: int,
  _wkt: str,
  _semi_major: float,
  _inv_flattering: float
) -> None: 

Parameters

Name Type Description
_epsg int EPSG code for the ellipsoid
_wkt str WKT name for the ellipsoid
_semi_major float semi major axis
_inv_flattering float inverse flattering; 0 for spheroid
2023/08/09 01:52

Page Tools