User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.importfromewkt_widestring

Table of Contents

ITGIS_Shape.ImportFromEWKT method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ImportFromEWKT | Methods | Properties

Import the Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data into the current shape (see www.postgis.org).

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

Syntax

// C#
public void ImportFromEWKT(
  WideString _ewkt
);
' VisualBasic
Public Sub ImportFromEWKT(
  ByVal _ewkt As WideString
)
// Oxygene
public
  procedure ImportFromEWKT(
    _ewkt : WideString
  );

Parameters

Name Type Description
_ewkt WideString EWKT text

Remarks

Internally it uses CreateFromEWKT method. If WKT is a different type, the shape will be reset.

2022/11/16 01:11

Page Tools