User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.importfromewkt_string

Table of Contents

TGIS_Shape.ImportFromEWKT method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ImportFromEWKT | Constructors | Fields | 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 | Java | ActiveX | Python.

Syntax

// C#
public virtual void ImportFromEWKT(
  string _ewkt
);
' VisualBasic
Public Overridable Sub ImportFromEWKT(
  ByVal _ewkt As String
)
// Oxygene
public
  procedure ImportFromEWKT(
    _ewkt : String
  ); virtual;

Parameters

Name Type Description
_ewkt string
String
EWKT text

Remarks

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

2022/11/16 01:35

Page Tools