User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csprojabstract.error

Table of Contents

TGIS_CSProjAbstract.Error property

DK11 for Python | tatukgis.pdk.TGIS_CSProjAbstract.Error | Constructors | Methods | Properties

Error number.

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

Syntax

# Python
@property
def Error(
  self
) -> int: 

Value

Type Comments
int <para>CLEAR (0) - no errors</para><para>UNSOLVABLE (100) - projection can not be solved</para><para>WRONGPARAMS (101) - wrong projection setup improper parameters</para><para>NOTONSPHERE (102) - projection must be constructed on sphere</para>

Remarks

The error number is only for informational purposes. On multithread application result can be unpredictable.

To test projection validity test if result values are lower then 1e38.

2022/11/21 01:49

Page Tools